I've been looking around the net to found a better alternative resolutions. Then I found the following solutions. (All apply to if you have Snow Leopard only)
- Should be the easiest solution, update your Snow Leopard to the latest (currently it's 10.6.5), this release, Apple included exFAT support, which the file format can be read/write in Windows, Mac and Linux, so format all your external HDDs to exFAT.
- Apparently, from the beginning of Snow Leopard, Apple included write to NTFS support, just need to enable it, here is how:
1. Remove all 3rd party NTFS plugins
2. Launch Terminal
3. backup /etc/fstab by type:sudo mv /etc/fstab /etc/fstab.back
(don't worry if you don't currently have this file)
4. Use nano to modify /etc/fstab by typing:sudo nano /etc/fstab
5. Type(volume_name is your drive name):LABEL=volume_name none ntfs rw
6. Repeat step 5 for all of your drives
7. Restart your computer
Voila Native write to NTFS support on Mac OS and it's way faster than NTFS-3G. Enjoy!!!
No comments:
Post a Comment