Laptops :: Mounting USB Flash Drives



I've gotten very frustrated trying to get my flash drive to mount in the hard disk install on an old Gateway 1150 Solo. I've tried plugging it in before i turn the computer on, when it is booting up and after it has booted. How can I get my flash drive mounted and once I do where will I find it in the file browser?
After plugging the flash drive in, you can try something like this:
Code Sample
$ dmesg | tail -15


This should give a clue as to where your flash drive has been assigned

Quote (Juanito @ Aug. 24 2008,17:13)
After plugging the flash drive in, you can try something like this:
Code Sample
$ dmesg | tail -15


This should give a clue as to where your flash drive has been assigned

it has to be mounted first, though, right?
No - start your machine, plug in the flash drive, open a terminal window and enter the command above. Maybe you can paste the output in this thread.
Quote (Juanito @ Aug. 24 2008,17:19)
No - start your machine, plug in the flash drive, open a terminal window and enter the command above. Maybe you can paste the output in this thread.

Sorry it has taken me awhile to post back...I've been really busy with school, etc. Anyway, here is the output from that command:

<4>sda: Write Protect is off
<6> sda: sda1 sda2 sda3 sda4
<7>WARNING: USB Mass Storage data integrity not assured
<7>USB Mass Storage device found at 2
<6>USB Mass Storage support registered
<6>scsi singledevice 1 0 0 1
<6>scsi singledevice 1 0 0 2
<6>scsi singledevice 1 0 0 3
<6>scsi singledevice 1 0 0 4
<6>scsi singledevice 1 0 0 5
<6>scsi singledevice 1 0 0 6
<4> I/O error: dev 08:01, sector 0
<4> I/O error: dev 08:02, sector 0
<4> I/O error: dev 08:03, sector 0
<4> I/O error: dev 08:04, sector 0

Next Page...
original here.