ich stehe hier gerade vor einem Problem, über ein Linux-Rescue-System Daten von einem Windows-Server zu sichern.
Die Platten sind zu einem Fake-Raid zusammengeschlossen (nicht meine Idee ... deshalb habe ich mich damit auch bis jetzt nie auseinandergesetzt)
Das Raid wird auch erkannt:
Code: Select all
root@rescue ~ # dmraid -s -s
*** Group superset isw_cifcehceeh
--> Active Subset
name : isw_cifcehceeh_Volume0
size : 2097152256
stride : 128
type : mirror
status : ok
subsets: 0
devs : 2
spares : 0
--> Active Subset
name : isw_cifcehceeh_Volume1
size : 3763370240
stride : 128
type : mirror
status : ok
subsets: 0
devs : 2
spares : 0
Code: Select all
root@rescue ~ # gdisk -l /dev/mapper/isw_cifcehceeh_Volume0
GPT fdisk (gdisk) version 0.6.14
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/mapper/isw_cifcehceeh_Volume0: 2097152264 sectors, 1000.0 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): BE3B3541-C930-19E1-80CC-F49D15FC5094
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 2097152230
Partitions will be aligned on 2048-sector boundaries
Total free space is 268485 sectors (131.1 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 206847 100.0 MiB 0700 Basic data partition
2 468992 524283903 249.8 GiB 0700 Basic data partition
3 524283904 2097147903 750.0 GiB 0700 Basic data partition
Code: Select all
mount -t ntfs /dev/mapper/isw_cifcehceeh_Volume01 /vol0
ntfs-3g: Failed to access volume '/dev/mapper/isw_cifcehceeh_Volume01': No such file or directory
Code: Select all
root@rescue ~ # ls /dev/mapper
control isw_cifcehceeh_Volume0 isw_cifcehceeh_Volume1
root@rescue ~ #