On Wed, Oct 24, 2007 at 04:56:39PM -0600, Telly Williams <[EMAIL PROTECTED]> was heard to say: > I mounted to device as: "mount -t vfat /dev/sde1 /mnt/usbdisk". > I tried mounting as "-t usbfs" but I only got four files in > there: 001, 002, 003, devices. I also manually unmounted and > then mounted with the "-o rw" option, but no dice.
It looks like your USB device has gotten corrupted (did you pull it out without unmounting first?). I would suggest running "fsck -r /dev/sde1" to fix the problems -- you might lose some files, but odds are they aren't accessible any more anyway. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

