LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Cooler Master External Hard Drive Enclosure (https://www.linuxquestions.org/questions/linux-hardware-18/cooler-master-external-hard-drive-enclosure-570836/)

allelopath 07-19-2007 09:43 PM

Cooler Master External Hard Drive Enclosure
 
I have one of these:
COOLER MASTER RX-250-U2BN-GP Aluminum / Plastic / Metal 2.5" USB 2.0 X-Craft 250 External Hard drive Enclosure
http://www.newegg.com/Product/Produc...82E16817171020

I can't get it to work on Linux (Suse 9.2 or OpenSuse 10.1)
Is is possible?
Do I have to mount it? (If so, what would be the command?)

Also, why does it have 2 USB plugs?

stress_junkie 07-19-2007 11:06 PM

Quote:

Originally Posted by allelopath
I have one of these:
COOLER MASTER RX-250-U2BN-GP Aluminum / Plastic / Metal 2.5" USB 2.0 X-Craft 250 External Hard drive Enclosure
http://www.newegg.com/Product/Produc...82E16817171020

I can't find it.
Quote:

Originally Posted by allelopath
I can't get it to work on Linux (Suse 9.2 or OpenSuse 10.1)
Is is possible?
Do I have to mount it? (If so, what would be the command?)

When you plug the device into the computer Linux will automatically create an entry in the /dev directory. USB devices show up as SCSI devices, so their names start with the letters sd. Try this. Unplug the device. Wait 30 seconds. Open a terminal window and enter this command.
Code:

ls /dev/sd*
Then plug the device in, wait a few seconds, and repeat the command. You should see a new device with a name that starts with the letters sd.

You have to mount a partition on the device in order to use it. Search this web site for tags that start with the word mount to find more information about mounting disk partitions.
Quote:

Originally Posted by allelopath
Also, why does it have 2 USB plugs?

You should read the user manual. The enclosure has two USB plugs because it gets its power through the USB cables and it draws too much current for one USB plug. Probably. Like I said I couldn't find the product on the New Egg web site.

allelopath 07-20-2007 08:23 AM

>>ls /dev/sd*
I did this and there are hundreds of entries.
What action am I to take based on this?

stress_junkie 07-20-2007 10:06 AM

Quote:

Originally Posted by allelopath
>>ls /dev/sd*
I did this and there are hundreds of entries.
What action am I to take based on this?

All right. We'll take a different approach. Now that I think of it this is better anyway.

Plug the device into the computer.
Log in as root, open a terminal window, and enter this command.
Code:

fdisk -l
That will list all of the disks attached to your computer with their partitions.

Now unplug the device. Wait 30 seconds. Enter the same command again. You should notice that one of the disks that was listed in the first instance is not listed in the second instance.

allelopath 07-21-2007 05:41 PM

The Suse 9.2 machine is not seeing the drive at all (before & after fdisk is the same, even after reboot)
hmmph...

sycamorex 07-21-2007 06:10 PM

plug in the device, wait a few seconds, and type:
Quote:

dmesg
If the device works ok, it should tell you something about it


All times are GMT -5. The time now is 05:25 AM.