$ cat /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/sda3 during installation UUID=ae8c2f5e-b21e-4169-9e84-599fabdaca1e / ext4 errors=remount-ro 0 1 # swap was on /dev/sda7 during installation UUID=9f079917-cfb0-4c30-a0ef-5512dd20a627 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
# blkid /dev/sda1: UUID="46B48666B4865877" LABEL="System Reserved" TYPE="ntfs" /dev/sda2: UUID="2A70958470955801" TYPE="ntfs" /dev/sda3: LABEL="u_root" UUID="ae8c2f5e-b21e-4169-9e84-599fabdaca1e" TYPE="ext4" /dev/sda5: UUID="e4c6273e-4628-40dd-b9c8-bda621883603" TYPE="crypto_LUKS" /dev/sda6: UUID="ef51ee58-2500-4e4e-9cee-73719a3cc49b" TYPE="ext4" /dev/sda7: UUID="9f079917-cfb0-4c30-a0ef-5512dd20a627" TYPE="swap" /dev/mapper/_dev_sda5: UUID="a98c4d0a-76ac-4e1b-b175-9a9392d9ebab" TYPE="ext4" -- mountall blocks boot (no fstab supplied) https://bugs.launchpad.net/bugs/430684 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs