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 ...
Linux systems provide many ways to look at disk partitions. Here's a look at commands you can use to display useful information -- each providing a different format and with a different focus.
It’s very likely that in a virtualized environment you will over/under provision resources to a VM. When it comes to shrinking or expanding a virtual hard disk things get a little complicated.
1. Device name: Linux disks are named sda, sdb and so on, with the partition's number added to the disk's device, so /dev/sda2 is the second partition on the first disk. 2.
There, you can use the command-line version of the GRUB boot loader to detect the Linux partition and restore GRUB to the hard disk’s master boot record, where it will be located in most dual ...
I posted on here yesterday about my boot disk messing up when I upgraded to RH 7.3 from 7.2. Well I dual boot with WinXP, so I was unable to get into Linux after I discovered there was something ...
Linux command line ninjas can check the size of their Inspiron Mini’s partition by following a few simple steps. Open a terminal and enter the sudo fdisk -l command, and enter your password. You ...