
So far so good, but the drives have previously been assigned as RAID 1 and used in a Windows system - and although it actually had been a hardware based RAID, the Debian installer shows me partitions marked as SoftRAID.
There are two 1.0 TB SAMSUNG HD103SJ disks in that system, and the Debian setup partitioner displays their content as follows:
Code: Select all
RAIDmd124 device #:RAIDactive #(read-only)RAIDraid1 device #sdb[0] RAID124 devi
#1 1.0 TB
512 B unusable
RAIDmd126 device #:RAIDactive #(read-only)RAIDraid1 device #sdb[0] RAID126 devi
#1 1.0 TB
512 B unusable
SCSI3 (0,0,0) (sda) - 1.0 TB ATA SAMSUNG HD103SJ
SCSI4 (0,0,0) (sdb) - 1.0 TB ATA SAMSUNG HD103SJ
Code: Select all
You have selected an entire device to partition. If you proceed with creating a new partition table on the device, then all current partitions will be removed.
[...]
Create new empty partition table on this device?
Yes | No
Code: Select all
The selected device contains partitions used for software RAID devices. The following devices and partitions are about to be removed:
Software RAID devices about to be removed: md127 (container)
Partitions used by these RAID devices:
Note that this will also permanently erase any data currently on the software RAID devices.
Remove existing software RAID partitions?
Yes | No
So far so good, but nothing happens. It seems impossible to delete those Software RAID partitions here.
Thanks to the greatness of GNU/Linux based installers, I pressed "Alt+F2" and opened another shell - and started "fdisk".
Puzzling, but fdisk says there is *nothing* on those disks. NOTHING! No leftovers, no software RAID whatsoever - nothing. WTF?
Luckily, this computer has the exact same mainboard as the computer those drives have previously been used with. I'll try to set the SATA mode in BIOS to "RAID" (instead of IDE, as it is know) and try to use to RAID BIOS to remove those leftovers... Wish me luck!
EDIT: Yesssss! it worked exactly as planned. See replies below for details.