# /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=8d5373b1-b77f-4634-9d87-679ba9db8e70 / ext4 errors=remount-ro 0 1 # swap was on /dev/sda4 during installation UUID=bfa546dc-ae8e-44ca-8a12-f0ea918ba173 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
UUID=04c72f7a-e32f-4125-ad9b-46a5a7570a50 /mnt/disk ext3 errors=remount-ro 0 1 /mnt/disk/home /home none defaults,bind 0 1 -- trailing slashes in fstab cause problems https://bugs.launchpad.net/bugs/443035 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
