Mint does not see

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
merlwiz79
Level 8
Level 8
Posts: 2418
Joined: Wed Apr 04, 2007 1:50 pm
Location: Here again :)

Re: Mint does not see

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Image
Locked

Return to “Hardware Support”