Chris Shuman: > I looked through the rmformat man pages, but didn't see anything that would > tell me what the device name is. Am I missing something? > > I ran rmformat on the device, but got the following error. > > DKIOCREMOVABLE ioctl failed : Bad addres
Simply key in the command "rmformat" without any arguments, you will see output like below: Looking for devices... 1. Logical Node: /dev/rdsk/c3t0d0p0 Physical Node: /pci at 0,0/pci108e,534a at 2,1/hub at 7/storage at 1/disk at 0,0 Connected Device: USB Flash Drive 1.12 Device Type: Removable Bus: USB Size: 124.0 MB Label: <None> Access permissions: Medium is not write protected. 2. Logical Node: /dev/rdsk/c0t0d0p0 Physical Node: /pci at 0,0/pci-ide at 6/ide at 0/sd at 0,0 Connected Device: MATSHITA DVD-RAM UJ-845S D100 Device Type: CD Reader Bus: IDE Size: <Unknown> Label: <Unknown> Access permissions: <Unknown> Isn't the logical node name c*t*d*(getting rid of "p0") what you are looking for? By looking into "prtconf -vD" result, you can find more detailed information about the devices. If you don't understand the device name, please refer to Soalris system administration guide.