Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
08-09-2005, 04:11 AM
|
#1
|
|
LQ Newbie
Registered: Aug 2005
Distribution: Mandrake Linux 10
Posts: 2
Rep:
|
Linux not detecting my USB external hard drive?
Okay, I've just recently bought a 160GB USB2.0 external hard drive. The drive works fine on Windows XP but not on Linux (Mandrake Linux 10.1). My Linux is able to detect other USB peripherals such as the flash drive.
Is there any way to get Linux to detect the drive?
|
|
|
|
08-09-2005, 05:10 AM
|
#2
|
|
Member
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827
Rep:
|
when you plug the drive in, and run the command
, you should get some info about whether its found or not, and what the system has done with it. Please do paste here the relevant lines, or if you cannot figure out what is relevant, the last few screeefulls should have all we need.. (:
|
|
|
|
08-18-2005, 12:46 PM
|
#3
|
|
LQ Newbie
Registered: Aug 2005
Posts: 1
Rep:
|
I am having a similar problem although my computer reads the drive. The 'demsg' command reads:
usb 4-6: new high speed USB device using address 2
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: ST312002 Model: 6A Rev: 0 0
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)
sda: assuming drive cache: write through
/dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
EXT3 FS on hda1, internal journal
Adding 1124508k swap on /dev/hda5. Priority:-1 extents:1
Linux agpgart interface v0.100 (c) Dave Jones
when I try to open the drive it says that the format may not be able to be mounted. Is there anyway to fix this?
|
|
|
|
08-18-2005, 01:23 PM
|
#4
|
|
Member
Registered: Jun 2005
Distribution: RHEL, CentOS, Debian, Ubuntu, Arch
Posts: 181
Rep:
|
what filesystem is your drive formatted in?
if it's in NTFS, then linux won't automatically reconize it.
if it's FAT32, mandrake should automount it.
you can convert NTFS to FAT32 without losing any data with partition magic.
there is also a NTFS rpm on http://linux-ntfs.sourceforge.net/ if you want to try that
|
|
|
|
08-18-2005, 01:31 PM
|
#5
|
|
Member
Registered: Jan 2005
Location: Finland
Distribution: Ubuntu, Debian, Gentoo, Slackware
Posts: 827
Rep:
|
Quote:
Originally posted by silenteye
I am having a similar problem although my computer reads the drive. The 'demsg' command reads:
usb 4-6: new high speed USB device using address 2
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
Vendor: ST312002 Model: 6A Rev: 0 0
Type: Direct-Access ANSI SCSI revision: 02
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)
sda: assuming drive cache: write through
/dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
EXT3 FS on hda1, internal journal
Adding 1124508k swap on /dev/hda5. Priority:-1 extents:1
Linux agpgart interface v0.100 (c) Dave Jones
when I try to open the drive it says that the format may not be able to be mounted. Is there anyway to fix this?
|
What do you mean by 'open' ? What kind of error do you get when attempting to mount it as root:
Code:
mkdir -p /mnt/usb
mount /dev/sda1 /mnt/usb
You may also want to try sda2, sda3 and so on, it depends on which port you stick it in.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:35 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|