Skip to content

Instantly share code, notes, and snippets.

@kokx
Created December 19, 2010 14:56
Show Gist options
  • Save kokx/747388 to your computer and use it in GitHub Desktop.
Save kokx/747388 to your computer and use it in GitHub Desktop.
+------------------+------+-------+--------------------+-------------------------------------+
| Volume/Partition | FS | Size | Purpose/Mountpoint | Notes |
+------------------+------+-------+--------------------+-------------------------------------+
| /dev/sda | - | 320GB | | |
| /dev/sda1 | NTFS | 130GB | Windows C:\ :( | |
| /dev/sda2 | ext2 | 300MB | /boot | |
| /dev/sda3 | swap | 2GB | swap | |
| /dev/sda4 | - | | extended | Includes /dev/sda5 and /dev/sda6 |
| /dev/sda5 | ext4 | 7GB | / | |
| /dev/sda6 | LVM2 | 180GB | LVM2 Volume | |
+------------------+------+-------+--------------------+-------------------------------------+
| /dev/sdb | - | 320GB | | |
| /dev/sdb1 | LVM2 | 320GB | LVM2 Volume | |
+------------------+------+-------+--------------------+-------------------------------------+
| /dev/vg/* | LVM2 | 500GB | /dev/vg/* | Consists of /dev/sda6 and /dev/sdb1 |
| /dev/vg/usr | ext4 | 10GB | /usr | |
| /dev/vg/home | ext4 | 473GB | /home | |
| /dev/vg/var | ext4 | 10GB | /var | |
| /dev/vg/opt | ext4 | 5GB | /opt | |
| /dev/vg/tmp | ext4 | 2GB | /tmp | |
+------------------+------+-------+--------------------+-------------------------------------+
| Total | - | 640GB | | |
+------------------+------+-------+--------------------+-------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment