As usual, this blog post comes out of something I have been working on (read as: struggling with) for the past few days. The purpose is to give an overview of disk partitioning under Linux, ...
Operating systems, such as Linux, provides partitioning software to resize partitions without any data loss. It's possible to resize a partition using Gparted in an easy and a convenient way. Gparted ...
Let's start by clearly stating what this post is, and what it isn't. It is a description of how I set up multi-boot for Linux systems, sometimes including Windows, using the GRUB bootloader. It is not ...
Logical volumes are an alternate method of partitioning hard drive space. The capability has been built into the Linux kernel since 1999, contributed by Sistina Software. The Logical Volume Manager is ...
Partitioning means writing the hard drive sectors that will make up the partition table. It contains information on the partition, including sector size, position with respect to the primary partition ...
Loading up virtual machines is an easy to accomplish task, but configuring them properly is an ongoing balancing act. It’s very likely that in a virtualized environment you will over/under provision ...
I set up a debian install and silly me, I took the "Split everything into partitions" option thinking it would be useful to keep stuff contained. Turns out it's a little too contained... I keep ...
Partitioning a multiprocessor system poses a challenge to embedded-systems architectural designers. This is particularly true in complex multifaceted systems that must provide both "hard" ...