Re: USB hard drive - external...
- From: Will Kemp <will@xxxxxxxxxxxxxxxx>
- Date: Fri, 25 Jul 2008 15:14:02 +0100
zed wrote:
Because of mindless "fiddling" by me, I have had to do a complete reinstall
of LinuxMint upon my Desktop computer. Fortunately I had a backup, on an
external USB hard drive, including hidden folders of the major programmes I
use.
The reinstall was successful but for some reason the computer will not read
the USB HD. It did before without me having to do anything especially
"Linuxie". I have unplugged and plugged in the drive both at the drive and
the computer connections, without success. The hard drive light is on.
I have searched Google for "mounting external usb drive" but without
success.
If I go into a terminal and type lsusb i get
zed@zed-desktop ~ $ lsusb
Bus 002 Device 004: ID 058f:6387 Alcor Micro Corp. Transcend JetFlash 110
USB 2.0 Flash Drive (2GB)
Bus 002 Device 003: ID 05e3:0702 Genesys Logic, Inc. USB 2.0 IDE Adapter
Bus 002 Device 002: ID 03f0:2f17 Hewlett-Packard Bus 002 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 zed@zed-desktop ~ $
if that is any use. All I can recognise is the usb flash drive and HP
printer. I presume that the USB 2.0 IDE Adapter is what allows the other
USB devices to register. The external hard drive doesn't appear.
So, your mission, should you choose to accept it, is to tell this
floundering geriatric what other avenues are open to him to solve this
problem.
Install a "proper" distribution?! ;-)
Plug in the hard drive, give it a few seconds, then do 'dmesg' - that should scroll loads of log stuff up your screen, but it's the last few lines you're interested in. It should register that a USB device has been plugged in. It should also say something about the nature of that device. Ideally, it should say it's attaching it to a scsi port.
So you know what you're looking for, this is what i get, when i plug in an ext3 formatted external hdd:
-------------------------------------------------------
usb 2-2: new high speed USB device using ehci_hcd and address 6
usb 2-2: configuration #1 chosen from 1 choice
usb 2-2: New USB device found, idVendor=0930, idProduct=0b03
usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
usb 2-2: Product: TOSHIBA USB 2.5"-HDD
usb 2-2: Manufacturer: TOSHIBA
usb 2-2: SerialNumber: 0000c1be
Initializing USB Mass Storage driver...
scsi5 : SCSI emulation for USB Mass Storage devices
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb-storage: device found at 6
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
scsi 5:0:0:0: Direct-Access TOSHIBA MK2552GSX PQ: 0 ANSI: 2
sd 5:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
sd 5:0:0:0: [sdb] Write Protect is off
sd 5:0:0:0: [sdb] Mode Sense: 38 00 00 00
sd 5:0:0:0: [sdb] Assuming drive cache: write through
sd 5:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
sd 5:0:0:0: [sdb] Write Protect is off
sd 5:0:0:0: [sdb] Mode Sense: 38 00 00 00
sd 5:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1
sd 5:0:0:0: [sdb] Attached SCSI disk
sd 5:0:0:0: Attached scsi generic sg2 type 0
kjournald starting. Commit interval 5 seconds
EXT3 FS on sdb1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
-------------------------------------------------------
As you can see, it ends up by mounting /dev/sdb1. That's probably gnome's auto mount system doing its thing.
See what happens when you do the same. If you can't get enough information from it to work out what to do, post *the relevant bits* here.
Regards from New Zealand on a very cold Friday evening, with gale force
winds and torrential rain expected from midday tomorrow :-(
I'm glad to hear that! It's lovely here at the moment. I'm off for a swim in the river estuary soon! The only reason i'm gloating is because i normally live in Aus and the weather here is usually worse than it is there! ;-)
--
http://SnapAndScribble.com
.
- Follow-Ups:
- Re: USB hard drive - external...
- From: Ian Rawlings
- Re: USB hard drive - external...
- References:
- USB hard drive - external...
- From: zed
- USB hard drive - external...
- Prev by Date: Re: Hidden files as backup...
- Next by Date: Re: USB hard drive - external...
- Previous by thread: USB hard drive - external...
- Next by thread: Re: USB hard drive - external...
- Index(es):
Relevant Pages
|