Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
mounting drives from a terminal
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="falcon" data-source="post: 23885"><p>Hi</p><p></p><p>I have an external firewire drive thats fat32, i want to mount it manualy from the command line as OSX just comes up and says it wants ti initilize the disk and format it to HFS, i tried what you do in linux but that doesnt seem to be working, command is as follows:</p><p></p><p>mount -t vfat /dev/disk3s1 /mnt/firewiredrive</p><p></p><p></p><p>or am i getting the disk wrong ?</p><p></p><p>ne what that gives me the feed back</p><p></p><p>mount: exec /usr/sbin/mount_fat32 for /mnt/firewiredrive: no such file or directory</p><p></p><p>???</p></blockquote><p></p>
[QUOTE="falcon, post: 23885"] Hi I have an external firewire drive thats fat32, i want to mount it manualy from the command line as OSX just comes up and says it wants ti initilize the disk and format it to HFS, i tried what you do in linux but that doesnt seem to be working, command is as follows: mount -t vfat /dev/disk3s1 /mnt/firewiredrive or am i getting the disk wrong ? ne what that gives me the feed back mount: exec /usr/sbin/mount_fat32 for /mnt/firewiredrive: no such file or directory ??? [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
mounting drives from a terminal
Top