Trying to mount Sata Raid 0 Drive containing Windows partition

Asked by wws420

Hello

This is the first time I have used Launchpad and I hope there is a Raid expert who can help me. I would like to mount my hardware controlled Raid 0 disks. I have been through ubuntu community documentation, ubuntu forums, and google searches all without being able to resolve this issue.

I´ve tried to follow this guide https://help.ubuntu.com/community/FakeRaidHowto
But I was unsuccessful. It seems I have something different going on.

I am running Ubuntu Release 8.04 (Hardy)
                               Kernel Linux 2.6.24-16-generic
                               Gnome 2.22.3

Output of dmraid -r # --------------------------------------------------------------------------------------------------------------------------------

/dev/sdc: isw, "isw_dgjfiifhie", GROUP, ok, 72303838 sectors, data@ 0
/dev/sdb: isw, "isw_dgjfiifhie", GROUP, ok, 72303838 sectors, data@ 0

Output of dmraid -ay # ------------------------------------------------------------------------------------------------------------------------------

RAID set "isw_dgjfiifhie_RAID DRIVE" already active

Output of lspci | grep -i raid#-----------------------------------------------------------------------------------------------------------------------

00:1f.2 RAID bus controller: Intel Corporation 82801ER (ICH5R) SATA Controller (rev 02)
02:04.0 RAID bus controller: VIA Technologies, Inc. VT6410 ATA133 RAID controller (rev 06)

If there is any additional information that I need to provide please just ask. Hopefully you will be able to provide me with some guidance.

Thank you

Wyatt Smith

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu dmraid Edit question
Assignee:
No assignee Edit question
Solved by:
Wyatt Smith
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
wws420 (wws420) said :
#1

Just adding some more information that might be helpful

Output of lshw -C storage
  *-storage
       description: RAID bus controller
       product: VT6410 ATA133 RAID controller
       vendor: VIA Technologies, Inc.
       physical id: 4
       bus info: pci@0000:02:04.0
       version: 06
       width: 32 bits
       clock: 33MHz
       capabilities: storage pm bus_master cap_list
       configuration: driver=pata_via latency=64 module=pata_via
  *-ide
       description: IDE interface
       product: 82801EB/ER (ICH5/ICH5R) IDE Controller
       vendor: Intel Corporation
       physical id: 1f.1
       bus info: pci@0000:00:1f.1
       logical name: scsi2
       logical name: scsi3
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: ide bus_master emulated
       configuration: driver=ata_piix latency=0 module=ata_piix
  *-storage
       description: RAID bus controller
       product: 82801ER (ICH5R) SATA Controller
       vendor: Intel Corporation
       physical id: 1f.2
       bus info: pci@0000:00:1f.2
       logical name: scsi4
       logical name: scsi5
       version: 02
       width: 32 bits
       clock: 66MHz
       capabilities: storage bus_master emulated
       configuration: driver=ata_piix latency=0 module=ata_piix

Revision history for this message
wws420 (wws420) said :
#2

Just adding some more information that might be helpful

Output of lshw -C storage
  *-storage
       description: RAID bus controller
       product: VT6410 ATA133 RAID controller
       vendor: VIA Technologies, Inc.
       physical id: 4
       bus info: pci@0000:02:04.0
       version: 06
       width: 32 bits
       clock: 33MHz
       capabilities: storage pm bus_master cap_list
       configuration: driver=pata_via latency=64 module=pata_via
  *-ide
       description: IDE interface
       product: 82801EB/ER (ICH5/ICH5R) IDE Controller
       vendor: Intel Corporation
       physical id: 1f.1
       bus info: pci@0000:00:1f.1
       logical name: scsi2
       logical name: scsi3
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: ide bus_master emulated
       configuration: driver=ata_piix latency=0 module=ata_piix
  *-storage
       description: RAID bus controller
       product: 82801ER (ICH5R) SATA Controller
       vendor: Intel Corporation
       physical id: 1f.2
       bus info: pci@0000:00:1f.2
       logical name: scsi4
       logical name: scsi5
       version: 02
       width: 32 bits
       clock: 66MHz
       capabilities: storage bus_master emulated
       configuration: driver=ata_piix latency=0 module=ata_piix

Revision history for this message
Best Wyatt Smith (wyatt-smith) said :
#3

Problem appears to be related to the RAID Volume Label

From the from the command dmraid -ay
and its output
RAID set "isw_dgjfiifhie_RAID DRIVE" already active

The Raid Volume Label is actually RAID DRIVE. Change the label to this volume so it does not contain a space should solve mounting issue. To do this you should boot back into Windows and use the INTEL RAID DRIVER TOOL and change to volume label to something simple like ¨RAID¨

After this you should be able to mount the drive from linux.

Revision history for this message
wws420 (wws420) said :
#4

Thanks Wyatt Smith, that solved my question.