我知道您想要挂载 Fedora 分区,但根据经验,我发现与 Windows 共享分区的最佳方法是格式化为 NTFS 并使用 ntfs-3g 在 Linux 中访问它。
我尝试使用 JensenDied 几年前提到的 ext2 Windows 应用程序,但最终在访问所使用的 USB 驱动器上的数据时遇到问题。
I know that you want to mount your Fedora partition but from experience I have found that the best way to share a partition with Windows is to format as NTFS and use ntfs-3g to access it in Linux.
I tried using the ext2 Windows app mentioned by JensenDied a couple of years ago and ended up having problems accessing data on the USB drive that it was being used with.
Summary of the best answer I got (and other answers were later deleted, I assume by their authors): Use ntfs-3g to access the NTFS filesystem from Linux. You will have a much smaller chance of filesystem corruption doing it this way than using any of the existing ext2/3 drivers from Windows.
发布评论
评论(3)
我会看一下 EXT2 IFS for Windows。
对此要记住几件事。
但它可以让您对其进行读写 ;)
I'd take a look at EXT2 IFS for Windows.
Several things to keep in mind with this.
It will let you read and write to it though ;)
我知道您想要挂载 Fedora 分区,但根据经验,我发现与 Windows 共享分区的最佳方法是格式化为 NTFS 并使用 ntfs-3g 在 Linux 中访问它。
我尝试使用 JensenDied 几年前提到的 ext2 Windows 应用程序,但最终在访问所使用的 USB 驱动器上的数据时遇到问题。
I know that you want to mount your Fedora partition but from experience I have found that the best way to share a partition with Windows is to format as NTFS and use ntfs-3g to access it in Linux.
I tried using the ext2 Windows app mentioned by JensenDied a couple of years ago and ended up having problems accessing data on the USB drive that it was being used with.
请参阅 ServerFault.com 上我的类似问题的答案:
我得到的最佳答案摘要(其他答案后来被删除,我猜是它们的作者):使用 ntfs-3g 从 Linux 访问 NTFS 文件系统。 与使用 Windows 中任何现有的 ext2/3 驱动程序相比,通过这种方式进行文件系统损坏的可能性要小得多。
See the answers to my similar question on ServerFault.com:
Summary of the best answer I got (and other answers were later deleted, I assume by their authors): Use ntfs-3g to access the NTFS filesystem from Linux. You will have a much smaller chance of filesystem corruption doing it this way than using any of the existing ext2/3 drivers from Windows.