Please help, I just updated to 10.04 from the previous version and I'm encountering two main problems:
First, on boot, after grub, I get the following message:
It won't go past that (I've waited 30 min) If I press S then I get tis other message but it skips after a few seconds:
If I press S then I have an ALMOST working system. You see: I have an external USB hard drive, shared between XP and Ubuntu with all my files in it, and it won't mount. It's a simpletech and it was working just before the update and it loads, mounts and unmounts perfectly on windows and on another laptop I've got running crunchbang!. I can see the disk in "Media" but says I have not enough permissions to see its contents.
My fstab file is as follows:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hdb6
UUID=c1b3295a-a5c1-4990-acda-2adf5625c62e / ext3 defaults,errors=remount-ro,relatime 0 1
# /dev/hdb7
UUID=c708b529-ea5d-4d76-9dc7-6c204939f184 none swap sw 0 0
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/ /media/floppy0 auto rw,user,noauto 0 0
/dev/hdb6 /media/hdb6 ext3 defaults,relatime 0 0
/dev/hdb7 /media/hdb7 swap defaults 0 0
# Generated by Automatix
/dev/sda5 /media/sda5 vfat iocharset=utf8,umask=000 0 0
/dev/sda1 /media/sda1 ntfs-3g defaults,locale=en_US.utf8 0 0
## End of Automatix mounted partitions
Yes, those are Automatix lines of code; yes, I've been running the same box this long.
My lsusb is as follows:
Code:
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 046d:c040 Logitech, Inc. Corded Tilt-Wheel Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 4971:ce04 SimpleTech
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
I'm really stumped. Any help would be greatly appreciated.
Bookmarks