Ik kom niet meer ingelogd krijg melding dat automatische fsck niet werkt
Doe ik dit handmatig via recovery, komt er onderstaande melding te staan
[mntent] warning: no final newline at the end of /etc/fstab
Hieronder mijn fstab, wat is hier mis mee en veroorzaakt dit het probleem met opstarten?
# /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/sda8 during installation
UUID=1b349a7f-090a-47d8-be4c-442238d498d3 / ext3 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=f9ac2294-2beb-40f5-a10c-64bdaa7cdf03 none swap sw 0 0
/dev/scd1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
/dev/sda1 /media/windows ntfs-3g defaults,locale=nl_NL.utf8 0 0
/dev/sda2 /media/data ntfs-3g defaults,locale=nl_NL.utf8 0 0