问题: How to access Linux files from within Windows on the same computer?
在同一台计算机上,如何在Windows下读取Linux里的文件?
计算机配置:Assume that your PC is a dual-boot system installed with Windows Xp and e.g. RedHat Fedora Core 5 Linux.
Note: Samba is designed for 2 different computers installed with Windows and Linux, respectively to share files through network. 此处Samba不适用。
解决方案之一: 使用Explore2fs -- It runs under all versions of Windows and can read almost any ext2 and ext3 filesystem of Linux. 推荐使用此方案。
Please refer to the official site: http://www.chrysocome.net/explore2fs
解决方案之一: 使用LTOOLS - Accessing Your Linux Files from Windows 9x and Windows NT/XP
Please refer to http://www.linuxjournal.com/article/4138
Trackback
在同一台计算机上,在Windows下读取Linux里的文件。