Contribute
Register

Paragon ntfs for mac osx not working

Status
Not open for further replies.
Joined
Jan 20, 2010
Messages
7
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi there i need to use writing on ntfs and decided to use paragon ntfs 7 for mac, but writing is not working. It is stated in program overview that Mac® OS X 10.6 Snow Leopard (64Bit not supported) - so i guess thats the reason, i mean the kernel is 64bit ( i might be wrong:) Is there any option i can change somwhere to work in 32bit so i could use writing to ntfs volume feature? thanks in advance for answering
 
Open /Extra/com.apple.Boot.plist in TextEdit: you'll probably see something like this:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string>-v</string>
	<key>GraphicsEnabler</key>
	<string>Yes</string>
	<key>Timeout</key>
	<string>1</string>
</dict>
</plist>

You have to add arch=i386 to the Kernel Flags line.


<key>Kernel Flags</key>
<string>arch=i386 -v</string>
 
Status
Not open for further replies.
Back
Top