output 1:
sudo fdisk -l
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0000f32c
Device Boot Start End Blocks Id System
/dev/sda1 2048 1026047 512000 83 Linux
/dev/sda2 1026048 9414655 4194304 82 Linux swap / Solaris
/dev/sda3 * 9414656 93300735 41943040 83 Linux
/dev/sda4 93302782 625141759 265919489 5 Extended
Partition 4 does not start on physical sector boundary.
/dev/sda5 93302784 219131903 62914560 83 Linux
/dev/sda6 219133952 625141759 203003904 7 HPFS/NTFS/exFAT
output 2: mount
mad@Xdeb:~$ mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=713123,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=571744k,mode=755)
/dev/disk/by-uuid/83a1615f-2063-4b0b-86e8-bd7262e3516b on / type ext4 (rw,relatime,errors=remount-ro,user_xattr,barrier=1,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=1982340k)
/dev/sda1 on /boot type ext2 (rw,relatime,errors=continue,user_xattr,acl)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
output 3:
sudo nano /etc/fstab
# /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).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb3 during installation
UUID=83a1615f-2063-4b0b-86e8-bd7262e3516b / ext4 errors=remount-ro 0 1
# /boot was on /dev/sdb1 during installation
#UUID=01ff646f-7e68-4b6b-b9be-e6b26f496504 /boot ext2 defaults 0 2
# swap was on /dev/sdb2 during installation
UUID=6a3d69b0-064a-4bdd-ad54-6ebfd916a68e none swap sw 0 0
/dev/sda1 /media/usb0 auto rw,user,noauto 0 0
UUID=01ff646f-7e68-4b6b-b9be-e6b26f496504 /boot ext2 defaults 0 2