Thanks for the reply. The instructions worked! If anyone else needs this...
Insert USB drive
# cfgmgr
# mkfs -V jfs2 -o ea=v2 /dev/usbms1
yes
# mkdir /usb_mnt
# mount -o log=NULL /dev/usbms1 /usb_mnt
NOTE: /dev/usbms0 did not work for me per the link, but usbms1 did.
Last edited by metallic_gel; 02-20-2012 at 02:40 PM.
|