Help - Search - Members - Calendar
Full Version: Mount FAT32 Volumes
InsanelyMac Forum > OSx86 Project > Hardware and Drivers
direx
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)?
lord_muad_dib
try disk1 instead of disk1s1
Korrupted
Try mount -t msdos /dev/disk1s1 /Volumes/usb .
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.