Find the answer to your Linux question:
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?...
  1. #1
    Just 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?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Plug-in USB key. Open Terminal and execute this
    Code:
    tail -s 3 -f /var/log/messages
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    could you post the lsusb output

  4. #4
    Just Joined!
    Join Date
    Jun 2010
    Posts
    22
    Quote Originally Posted by devils casper View Post
    Plug-in USB key. Open Terminal and execute this
    Code:
    tail -s 3 -f /var/log/messages
    Post output here.
    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:~$

  5. #5
    Just Joined!
    Join Date
    Jun 2010
    Posts
    22
    Quote Originally Posted by hatebreed View Post
    could you post the lsusb output
    ryan2@D:~$ lsusb
    Bus 001 Device 005: ID 08ec:0008 M-Systems Flash Disk Pioneers TravelDrive 2C
    Bus 001 Device 004: ID 05e3:0606 Genesys Logic, Inc. USB 2.0 Hub / D-Link DUB-H4 USB 2.0 Hub
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    ryan2@D:~$

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    /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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...