spandey@spandeypc ~ $ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 20G 4.0G 15G 22% / udev 1.5G 4.0K 1.5G 1% /dev tmpfs 600M 940K 599M 1% /run none 5.0M 0 5.0M 0% /run/lock none 1.5G 76K 1.5G 1% /run/shm /dev/sda2 60G 1.2G 56G 3% /home spandey@spandeypc ~ $ sudo fdisk -l [sudo] password for spandey: Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x000213f4 Device Boot Start End Blocks Id System /dev/sda1 * 63 41945714 20972826 83 Linux /dev/sda2 41947136 167782399 62917632 83 Linux /dev/sda3 167782860 488392064 160304602+ 5 Extended /dev/sda5 167782923 209728574 20972826 83 Linux /dev/sda6 209728638 213921539 2096451 82 Linux swap / Solaris /dev/sda7 213921603 283595444 34836921 83 Linux /dev/sda8 283595508 488392064 102398278+ 7 HPFS/NTFS/exFAT spandey@spandeypc ~ $ # /etc/fstab: static file system information. # # Use 'blkid' to print the universally unique identifier for a # device; this may be used with UUID= as a more robust way to name devices # that works even if disks are added and removed. See fstab(5). # # proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=fe1657f8-8579-4c98-85f2-df177920a273 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda2 during installation UUID=69b3efc0-1dc8-4466-b6bf-fda2371cc4c3 /home ext4 defaults 0 2 /dev/sda6 none swap sw 0 0