Файл старый, от 4.08.12. А где хранится свежий log?
# /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>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sdd1 during installation
UUID=89a82afe-729c-4739-8500-8f3e1155c5b7 / ext4 errors=remount-ro 0 1
# swap was on /dev/sdd7 during installation
UUID=c7948ccc-6d18-48aa-a6b3-85d006ac3572 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
|