View Single Post
Old 22nd November 2011
roddierod's Avatar
roddierod roddierod is offline
Real Name: Rod Person
VPN Cryptographer
 
Join Date: Apr 2008
Location: Pittsburgh, Pa
Posts: 437
Default

To use the ntfs-3g command, you need to make sure that the fuse kernel module is loading.

Try the command kldstat, you should get an output similar to this:
Code:
# kldstat
Id Refs Address    Size     Name
 1   24 0xc0400000 754a80   kernel
 2    1 0xc0b5c000 ad95b8   nvidia.ko
 3    1 0xc1636000 33c1c    vboxdrv.ko
 4    1 0xc6d10000 8000     linprocfs.ko
 5    1 0xc6d19000 28000    linux.ko
 6    1 0xcdc85000 e000     fuse.ko
If you do not see the fuse.ko then issue the command
Code:
kldload fuse
And try and mount again.
__________________
"The basic tool for the manipulation of reality is the manipulation of words. If you can control the meaning of words, you can control the people who must use the words." -Philip K. Dick
Reply With Quote