nexus77777 Posted May 11, 2007 Share Posted May 11, 2007 Hello, How to mount Fat32 partition from Disk utility install dvd ? cause I tried 1049 without succes and before I made an image but on a Fat32 partition which I coulnd not mount via terminal for restore with Disk utility.... I tried diskutil an hdiutil without succes... Thanks.. Link to comment https://www.insanelymac.com/forum/topic/50787-how-to-mount-fat32-partition/ Share on other sites More sharing options...
Zizou Posted May 11, 2007 Share Posted May 11, 2007 sudo mkdir /volumes/fat32volume sudo mount -t fat32 /dev/diskXsX /volumes/fat32volume (diskXsX for instance is disk0s1 if it's your first partition on your first hdd.) Link to comment https://www.insanelymac.com/forum/topic/50787-how-to-mount-fat32-partition/#findComment-363390 Share on other sites More sharing options...
nexus77777 Posted May 11, 2007 Author Share Posted May 11, 2007 Thanks for the help but did not work ..... bash-2.05b# sudo -bash: sudo: command not found -bash-2.05b# mkdir /Volumes/D2_LOGS -bash-2.05b# mount -t fat32 /dev/disk0s6 /Volumes/D2_LOGS mount: exec /usr/sbin/mount_fat32 for /Volumes/D2_LOGS: No such file or directory -bash-2.05b# disk list -bash: disk: command not found -bash-2.05b# diskutil list /dev/disk0 #: type name size identifier 0: FDisk_partition_scheme *37.3 GB disk0 1: Apple_HFS disk0s1 7.3 GB disk0s1 2: DOS_FAT_32 D2_GHOST 7.3 GB disk0s5 3: DOS_FAT_32 D2_LOGS 22.6 GB disk0s6 /dev/disk1 #: type name size identifier 0: Apple_partition_scheme *4.4 GB disk1 1: Apple_partition_map 31.5 KB disk1s1 2: Apple_HFS JaS 10.4.8 AMD Intel SSE2 SSE3 4.4 GB disk1s3 /dev/disk2 #: type name size identifier 0: untitled *467.0 KB disk2 /dev/disk3 #: type name size identifier 0: untitled *95.0 KB disk3 /dev/disk4 #: type name size identifier 0: untitled *95.0 KB disk4 -bash-2.05b# sudo mkdir /Volumes/D2_LOGS -bash: sudo: command not found -bash-2.05b# su -bash: su: command not found -bash-2.05b# mount -t fat32 /dev/disk0s6 /Volumes/D2_LOGS mount: exec /usr/sbin/mount_fat32 for /Volumes/D2_LOGS: No such file or directory -bash-2.05b# mount -t fat32 /dev/disk0s6 /Volumes/D2_LOGS mount: exec /usr/sbin/mount_fat32 for /Volumes/D2_LOGS: No such file or directory -bash-2.05b# mkdir /Volumes/disk0s6 -bash-2.05b# mount -t fat32 /dev/disk0s6 /Volumes/disk0s6 mount: exec /usr/sbin/mount_fat32 for /Volumes/disk0s6: No such file or directory -bash-2.05b# Link to comment https://www.insanelymac.com/forum/topic/50787-how-to-mount-fat32-partition/#findComment-363419 Share on other sites More sharing options...
Recommended Posts