On Thu, 2007-07-26 at 22:35 -0700, Jonathan Ryshpan wrote: > Here's my /etc/fstab: > > LABEL=/ / ext3 defaults 1 1 > UUID=9dd976ce-a988-42a2-857d-06c3079675e7 /media/usb-disk ext3 defaults 1 2 > > > During boot I see these messages: > > Mounting local filesystems [FAILED] > ... > Mounting other filesystems: mountpoint /media/usb-disk does not > exist. If you're manually mounting things via fstab, you need to make sure that the mount point is already created (your /media/usb-disk). It won't create them for you. However, since /media is used by the auto-mount system, you might want to make your mountpoint somewhere else where it can't clash (like in /mnt), or turn off the auto-mounting services. -- (This box runs FC5, my others run FC4 & FC6, in case that's important to the thread.) Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists.