Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I am going to be setting up my hard drive soon, and one of the things I read is that many linux partitioners will give you the option to leave unallocated space between partitions. Is there any sort of advantage to doing this? If so, how large of a space should be left between partitions?

share|improve this question
1  
Instead of creating physical partitions for filesystems, you might want to use LVM instead. You would create two partitions, one non-LVM for /boot and one LVM-controlled for everything else. You can leave unallocated space in the volume group to assign to whatever logical volume/file system needs it. – Bob Mar 25 '11 at 18:59

1 Answer

up vote 1 down vote accepted

As far as I can see, there is little benefit from unallocated space. Partitions should be properly aligned on the disk (and that may cause some space to remain unallocated), but most GNU/Linux utilities will automatically do that.

If you're using a SSD made by Intel, you can decrease performance degradation by leaving some space unallocated at the end of the drive. It will be used for temporary storage when blocks need to be erased.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.