Partition

Wallaby Dan

Fully Optimized
Messages
4,469
Location
United States
Can someone jog my memory and tell me how i make a new partition on my C: drive. i need to make a 30gb partition so i install Linux Mint. I having been wanting to try Linux and want to experiment with it. I just can't for the life of me remember how.:eek:
 
Don't. Do it with the installer. In another thread I mentioned how:

The drive can be unallocated before installing. That's the best option actually. Mint's installer (as any other OS available) can partition drives (manually or automatically).

Just leave it unallocated.

If you do partition manually, you'll want to do this:

  1. Create a "root" folder (/) of about 20Gb.
  2. Create a swap partition (double the size of your RAM, so if you have 8Gb, create a 16000Mb "swap partition". This partition does not have a mount point. Create at the beggining or end of your drive, so it's faster.
  3. A "home" partition (/home) of at least 100Gb (the reason to do this, is for updates or distro change, all your data and app data will be saved).

For file system you should use Ext4 of Brtfs. Ext4 is more stable, but Btrfs is better.

Install the bootloader in "dev/sda", do not choose a specific partition.

PS: Just in case it's not clear, the manual partitioning will happen when installing Linux.

Sources:


Basically, you an empty partition of your drive, then use Mint installer to create a partition on that free space. I would recommend this software if you want to create some free space by resizing some of the existing partitions:

https://www.partitionwizard.com/free-partition-manager.html
 
Back
Top Bottom