Insert the USB key in one of the USB slots.
mkdir /rmdisk
/etc/init.d/volmgt stop
/etc/init.d/volmgt start
mount grep rmdisk
It should be there.
If the above doesn’t work please try
/etc/init.d/volmgt stop
iostat -En
Look for your USB device.
mount -F pcfs /dev/dsk/c2t0d0p0:c /mnt
mount -F pcfs /dev/dsk/c1t0d0p0:c /mnt
you are done 🙂
Advertisements
Leave a Reply