LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Adaptec ACS-100 hard drive enclosure issue (https://www.linuxquestions.org/questions/linux-software-2/adaptec-acs-100-hard-drive-enclosure-issue-376419/)

mykrob 10-24-2005 11:54 AM

Adaptec ACS-100 hard drive enclosure issue
 
I am running SUse 10. I have a friend with a bad drive, and i was going to try to get some data off it before replacing the drive and reinstalling windows for him. I put the drive in my new Adaptec ACS-100 external hard drive enclosure. THe drive is not recognized by Linux... How do i go about getting this drive to work? i have read about other people using external drives, and in theory, it should be automatically recognized like my USB stick, but no luck..

Help?

Thanks,
-myk

mykrob 10-25-2005 07:48 AM

bump.

bathory 10-25-2005 08:18 AM

Check the output of "dmesg" after you plug the cable of the usb case. If it's recognized you should see something like:
Quote:

usb 1-6: new high speed USB device using ehci_hcd and address 2
scsi1 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 2
...
Then you can manually mount it like this (assuming the hdd is ntfs formatted):
Code:

mount -t ntfs /dev/sda1 /mnt/hd
Note that the directory /mnt/hd must exist before mounting.
If the usb is not recognized then perhaps it's due to the bad hdd, since your usb stick is automatically detected.

mykrob 10-26-2005 08:40 AM

Thanks.. I was unable to get a known working hard drive to work either.. Perhaps Linux doesnt agree with whatever chipset Adaptec is using..Can someone recommend a known working hard drive enclosure?

Thanks,
-mky


All times are GMT -5. The time now is 11:01 AM.