Results 1 to 6 of 6
What happened? I turn on Ubuntu and plug in my USB key. It refuses to do anything other than make a few loading noises. That's all. What is the problem?...
- 06-24-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 22
USB drive not working on Ubuntu 10.04! It worked on Ubuntu the first few times!
What happened? I turn on Ubuntu and plug in my USB key. It refuses to do anything other than make a few loading noises. That's all. What is the problem?
- 06-25-2010 #2
Plug-in USB key. Open Terminal and execute this
Post output here.Code:tail -s 3 -f /var/log/messages
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-25-2010 #3
- 06-26-2010 #4Just Joined!
- Join Date
- Jun 2010
- Posts
- 22
ryan2@D:~$ tail -s 3 -f /var/log/messages
Jun 26 00:45:05 D kernel: [ 453.918053] hub 1-1:1.0: 4 ports detected
Jun 26 00:45:05 D kernel: [ 454.210029] usb 1-1.4: new full speed USB device using uhci_hcd and address 5
Jun 26 00:45:06 D kernel: [ 454.359245] usb 1-1.4: configuration #1 chosen from 1 choice
Jun 26 00:45:06 D kernel: [ 454.382261] scsi3 : SCSI emulation for USB Mass Storage devices
Jun 26 00:45:11 D kernel: [ 459.389249] scsi 3:0:0:0: Direct-Access Memorex TD Classic 003C 1.04 PQ: 0 ANSI: 0 CCS
Jun 26 00:45:11 D kernel: [ 459.396446] sd 3:0:0:0: Attached scsi generic sg2 type 0
Jun 26 00:45:11 D kernel: [ 459.690148] sd 3:0:0:0: [sdb] 1003520 512-byte logical blocks: (513 MB/490 MiB)
Jun 26 00:45:11 D kernel: [ 459.693160] sd 3:0:0:0: [sdb] Write Protect is off
Jun 26 00:45:11 D kernel: [ 459.710118] sdb: sdb1
Jun 26 00:45:11 D kernel: [ 459.729170] sd 3:0:0:0: [sdb] Attached SCSI removable disk
^C
ryan2@D:~$
- 06-26-2010 #5Just Joined!
- Join Date
- Jun 2010
- Posts
- 22
- 06-26-2010 #6
/dev/sdb1 device name has been assigned to to USB Key.
Try to mount it manually.
Code:sudo mkdir /mnt/stick sudo mount /dev/sdb1 /mnt/stick cd /mnt/stick ls
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
