warning message during startup about final line in etc/fstab

Asked by Joe Gunto

During the black and white startup screen I get a warning that
there is no final line in /etc/fstab
How much of a problem is this, and what do I do to (set a final line or whatever needs to be done)?
Thanks for any help
Joe

I haven't tried to do anything about this since I don't know what it is about and my computer seems to work just fine as it is now

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Wrwrwr (wrwrwr) said :
#1

Should not be a problem at all. But you can probably easily fix that just by adding an empty line at the end of the fstab. To edit fstab paste in terminal:

sudo gedit /etc/fstab

You can also paste here the contents of the fstab, so i'll check if everything is fine.

Revision history for this message
Joe Gunto (tujfam4) said :
#2

This is the result of sudo gedit/etc/fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda4
UUID=068d62bf-8bc2-4916-8061-fee2eaa6c794 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda1
UUID=3007-17F2 /media/hda1 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/hda2
UUID=320D-180E /media/hda2 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/hda5
UUID=020B-100E /media/hda5 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/hda6
UUID=55c9432b-3afd-47a7-a809-04471f896ad9 none swap sw 0 0
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0ee

If you get a chance to check this out and comment on what is here: thanks for your advice

Joe

Revision history for this message
markino (marco-crosio) said :
#3

last line of your fstab sould look like this one

/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0

and not

/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0ee

the two e at the end of the file are wrong :)

Revision history for this message
Wrwrwr (wrwrwr) said :
#4

Yes, that's true, these 'ee's are most likely an error, typo or a file damage due to a disk error. Remove them, remember to use 'sudo' to edit the file. The rest looks ok.

Can you help with this problem?

Provide an answer of your own, or ask Joe Gunto for more information if necessary.

To post a message you must log in.