Hi,Guys
I want to install android with my windows 7 laptop,So the question is how can i give 100 Gb to linux and 800 Gb to windows.
I have unsorted the 100 gb place for linux from windows.Plz tell me what to do next....?

Thanks,uxama

Dani AI

Generated

A few practical, non-repeated points to add to the thread: create a full disk image and a bootable Windows recovery medium before changing partitions. Suspend any disk-encryption (BitLocker) and disable Windows hibernation so the Windows filesystem is clean and writable. These steps make it straightforward to restore the original state if anything goes wrong.

Verify firmware and disk type before installing so the installer matches Windows (UEFI+GPT vs Legacy BIOS+MBR) and the disk is a basic disk (not Dynamic). From an elevated Windows prompt the quick check is:

diskpart
list disk
exit

If the GPT column shows an asterisk the disk is GPT. Also run a filesystem check (for example chkdsk /f) and, if planning to shrink NTFS, defragment first so the maximum free space can be reclaimed.

Partitioning strategy for a 100GB Linux install (desktop-style) that complements earlier replies: give 20–30GB to the root filesystem, allocate the remainder to a separate /home so personal data survives reinstalls, and create a swap area sized to RAM only if hibernation is required (otherwise a small swap or swapfile is OK). If opting for Android-x86 instead of a full desktop distro, expect a simpler partition layout but also more potential driver/power-management limitations on laptop hardware—this echoes ’s compatibility point.

Bootloader and recovery: installers will add a GRUB/EFI entry; keep the Windows recovery USB (or a Boot-Repair/GParted live USB) ready to restore boot entries if needed. These suggestions extend ’s tool tip and follow ’s caution about filesystem stability while focusing on safe, testable steps before and after installation.

Recommended Answers

All 4 Replies

Boot from windows and use Partition wizard software.

I don't really know why you'd want to install Android on a laptop, but I guess it's possible (with android-x86). I would recommend a proper desktop version of Linux instead, like some variant of Ubuntu for example.

Generally, to make place for a Linux installation, you would go to Windows and shrink the partition(s) so as to create 100GB of free space (leave it unpartitioned). Then, during the Linux installation (booting from a LiveCD / LiveUSB drive), you will reach a point (one of the first things to set) where you can specify where to install it, and at that point, you can either select to manually specify the partitions ("advanced") or you can set it to "use the free-space" (or something similar) which is going to partition your free-space in some default way that should work just fine.

For example, for Ubuntu, you can follow these detailed instructions, which are written for Windows 8 but are just the same for Windows 7. If you don't want to use a journaling file-system (the btrfs mentioned in that tutorial), you should select EXT4 instead of btrfs in the partitioning menu when selecting the format for the / mount-point.

Agree 98% with Mike2K, except the 2% that is the fact that EXT4 is a journalled file system. :-) Minor point, but agree - btrfs is still too new to rely upon for a reliable system. Ext3 and ext4 are both based upon the old ext2 file system, but with better (and faster) recoverability. The good thing is that they all can use the ext2 utilities.

commented: Thanks, I didn't know ext4 was a journaling FS. +14

thanks i have got it...!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.