Home > Tutorials > Howto write NTFS partition from OS X

Howto write NTFS partition from OS X

In january, I wrote a post on MacFuse/writing NTFS partitions from OS X.
I promised to post a tutorial, so here it is:

So you have installed Windows/Vista via Bootcamp or any other method.
And now you want to write files from your OS X install to your Vista/Windows partition.

First you need to download and install those two softwares:

MacFUSE Tools: 0.2.2-r1
NTFS-3G
: 1.328

Next unmount the ntfs partition with Diskutil.
Click the info button to get the disk identifier: disk0s3 for instance
Open Terminal and execute the following commands:

sudo ln -s /System/Library/Filesystems/fusefs.fs/mount_fusefs /usr/bin/mount_fusefs
mkdir /Volumes/Vista
sudo /usr/local/bin/ntfs-3g /dev/disk0s2 /Volumes/

Share this post!

http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/magnolia_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/google_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/facebook_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.macgeekblog.com/wp-content/plugins/sociofluid/images/twitter_48.png

Advertise!


Earn money - Accomplish a freelance project


Freelance Jobs

Related Posts

Categories: Tutorials Tags:
  1. Pete
    April 5th, 2007 at 21:19 | #1

    I think you also need the MacFuse core as well?
    http://code.google.com/p/macfuse/

  2. David
    April 11th, 2007 at 19:08 | #2

    Yes I did have to install the macfuse core first. After running these commands I just get a prompt like this >
    What do I do with that?

  1. No trackbacks yet.
You must be logged in to post a comment.
blog comments powered by Disqus