direx Posted March 7, 2007 Share Posted March 7, 2007 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)? Link to comment https://www.insanelymac.com/forum/topic/44483-mount-fat32-volumes/ Share on other sites More sharing options...
lord_muad_dib Posted March 7, 2007 Share Posted March 7, 2007 (edited) try disk1 instead of disk1s1 Edited March 7, 2007 by lord_muad_dib Link to comment https://www.insanelymac.com/forum/topic/44483-mount-fat32-volumes/#findComment-318393 Share on other sites More sharing options...
Korrupted Posted March 7, 2007 Share Posted March 7, 2007 Try mount -t msdos /dev/disk1s1 /Volumes/usb . Link to comment https://www.insanelymac.com/forum/topic/44483-mount-fat32-volumes/#findComment-318411 Share on other sites More sharing options...
Recommended Posts