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?
Printable View
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?
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/linuxplan...orials/4232/1/ for a bit to get more explanation, options and so on.
cat /proc/partitions
There you will see two hard drives:
/dev/sda - 1st drive
/dev/sdb - 2nd drive
is there any way to combine the two drives without hardware raid?