I've been trying to set up a RAID 10 with 4 volumes... the first time I tried this with disk utility and it failed, leaving behind 4 "ghost" volumes/devices which I cannot seem to get rid of. I've found out now how to set up the RAID correctly, but I cannot get rid of these devices which appear when I run "diskutil list" (booted from system DVD).
If I get info on one of these devices with "diskutil info disk3" I get
So I'm wondering where the list of devices is stored, is there something in PRAM for instance? How does the device table get created, and how does the machine know what the RAID sets are? How can I get rid of the phantom devices?
If I get info on one of these devices with "diskutil info disk3" I get
I'm guessing this image was going to be turned into the RAID set somehow. But they can't be unmounted/ejected with diskutil, and even removing the hard disks physically from the machine does not make them go away.Device Identifier: disk3
Device Node: /dev/disk3
Part Of Whole: disk3
Device / Media Name: Apple disk image Media
Volume Name: untitled
Mount Point: /Volumes
File System: UFS
Partition Type:
Bootable: Not bootable
Media Type: Generic
Protocol Disk Image
Smart Status: Not Supported
Volume UUID: F3C245B8-9BCB-3110-827D-9411488B1C21
System image: Yes
Total Size: 467.0Ki (478208 B) (934 512-byte blocks)
Free Space: 435.0 Ki (445440 B) (870 512-byte blocks)
Read Only: No
Ejectable: Yes
Whole: Yes
Internal: No
OS 9 Drivers No
Low Level Format: Not Supported
So I'm wondering where the list of devices is stored, is there something in PRAM for instance? How does the device table get created, and how does the machine know what the RAID sets are? How can I get rid of the phantom devices?