# /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 nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation UUID=2289f46c-1ff1-4791-bce0-9ec8c8c8b238 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda3 during installation UUID=b9661773-169c-440b-94b0-80ebb7df1c1a /home ext4 defaults 0 2 # swap was on /dev/sda2 during installation UUID=5d38e2b6-60ee-44ea-a804-c17fbb5ceba4 none swap sw 0 0 # md0 is comprised of 9 WD1001FALS UUID=e739b348-a2c2-492c-8b32-30780f8da536 /mnt/BLACKARRAY ext4 defaults 0 0 # md1 is comprised of 2 WDC3200 UUID=3d9b7922-b1e2-4c3b-8548-f1dea07e8520 /mnt/ZERO ext4 defaults 0 0 # md2 is comprised of 8 HDS2 UUID=1dc2701b-66c4-4217-af94-24a7a558a7a8 /mnt/HDSARRAY ext4 defaults 0 0 -- system fails to boot with too many /etc/fstab entries https://bugs.launchpad.net/bugs/504258 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
