S
S
seekinganswers2017-05-17 13:19:53
linux
seekinganswers, 2017-05-17 13:19:53

How to mount in ubuntu raid fake?

Good afternoon, dear experts! I'm sorry. that distract you from your affairs. But I need advice, my experience is not enough.
The situation is this, fakeraid is used on the motherboard https://www.supermicro.com/products/motherboard/xe... .
There are 4 hard drives, 2 ssds and 2 hdds. Through the utility built into the motherboard, 2 raids of the 1st level were raised.
Installing ubuntu goes on a raid SSD, everything goes well, the system installs. The question is how to mount a raid which is on the HDD?
PS. the author of the post understands that it is better to make a soft raid, but alas, the author's manuals do not recognize him.
sudo blkid:

/dev/sda: TYPE="isw_raid_member"
/dev/mapper/isw_dbaicgbcdf_Volume0: PTUUID="08f441da-6c5c-45d0-9b40-519ef99e9218" PTTYPE="gpt"
/dev/sdb: TYPE="isw_raid_member"
/dev/mapper/isw_dbaicgbcdf_Volume0p1: UUID="50A9-186B" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="debec49a-ae0c-4062-a715-d87b0e6f8eb7"
/dev/sdc: TYPE="isw_raid_member"
/dev/mapper/isw_dbaicgbcdf_Volume0p2: UUID="d326f6ae-afc5-46d8-b2df-5bc78193821b" TYPE="ext4" PARTUUID="13abac44-78e3-4bd5-9fd9-d6c8ceeea109"
/dev/mapper/isw_dbaicgbcdf_Volume0p3: UUID="682006d7-9bf6-456e-be98-d79e8d076aab" TYPE="swap" PARTUUID="31767d24-f4d3-4516-8db0-8f3a1bc96aeb"
/dev/sdd: TYPE="isw_raid_member"
/dev/sdf1: LABEL="FREEDOS" UUID="52D4-FCF6" TYPE="vfat" PARTUUID="23526cf6-01"


cat /proc/partitions

major minor  #blocks  name

   8        0  146523384 sda
   8       16  146523384 sdb
 253        0  139143300 dm-0
   8       32  976762584 sdc
 253        1     524288 dm-1
 253        2  105176064 dm-2
 253        3   33441792 dm-3
   8       48  976762584 sdd
 253        4  927881348 dm-4
   8       80    3933184 sdf
   8       81    3887072 sdf1

sudo mount /dev/sdd /mnt/bd -t auto -o rw,nls=utf8,noatime
mount: unknown filesystem type 'isw_raid_member'
/dev/mapper/
control    
 isw_dbaicgbcdf_Volume0p1  
isw_dbaicgbcdf_Volume0p3
isw_dbaicgbcdf_Volume0  
isw_dbaicgbcdf_Volume0p2  
isw_dhfhegacbi_Volume1

Thank you in advance for your help!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri Chudnovsky, 2017-05-18
@seekinganswers

isw_dhfhegacbi_Volume1 seems to be that second fake array. Apparently, the partition table was not found on it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question