News

Linux (and Unix) have generally referred to disk partitions by their "traditional" device name, such as /dev/sda2 or /dev/hda5. However, this kind of name for a particular partition can (and will ...
Physical Volumes (PV): Physical disks or disk partitions. Volume Groups (VG): Collections of physical volumes, acting as a pool of disk space. Logical Volumes (LV): Segments of a volume group that are ...
There are three kinds of partition: primary, extended and logical. You can have up to four primary partitions. If you are preparing a hard disk to house both Windows and Linux, make sure you keep ...
Extended partitions were developed to overcome the limit of four primary partitions, as you can create as many logical drives as you want in them. At least one logical drive is required in an extended ...
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 ...
With an LVM, the physical drives or hard disks are organized into “volume groups.” Created inside those volume groups are “logical volumes,” which are comparable to disk partitions in ...
Disk partitioning–separating one physical hard drive into multiple independent volumes–can relieve all sorts of computer-related headaches, and thanks to the Disk Management tool included with ...
If you need to move your Linux installation to a different hard drive or partition (and keep it working) and your distro uses grub this tech tip is what you need. To start, get a live CD and boot into ...