<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/11356004?origin\x3dhttp://openrent.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Ext2 filesystem access in Windows


Ok, dual-booters might be the only consumer of this product, but it saves the time and trouble of a reboot to get to a file stored on a Linux filesystem. Since I'm a purist, and don't dual boot, I have not yet tried this utility. And I'd have to think it allows access to EXT3 volumes as well, since they are nothing more than EXT2 volumes with a journal.