1
1
I installed Ubuntu "on" Windows Vista using the Wubi installer.
The Ubuntu "disk" files are located in C:\ubuntu\disks\. (So, there's a large 30GB .disk file in that directory.)
How can I "mount" it so that I can easily access my Ubuntu files using Windows Explorer?
For example:
P.S. I haven't used any "partitions" or anything.

Windows can't read Linux filesystems without installing a special driver. It will be far easier to mount the Windows drive from Ubuntu instead.
– Patches – 2011-05-25T02:31:13.797@Patches If I do that, will I be able to "see" Ubuntu from Windows, like in the image above? I tried fs-driver, but I can't seem to get it to work. – Mateen Ulhaq – 2011-05-25T02:33:09.140
No, you'll only be able to access it from Ubuntu. The above driver actually doesn't appear to work with modern Linux filesystems. ext2read does supports both modern filesystems and reading wubi disk images. Unfortunately, it provides only read only support and you must use a special program, not the standard Windows file access interfaces.
– Patches – 2011-05-25T02:44:34.103@Patches Will converting Ubuntu to some kind of partition do the trick? What if I used ISO? – Mateen Ulhaq – 2011-05-25T04:29:32.637
It's possible the IFS driver will work when Ubuntu is installed as a partition, but I'm not sure. Generally Linux users have one or more partitions assigned for Linux use that Windows never touches, a partition for Windows that Linux never touches, and then a third partition used specifically designed to be accessible from both systems and store files used by both. – Patches – 2011-05-25T04:59:23.367