Linux - HardwareThis 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.
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.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
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?
, 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.. (:
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?
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.