I have lot of multimedia, audio, video, images, etc, How should i partition my hard disk for effective usage of space?
|
feedback
|
migrated from stackoverflow.com Apr 27 '11 at 12:22
This question came from our site for professional and enthusiast programmers.
|
Whether or not you have multiple partitions is really a matter of personal taste The advantage of having multiple partitions is if you reinstall frequently, you can seperate your personal files from the system files (eg, my documents in windows XP, users in windows vista and better, and /home/ in linux). The disadvantage is that if you missize the partitions, you'll need to resize them.Personally, i don't do multiple partitions - i used to, but its only a feature of my multiboot boxen cause it was often a pain to manage if you get it wrong. partitioning also has a tiny bit of overhead The most effective way to handle it, to me is to let the filesystem do all the hard work, and just have one partition. Depending on your OS, you may want to consider deduplicating file systems if possible if you really want to be efficient. On the other hand, if you have seperate drives for system boot, and data, you get some degree of redundancy, and the ability to mix and match drives - for example, a SSD for OS (which is faster) and a large standard HDD for data. | |||||||||
feedback
|
|
I kinda agree with most folk who've already answered, but you're quite clear in your question that you're interested in effective usage of space. In that case I'd recommend having one partition. The reason I say that is if you think you might start running out of space, partitions can be a b!tch. It's frustrating having 2GB free on three partitions, and having one 3GB file that you can't store anywhere. It might sound a little contrived, but in practice I think that's been my experience (personally it doesn't bother me in the slightest as I'm not particularly focussed on being efficient with space, but that's another matter.) | |||
|
feedback
|
|
You should make one partition for Windows and programs, and a second partition for data. The size of the first partition depends on what kind of programs you use. | |||
|
feedback
|
|
Partitioning has no overhead whatsoever. Partitioning is a function of the file system. Basically, partitions are nothing but break points in the record of the file system. It's like adding a new section title to a table of contents. The biggest advantage of partitioning is that you can separate data. For example, I keep my OS and programs separate from my documents and music. I image my OS partition and I create a file backup for my documents and music. I image my OS partition every week and I file backup my documents and music as needed. If my OS gets corrupted, I don't have to worry about moving my documents and music since I can just reimage a single partition and be up and running again. | |||||
feedback
|
|
Advantage of having more than one partition.
Disadvantage of having separate partitions:
Size of a system partition in 2011 Now to answer your question more precisely, I'd says that, given the size of today's HDD, a 100GB system partition is not particularly oversized. | |||||
feedback
|
