After upgrading my laptop from karmic to lucid, my fat32 partition won't mount automatically. I get the message:
The disk drive for /osshare is not ready yet or not present
Continue to wait; or Press S to skip mounting or M for manual recovery
Funny thing is, if I skip, then /osshare/
is mounted once I log in.
I've a similar setup on my desktop, and it works fine. Fstab on desktop:
UUID=4663-6853 /osshare vfat utf8,umask=007,gid=46 0 1
/etc/fstab
on laptop:
UUID=1234-5678 /osshare vfat utf8,auto,rw,user 0 0
You should add the option
nobootwait
to your/etc/fstab
. So that it looks like:From
fstab(5)
:Another option for
/etc/fstab
mounts appears to be the "bg" option, which not only backgrounds thenfs
mount, but also attempts retries at a regular interval after boot finishes. So when thenfs
server comes back online, your mounts will eventually come back online.It sounds like you might need to edit your fstab tables as an extra drive is messing with your boot-up, give the following a try:
gksudo nautilus
and hit the run button/etc/fstab
This should stop the extra drive from interrupting your boot-up process.
I believe you need to change the options from
auto
tonoauto