fdisk -l
Disk /dev/sda: 60.0 GB, 60022480896 bytes
255 heads, 63 sectors/track, 7297 cylinders, total 117231408 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000baf2b
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 113324031 56660992 83 Linux
/dev/sda2 113326078 117229567 1951745 5 Extended
/dev/sda5 113326080 117229567 1951744 82 Linux swap / Solaris
cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=6d19d86e-325d-4470-a829-86b38e0d528b / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
#UUID=f3c5074c-009e-4dc2-9155-7993c0b607c9 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
free -m
total used free shared buffers cached
Mem: 3698 3544 154 81 7 196
-/+ buffers/cache: 3340 358
Swap: 0 0 0