Linux and NTFS

From KlavoWiki
Revision as of 06:04, 10 December 2010 by David (talk | contribs) (Created page with "To enable NTFS file partition mounting install the ntfs-3g tools. <pre> wget http://tuxera.com/opensource/ntfs-3g-2010.10.2.tgz tar xvzf ntfs-3g-2010.10.2.gz ./configure make ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To enable NTFS file partition mounting install the ntfs-3g tools.

wget http://tuxera.com/opensource/ntfs-3g-2010.10.2.tgz
tar xvzf ntfs-3g-2010.10.2.gz
./configure
make
make install

Once the ntfs-3g tools are installed you cna then mount a partition type of ntfs-3g

mount -t ntfs-3g /dev/sdb1 /home/user/path