Re: Mounting EXT2FS as Windows filesystem

2009-05-18 Thread dmccunney
On Mon, May 18, 2009 at 8:24 AM, Kelly Jones wrote: > I just did: > > dd if=/dev/zero of=test.fs bs=1 count=1 > /usr/sbin/mke2fs.exe test.fs > > to create an EXT2FS. > > Question: how do I mount this so that Windows sees it as a regular > filesystem? You need a driver. Windows doesn't gr

Re: Mounting EXT2FS as Windows filesystem

2009-05-18 Thread Lenik
On 2009-5-18 20:24, Kelly Jones wrote: I just did: dd if=/dev/zero of=test.fs bs=1 count=1 /usr/sbin/mke2fs.exe test.fs to create an EXT2FS. Question: how do I mount this so that Windows sees it as a regular filesystem? My goal is to create something that's both a single file and also

Mounting EXT2FS as Windows filesystem

2009-05-18 Thread Kelly Jones
I just did: dd if=/dev/zero of=test.fs bs=1 count=1 /usr/sbin/mke2fs.exe test.fs to create an EXT2FS. Question: how do I mount this so that Windows sees it as a regular filesystem? My goal is to create something that's both a single file and also a filesystem. Reason: Mozy backup encryp