Corey Lanier wrote:
> Running Ubuntu Gutsy, I have a Seagate 80Gig USB Drive that I've been
> running for a year now. Up until I checked it tonight, I could access
> it at the directory /media/SEA_DISC
>
> When I go to said directory tonight to send someone a file tonight, it
> says it doesn't exist. I try switching out USB cables, switching
> ports, and power cycling. None of which bring back the directory.
>
> I grepped, and as far as I see, everything checks. Here's the output,
> just in case I'm missing something.
>
> [561901.758151] usb 1-1: USB disconnect, address 10
> [561910.126717
] usb 1-1: new full speed USB device using uhci_hcd and
> address 11
> [561910.289707] usb 1-1: configuration #1 chosen from 1 choice
> [561910.291990] scsi7 : SCSI emulation for USB Mass Storage devices
> [561910.292102] usb-storage: device found at 11
> [561910.292107] usb-storage: waiting for device to settle before scanning
> [561915.288068] usb-storage: device scan complete
>
> FYI, I don't know whether scsi emu is required for USB drives, or if
> it's been doing this all along or anything along the lines.
>
> Any more information you guys need? Anything else I should check or do?
>
> /etc/fstab readouts:
>
> # /etc/fstab: static file system information.
> #
> # <file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc defaults 0 0
> # /dev/hda1
> UUID=fdf8ef78-ed33-492e-8394-1d981ccd477a / ext3
> defaults,errors=remount-ro 0 1
> # /dev/hda5
> UUID=ae6b451f-37be-40ed-aa12-f522b2ba14b9 none swap
> sw 0 0
> /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
> /dev/hdd /media/cdrom1 udf,iso9660 user,noauto 0 0
> /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
>
> /etc/mtab readouts:
>
> /dev/hda1 / ext3 rw,errors=remount-ro 0 0
> proc /proc proc rw,noexec,nosuid,nodev 0 0
> /sys /sys sysfs rw,noexec,nosuid,nodev 0 0
> varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0
> varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
> udev /dev tmpfs rw,mode=0755 0 0
> devshm /dev/shm tmpfs rw 0 0
> devpts /dev/pts devpts rw,gid=5,mode=620 0 0
> lrm /lib/modules/2.6.22-14-generic/volatile tmpfs rw 0 0
> securityfs /sys/kernel/security securityfs rw 0 0
> binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc
> rw,noexec,nosuid,nodev 0 0
>
>
>
>
-