lspci output:
- Code: Select all
00:11.0 RAID bus controller: ATI Technologies Inc SB700/SB800 SATA Controller [RAID5 mode]
Subsystem: Giga-byte Technology Device b002
Flags: bus master, 66MHz, medium devsel, latency 96, IRQ 22
I/O ports at ff00 [size=8]
I/O ports at fe00 [size=4]
I/O ports at fd00 [size=8]
I/O ports at fc00 [size=4]
I/O ports at fb00 [size=16]
Memory at fe02f000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [60] Power Management version 2
Capabilities: [70] SATA HBA <?>
Kernel driver in use: ahci
fdisk -l shows the two 500GB drives instead of one RAID array.
- Code: Select all
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xe019e7b6
Device Boot Start End Blocks Id System
/dev/sda1 * 1 114735 921600000 7 HPFS/NTFS
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x185e46d5
Device Boot Start End Blocks Id System
/dev/sdb1 1 60802 488384504 6 FAT16
As you can see however sda1 has double the blocks of sdb1, which had me think it might be the array. However it won't mount...
- Code: Select all
root@linuxmises:~# mount -t ntfs-3g -o ro /dev/sda1 /mnt/win64
NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument
The device '/dev/sda1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Any ideas?


