如何从 Windows 读取 Fedora 分区?

发布于 2024-07-20 05:55:00 字数 1459 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

瞄了个咪的 2024-07-27 05:55:00

我会看一下 EXT2 IFS for Windows

对此要记住几件事。

  • Ext3 向后兼容 Ext2,它只是不写入日志
  • NTFS 不区分大小写,这可能会给您带来麻烦,具体取决于您要移动的
  • 内容一些在 Ext2/3 中有效的文件名在 NTFS/VFAT 中无效,例如:和$
  • 特殊文件将无法访问,套接字、软链接、块设备
  • 权限将无法维护
  • 无法与 LVM 卷一起使用

但它可以让您对其进行读写 ;)

I'd take a look at EXT2 IFS for Windows.

Several things to keep in mind with this.

  • Ext3 is backwards compatible with Ext2, it just doesn't write to the journal
  • NTFS is case insensitive, this may screw with you depending on what you are moving
  • Some filenames that are valid in Ext2/3 are invalid in NTFS/VFAT like : and $
  • Special files will be inaccessible, sockets, soft links, block devices
  • permissions are not maintained
  • Will not work with LVM volumes

It will let you read and write to it though ;)

汐鸠 2024-07-27 05:55:00

我知道您想要挂载 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.

夜司空 2024-07-27 05:55:00

请参阅 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文