pippo choi Posted May 16, 2009 Share Posted May 16, 2009 I've tried put the ntfs.kext into the Extensions.mkext by "mkextmaker.app" , but it doesn't work any way. How can i put the driver of ntfs.kext into the Extensions.mkext and make it work . Thanks Link to comment https://www.insanelymac.com/forum/topic/166758-about-ntfskext/ Share on other sites More sharing options...
kytzu Posted May 16, 2009 Share Posted May 16, 2009 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 Link to comment https://www.insanelymac.com/forum/topic/166758-about-ntfskext/#findComment-1158434 Share on other sites More sharing options...
pippo choi Posted May 16, 2009 Author Share Posted May 16, 2009 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? Link to comment https://www.insanelymac.com/forum/topic/166758-about-ntfskext/#findComment-1158502 Share on other sites More sharing options...
Recommended Posts