PDA

View Full Version : [ubuntu] 10.04 fstab problems



willinilli
June 21st, 2010, 07:25 AM
OK.. When booting into Ubuntu 10.04 ( recently upgraded.. or not:) Get the following message:

The disc drive for / is not ready yet or not present
Continue to wait; or press S to skip mounting or M for manual recovery.

Have read somewhere maybe an fstab problem..BUt have no idea how to sort it any help greatly appreciated..
ie how do i get permission to edit fstab and what do I edit it to..

Cheers
Willinilli

Results of cat /etc/fstab are:

⋕ /etc/fstab: static file system information.

⋕Use 'vol_id--uuid' to print the universally unique identifier for a
⋕device; this may be used.....
⋕⋕

⋕ <file system> <mpunt point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
⋕ /was on /dev/sda5 during installation
UUID=250ae3b0-f499-4a32-8742-de8a8733d90e / ext3 relatime,error
s=re3mount-ro 0 1
⋕swap was on /dev/sda6 during installation
UUID=9da8559a-c49c-434a-bc66-d398a1c44689 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
usbfs /proc/bus/usb usbfs auto 0 0
none /proc/bus/usb usbfs devgrid=46,devmode=664 0 0

anglican
June 21st, 2010, 10:41 AM
OK.. When booting into Ubuntu 10.04 ( recently upgraded.. or not:) Get the following message:

The disc drive for / is not ready yet or not present
Continue to wait; or press S to skip mounting or M for manual recovery.

Have read somewhere maybe an fstab problem..BUt have no idea how to sort it any help greatly appreciated..
ie how do i get permission to edit fstab and what do I edit it to..

Cheers
Willinilli

Results of cat /etc/fstab are:

⋕ /etc/fstab: static file system information.

⋕Use 'vol_id--uuid' to print the universally unique identifier for a
⋕device; this may be used.....
⋕⋕

⋕ <file system> <mpunt point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
⋕ /was on /dev/sda5 during installation
UUID=250ae3b0-f499-4a32-8742-de8a8733d90e / ext3 relatime,error
s=re3mount-ro 0 1
⋕swap was on /dev/sda6 during installation
UUID=9da8559a-c49c-434a-bc66-d398a1c44689 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
usbfs /proc/bus/usb usbfs auto 0 0
none /proc/bus/usb usbfs devgrid=46,devmode=664 0 0
usbfs is no longer supported, remove that line from your fstab and all will be well.

H

Morbius1
June 21st, 2010, 12:44 PM
UUID=250ae3b0-f499-4a32-8742-de8a8733d90e / ext3 relatime,errors=re3mount-ro 0 1Is that a typo? It should read:

UUID=250ae3b0-f499-4a32-8742-de8a8733d90e / ext3 relatime,errors=remount-ro 0 1

dino99
June 21st, 2010, 02:55 PM
everything is easy with mountmanager