Page 1 of 1

Re: Mint does not see

Posted: Mon Mar 23, 2009 7:06 pm
by merlwiz79
I haven't used a raid array so I don't have all the info.
What type of raid array are you using?
I believe you need to install dmraid(Hardware Raid) or mdadm(Software Raid).

Locate the raid(look for something like /dev/md0 or /dev/mapper/)

Code: Select all

sudo fdisk -l
Refresh for dmraid.

Code: Select all

sudo dmraid -ay
Then to mount you can try.

Code: Select all

sudo mkdir /media/raid
Change /dev/md0 to whatever yours is:(replace FILESYSTEM with the correct filesystem of the raid ie ext3)

Code: Select all

sudo mount -t FILESYSTEM /dev/md0 /media/raid
Edit this may help: https://help.ubuntu.com/community/FakeRaidHowto