Garden asked about partitions at LinuxQuestions.org. That is a vestigial thing. Here’s what I offered to answer the question:
Way back in the dimdarks, when a 100 MB drive was a rare and expensive beast, computers would have several small drives and needed to be able to spread the system out between them. That’s why the plethora of root directories as system administrators could easily use them to mount on whatever storage they had available. The drives also tended to be slow compared to modern drives so spreading things out was a means to distribute input and output to optimize system performance.
Nowadays, with RAID, cheap gigabyte drives, SSD’s, and with software ideas such as LVM and the updates for BIOS replacements and the way disk space is defined, the needs and reasons have changed. (MBR vs GPT etc)
Even a separate swap partition no longer has benefits it used to and a swap file can work as well in most circumstances.
So we have updates to boot loaders to be able to find and boot the systems in ever more complex environments. Change is rapid and that makes it a pain to keep up with it but the benefits are in such things as not having to figure out what to put where like you did way back when.
The maintenance issue described above is probably best handled by a re-install, IMHO. If you have a 10 or 20 GB root partition and a separate home, it is very easy to refresh an install with a modern Linux system, update, reconfigure, and be back where you were in only a few minutes. at least for most of us with a bit of due care.
I am looking at awe at being able to install GRUB2 on a USB memory stick and being able select a CD Image to boot that has a system with an encapsulated compressed file system – and then have that system provide a reasonable responsiveness to get things done. There is a lot going on under the sheets and it just works – but then a 16 GB memory device, USB ports, and all the other hardware is pretty incredible too (at least compared to twenty or thirty years ago).
There are entries here about how to make a swap file and a multiple boot USB stick. Use the search box to find them.
Post a Comment