FreeOZ论坛

标题: Mac HFS vs Win NTFS [打印本页]

作者: MillerYang    时间: 3-7-2013 16:38
标题: Mac HFS vs Win NTFS
买了Mac以后发现和Windows平台的数据共享需要好好研究一下。。。

网络方式可以用SMB

这External USB方式就有点纠结了。。。究竟是格成Mac格式呢,还是NTFS格式

欢迎有经验的同学指导
作者: MillerYang    时间: 3-7-2013 16:41
Option1:Mac官方支持。不过据说稳定性不佳,可能会造成硬盘在Windows下认不出的后果。。。

http://prateekvjoshi.wordpress.c ... 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:
  1. LABEL=”VOLUME_NAME_WITHOUT_QUOTES” none ntfs rw,auto,nobrowse
复制代码
Quit 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 “
  1. 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.

作者: defend    时间: 3-7-2013 16:49
prefer NTFS.

MAC supports NTFS, but Win doesn't support HFS unless it installs the driver for HFS.
作者: MillerYang    时间: 3-7-2013 16:53
Option2: HFSExplorer (Free )

http://www.catacombae.org/hfsx.html

一些其他付费软件:http://www.macwindows.com/disks2.html




作者: MillerYang    时间: 3-7-2013 17:00
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.
  1. mount -t ntfs-3g /dev/sda1 /mnt/windows
复制代码
Please 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:
  1. /dev/sda1 /mnt/windows ntfs-3g defaults 0 0
复制代码


一些其他软件
http://www.macwindows.com/disks.html

作者: newozer    时间: 3-7-2013 23:38
如果mac能更兼容就好了。。。俺就不需要双系统了。。。
太专业了。。。只能帮顶。。。




欢迎光临 FreeOZ论坛 (https://hioz.im/ibbs/) Powered by Discuz! X3.2