PDA

View Full Version : server.lu DS4000



losthero
04-26-2009, 05:23 PM
Got the DS4000 package from server.lu but when I look in fluxbox there only seems to be 1 320gig drive in there. I'm a total n00b when it comes to linux. Where is the other drive?

FransTormer
04-26-2009, 06:51 PM
Did you get it setup in RAID1? If so, 320GB is the most you can get from it.

Else, depending on how the OS recognizes drives try:
ls /dev/hd*
or
ls /dev/sd*
to get a list of drives in the computer.

Ow, or read http://www.linuxplanet.com/linuxplanet/tutorials/4232/1/ for a bit to get more explanation, options and so on.

dwdm
04-26-2009, 07:21 PM
cat /proc/partitions

There you will see two hard drives:

/dev/sda - 1st drive
/dev/sdb - 2nd drive

makaveli69
04-30-2009, 01:02 AM
is there any way to combine the two drives without hardware raid?