After booting into single-user mode I want to mount my FAT32-formatted usb-flash drive. USB seems to work, a new device appears (/dev/disk1).
I'm trying to do the following thing:
mkdir /Volumes/usb
mount /dev/disk1s1 /Volumes/usb
It says it can't find the file, or specify filesystem type or whatever... Is it even possible to access FAT32-Volumes under Mac OS X (10.4.8)?