|
[mntent]:warning: no final newline at the end of /etc/fstab
I added my cdr to the fstab
and whenever i mount it and access the cdrom i get this warning message :
no final newline at the end of /etc/fstab
i checked if there was any errors when i wrote it down but it seems fine here is my fstab config:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hda2 / ext2 errors=remount-ro 0 1
/dev/hda3 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto user,noauto 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
/dev/cdrom1 /cdrom1 iso9660 ro,user,noauto 0 0
the one added was cdrom1
Best Regards
|