Mac HFS vs Win NTFS
买了Mac以后发现和Windows平台的数据共享需要好好研究一下。。。网络方式可以用SMB
这External USB方式就有点纠结了。。。究竟是格成Mac格式呢,还是NTFS格式:Q
欢迎有经验的同学指导 Option1:Mac官方支持。不过据说稳定性不佳,可能会造成硬盘在Windows下认不出的后果。。。
http://prateekvjoshi.wordpress.com/2013/04/21/ntfs-write-support-on-os-x-mountain-lion/
If you have noticed, Mac OS X doesn’t support writing onto NTFS disks. But not to worry, you don’t have to install any third party drivers to enable this. Mountain Lion 10.8.3 already has native write support for the NTFS. OSX Mountain Lion does have built-in support for NTFS, and it can read and write. However, Apple does not enable it by default.
Here is what you should do:
Uninstall other 3rd-party NTFS software, like Paragon, Tuxera or NTFS-3G.
Edit /etc/fstab (you can do this with “sudo vi /etc/fstab”)
Add the following line:LABEL=”VOLUME_NAME_WITHOUT_QUOTES” none ntfs rw,auto,nobrowseQuit your editor
Now, just unmount and re-mount the disk
And we are done! You now have read-write support for this disk in OSX
Wait a minute, I don’t see my disk listed in the Finder window!
As of Mountain Lion, the “nobrowse” mount option is required for this to work. This means that the partition will not show up on your desktop. However, you can access it normally through Finder by doing the following:
Open Terminal and type “open /Volumes/THE_NAME_OF_YOUR_VOLUME” (without the quotes)
The Finder pops up automatically and you can see your disk listed there.
This implementation is definitely better than any 3rd party implementation available. prefer NTFS.
MAC supports NTFS, but Win doesn't support HFS unless it installs the driver for HFS. Option2: HFSExplorer (Free )
http://www.catacombae.org/hfsx.html
一些其他付费软件:http://www.macwindows.com/disks2.html
Option3: Mac writes NTFS
貌似挺多人用这个,
http://www.tuxera.com/community/ntfs-3g-download/
http://macntfs-3g.blogspot.com.au/
Usage
If there was no error during installation then the NTFS volume can be mounted in read-write mode for everybody as follows. Unmount the volume if it had already been mounted, replace /dev/sda1 and /mnt/windows, if needed.mount -t ntfs-3g /dev/sda1 /mnt/windowsPlease see the NTFS-3G Manual for more options and examples.
You can also make NTFS to be mounted during boot by adding the following line to the end of the /etc/fstab file:/dev/sda1 /mnt/windows ntfs-3g defaults 0 0
一些其他软件
http://www.macwindows.com/disks.html
如果mac能更兼容就好了。。。俺就不需要双系统了。。。
太专业了。。。只能帮顶。。。:ppb_60
页:
[1]