I have windows 7 and ubuntu 9.10 installed in my system. I want to view my linux drive in windows. Is there anyway to do that?
feedback
|
migrated from stackoverflow.com Jan 6 '11 at 4:47
This question came from our site for professional and enthusiast programmers.
|
I'm not sure the explore2fs utility will work with the Ext4 filesystem or not, but if it does not, you might want to try out ext2read: http://sourceforge.net/projects/ext2read/ Despite the name, it will read an Ext4 filesystem. | |||
|
feedback
|
|
Check out explore2fs. If that doesn't work with Windows 7 then I recommend Ext2 IFS. | |||||||
feedback
|
|
you can try free ware "explore2fs" software | |||||
|
feedback
|
|
Other answers already given (trying explore2fs and Ext2 IFS) are the best I know if you are using a dual boot system. There are additional options if you use virtual machine rather than a dual-boot approach. Serve the directories you want shared from linux, and mount the remote drive from Windows. I use a configuration with samba and VirtualBox running on an Ubuntu host, and Windows 7 running in a VirtualBox VM, and it works fine. I expect other combinations (NFS instead of samba, KVM instead of VirtualBox, changing which OS is the host and which the guest) will also work, but I haven't tried personally. This may not be exactly what you are looking for (win7 isn't really seeing the drive directly), but may serve as a work-around if you can't get explore2fs or Ext2 IFS working on windows 7. | |||
|
feedback
|
