Jump to content
3 posts in this topic

Recommended Posts

what does this kext do? to mount ntfs partition just download and install ntfs-3g, it will mount automatically all ntfs drives. If you still insist with ntfs.kext:

 

put your kext on desktop

open terminal

sudo -s (type your pass)

#cd Desktop

#cp -p ntfs.kext /System/Library/Extensions/

#cd /System/Library/Extensions

#chown -R root:wheel ntfs.kext

#chmod -R 755 ntfs.kext

#kextload ntfs.kext

what does this kext do? to mount ntfs partition just download and install ntfs-3g, it will mount automatically all ntfs drives. If you still insist with ntfs.kext:

 

put your kext on desktop

open terminal

sudo -s (type your pass)

#cd Desktop

#cp -p ntfs.kext /System/Library/Extensions/

#cd /System/Library/Extensions

#chown -R root:wheel ntfs.kext

#chmod -R 755 ntfs.kext

#kextload ntfs.kext

I have a reason to put it into the Extensions.mkext and make it work. Any other solution?

×
×
  • Create New...