"sudo fdisk -l"
Zařízení Zavádět Začátek Konec Bloky Id Systém
/dev/sda1 * 3 20320 10240000 1c Skrytá W95 FAT32 (LBA)
/dev/sda2 20321 514460 249046560 5 Rozšířený
/dev/sda5 20321 119138 49804240+ 83 Linux
/dev/sda6 119139 413657 148437544+ 83 Linux
/dev/sda7 413658 415641 999904+ 82 Linux swap/Solaris
/dev/sda8 415642 514460 49804744+ b W95 FAT32
"/etc/fstab"
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=5113151c-94bf-4f93-b3a6-8a6560ad3c01 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda6 during installation
UUID=b35bbebe-0200-4184-b02c-a60c45ae954d /home ext4 defaults 0 2
# /windows was on /dev/sda8 during installation
UUID=D480-E876 /windows vfat utf8,umask=007,gid=46 0 1
# swap was on /dev/sda7 during installation
UUID=9c56eb02-db38-4785-9cc7-63be2ea34e19 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0