01-10-2015, 08:52 PM
Quote:lost@lost-laptop:~$ sudo blkid -c /dev/null
/dev/sda1: LABEL="System" UUID="38F25226F251E920" TYPE="ntfs"
/dev/mmcblk0: LABEL="Linux Lite 2.2 64-bit" TYPE="iso9660"
/dev/mmcblk0p1: LABEL="SDCARD" UUID="5340-8D15" TYPE="vfat"
/dev/sdb1: UUID="4cb87201-6052-4d13-8ad1-914e28583bdd" TYPE="ext4"
/dev/sdb2: LABEL="SWAP" UUID="13da5cd2-cfe6-4f6d-ba7b-6273db026a01" TYPE="swap"
lost@lost-laptop:~$ cat /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/sdb1 during installation
UUID=4cb87201-6052-4d13-8ad1-914e28583bdd / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=e468b697-b366-4992-9655-0c82d852324a none swap sw 0 0