Many of us who are dual booting their PCs have a pain when it comes to sharing resources between windows and Linux.
Let’s see what options do we have when it comes to data sharing between two o.s.
1) keep a separate partition as FAT32 for complete interoperability and then keep common data in that partition.
2) second solutions comes easy when we need to access files from windows partition in Linux,
we have native support for FAT32 as well as native read only support for NTFS (extendable to full RW (read Write) support using ntfs-3g) more on this later.
But lets today focus on the other side of the sharing…..
WHAT if you wish to access files from Linux partition while running a windows partition.
AT THIS POINT I WOULD like to introduce you to EXT2IFS which stands for EXT2 Installable File System for windows.
From the official site
It installs a pure kernel mode file system driver Ext2fs.sys, which actually extends the Windows NT/2000/XP/2003/Vista operating system to include the Ext2 file system. Since it is executed on the same software layer at the Windows NT operating system core like all of the native file system drivers of Windows (for instance NTFS, FASTFAT, or CDFS for Joliet/ISO CD-ROMs), all applications can access directly to Ext2 volumes. Ext2 volumes get drive letters (for instance O:). Files, and directories of an Ext2 volume appear in file dialogs of all applications. There is no need to copy files from or to Ext2 volumes in order to work with them.
details can be seen at http://www.fs-driver.org/index.html
although there remains some issues,
- file system gets case insensitive (due to inherent limitation of windows.)
- files with starting “.” which symbolizes hidden files are all available for public access.
- security and user group permission becomes invalid because windows is unable to understand and hence all the files are accessible in windows (including /root to /home folder for all person’s using the system while on windows.
Instead of providing screen shots of my own i would like to redirect you all to the official screenshots
ALSO this is not an open source product this is a freeware.
Open source product that is under development is EXT2FSD.
![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_e.png?x-id=4f9163aa-0c25-40d7-8f78-48a1f594b927)