<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Howto access ext3 partition from Windows</title>
	<atom:link href="http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Albert</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-116684</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Sat, 03 Dec 2011 23:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-116684</guid>
		<description>WOW! thanks!!!
this is in my opinion one of the best solutions to acces/convert EXT3 files to NTFS using the SAMBA interface in combination with this nice tutorial, which does great job. All other solutions like Ext2 IFS, ext2explore always cause DATA LOSS, only your solution is the most clean one!</description>
		<content:encoded><![CDATA[<p>WOW! thanks!!!<br />
this is in my opinion one of the best solutions to acces/convert EXT3 files to NTFS using the SAMBA interface in combination with this nice tutorial, which does great job. All other solutions like Ext2 IFS, ext2explore always cause DATA LOSS, only your solution is the most clean one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eagle275</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-91250</link>
		<dc:creator>eagle275</dc:creator>
		<pubDate>Tue, 08 Feb 2011 22:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-91250</guid>
		<description>i wanted to follow your guide - only that I dont have the raid volume before installing ubuntu.

Therefore I created a single primary partition in windows - then added the drives to virtualbox .. 

only problem is : after installing ubunto to one of the vbox-drives (during installation it shows me all 5 vbox-drives) and booting up - i dont see any other drives aside /dev/sda which is no other than the primary vbox-drive where I installed ubuntu. I tried fdisk -l but it also only shows 
/dev/sda with partition /dev/sda1 and lshw -C shows me /dev/sda and my cdrom . So .. Where are the other drives that are &quot;there&quot; according to virtualbox (they are present in the virtual machine devices... ) and how can i make them usable for mdadm and so on ?</description>
		<content:encoded><![CDATA[<p>i wanted to follow your guide - only that I dont have the raid volume before installing ubuntu.</p>
<p>Therefore I created a single primary partition in windows - then added the drives to virtualbox .. </p>
<p>only problem is : after installing ubunto to one of the vbox-drives (during installation it shows me all 5 vbox-drives) and booting up - i dont see any other drives aside /dev/sda which is no other than the primary vbox-drive where I installed ubuntu. I tried fdisk -l but it also only shows<br />
/dev/sda with partition /dev/sda1 and lshw -C shows me /dev/sda and my cdrom . So .. Where are the other drives that are &#8220;there&#8221; according to virtualbox (they are present in the virtual machine devices&#8230; ) and how can i make them usable for mdadm and so on ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: finally</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-87347</link>
		<dc:creator>finally</dc:creator>
		<pubDate>Sun, 09 Jan 2011 04:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-87347</guid>
		<description>Thanks for this awesome guide. It is the only way I could use a nice file backup filesystem like ext4 (I know there may be better ones for backup but I am not that into it) and still access it from Windows 7 64 bit.</description>
		<content:encoded><![CDATA[<p>Thanks for this awesome guide. It is the only way I could use a nice file backup filesystem like ext4 (I know there may be better ones for backup but I am not that into it) and still access it from Windows 7 64 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-76457</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 13 Dec 2010 20:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-76457</guid>
		<description>I&#039;m glad I ran across this article since there were problems (sometimes severe) in the way Ext3 access worked in all the other solutions on my Windows 7 x64 installation.

Problem #1: about half of the &quot;easier&quot; solutions presented are read-only, so you cannot write to the Ext3 file system.  Writing to the file system was a requirement for my use.

Problem #2: If you have a new installation of Ubuntu and used default settings for Ext3 then you cannot use ext2ifs since &quot;Inodes that are larger than 128 bytes are not supported.&quot;  The default for new Ubuntu installs is 256 bytes.

Problem #3: As far as I can tell, that only leaves ext2fsd.  It seems some people have gotten it working, but on my install it would only show the directories at the root level of my volume and showed no files inside any of them.  This is after following all the alternate things people said to try like running it in compatibility mode for Windows Vista.

This left me no simpler solutions than using VirtualBox and it worked perfectly.

While it might be like using a hammer to crack a nut, at least it worked.  Better for my situation than using a defective plastic spork that breaks every time you use it.  It worked, which is more than I can say for all the other &quot;easier&quot; solutions.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I ran across this article since there were problems (sometimes severe) in the way Ext3 access worked in all the other solutions on my Windows 7 x64 installation.</p>
<p>Problem #1: about half of the &#8220;easier&#8221; solutions presented are read-only, so you cannot write to the Ext3 file system.  Writing to the file system was a requirement for my use.</p>
<p>Problem #2: If you have a new installation of Ubuntu and used default settings for Ext3 then you cannot use ext2ifs since &#8220;Inodes that are larger than 128 bytes are not supported.&#8221;  The default for new Ubuntu installs is 256 bytes.</p>
<p>Problem #3: As far as I can tell, that only leaves ext2fsd.  It seems some people have gotten it working, but on my install it would only show the directories at the root level of my volume and showed no files inside any of them.  This is after following all the alternate things people said to try like running it in compatibility mode for Windows Vista.</p>
<p>This left me no simpler solutions than using VirtualBox and it worked perfectly.</p>
<p>While it might be like using a hammer to crack a nut, at least it worked.  Better for my situation than using a defective plastic spork that breaks every time you use it.  It worked, which is more than I can say for all the other &#8220;easier&#8221; solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-58748</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 23 Nov 2010 09:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-58748</guid>
		<description>Great article, really promissing ! 
Easy, simple and probably the most secure process.
Thanks for the Author and Martin Bajer comment.

+ Promissing alternative:
- [2010/06] http://sourceforge.net/projects/ext2read/files/

+ Otherwise:
- [2009/07] http://www.ext2fsd.com
  http://sourceforge.net/projects/ext2fsd/files/

+ Alternatives :
- http://www.fs-driver.org
- http://www.chrysocome.net/explore2fs
- http://www.diskinternals.com/linux-reader/
However, please read carefully Feature, FAQ, LIMITATION, RISK, of each method.
Great article, Thanks</description>
		<content:encoded><![CDATA[<p>Great article, really promissing !<br />
Easy, simple and probably the most secure process.<br />
Thanks for the Author and Martin Bajer comment.</p>
<p>+ Promissing alternative:<br />
- [2010/06] <a href="http://sourceforge.net/projects/ext2read/files/" rel="nofollow">http://sourceforge.net/projects/ext2read/files/</a></p>
<p>+ Otherwise:<br />
- [2009/07] <a href="http://www.ext2fsd.com" rel="nofollow">http://www.ext2fsd.com</a><br />
  <a href="http://sourceforge.net/projects/ext2fsd/files/" rel="nofollow">http://sourceforge.net/projects/ext2fsd/files/</a></p>
<p>+ Alternatives :<br />
- <a href="http://www.fs-driver.org" rel="nofollow">http://www.fs-driver.org</a><br />
- <a href="http://www.chrysocome.net/explore2fs" rel="nofollow">http://www.chrysocome.net/explore2fs</a><br />
- <a href="http://www.diskinternals.com/linux-reader/" rel="nofollow">http://www.diskinternals.com/linux-reader/</a><br />
However, please read carefully Feature, FAQ, LIMITATION, RISK, of each method.<br />
Great article, Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: reg</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-27473</link>
		<dc:creator>reg</dc:creator>
		<pubDate>Mon, 12 Apr 2010 03:45:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-27473</guid>
		<description>for ext4 and LVM you can also use http://ext2read.sf.net</description>
		<content:encoded><![CDATA[<p>for ext4 and LVM you can also use <a href="http://ext2read.sf.net" rel="nofollow">http://ext2read.sf.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin C</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-25749</link>
		<dc:creator>Gavin C</dc:creator>
		<pubDate>Sat, 20 Mar 2010 19:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-25749</guid>
		<description>My first reaction was &quot;there&#039;s a driver for this&quot; then I realised, &quot;wait, you were looking specifically for a way to let a windows install see a 4TB linux software raid5 array. There&#039;s no driver for *that*.&quot;

This is a cunning workaround - thank you!

G</description>
		<content:encoded><![CDATA[<p>My first reaction was &#8220;there&#8217;s a driver for this&#8221; then I realised, &#8220;wait, you were looking specifically for a way to let a windows install see a 4TB linux software raid5 array. There&#8217;s no driver for *that*.&#8221;</p>
<p>This is a cunning workaround - thank you!</p>
<p>G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Bajer</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-22361</link>
		<dc:creator>Martin Bajer</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-22361</guid>
		<description>Hi,
 first of all thanks for interesting articke. It makes me to think about sharing seriously - Now I see Ubuntu files from Windows VirtualBox guest.

BTW, who is this tutorial for? Is it meant for people with dual boot? Why to have dual boot anyway, or why to install Windows directly to your hardware if you have Ubuntu installed already? It is far better to install Windows inside VirtualBox. VirtualBox supports &quot;Shared Folders&quot; - from manual: &quot;allow you to access files of your host system (Ubuntu) from within the guest system (Windows)&quot;.

In my case I am running Ubuntu 9.10 as main system, and Windows XP in VirtualBox just for must have windows only apps like CorelDraw (We are using Inscape as much as possible, but our customers are hooked).

This is my tutorial how to access Ubuntu user files (located on Ext4 partition) from Windows running in Virtual box on top of Ubuntu.

1) Install &quot;VirtualBox Guest Additions&quot; into Windows guest
2) Create dir called for example &quot;Shared&quot; in Nautilus
3) Right click on that folder and select &quot;Sharing options&quot;, check all options
4) Start Virtual Box manager, open settings for Windows virtual host (which has be powered off), go to Shared Folders and create one for your &quot;Shared&quot; dir.
5) Start Windows machine. Go do Explorer and add network drive.

Hope it helps somebody. Cheers  :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 first of all thanks for interesting articke. It makes me to think about sharing seriously - Now I see Ubuntu files from Windows VirtualBox guest.</p>
<p>BTW, who is this tutorial for? Is it meant for people with dual boot? Why to have dual boot anyway, or why to install Windows directly to your hardware if you have Ubuntu installed already? It is far better to install Windows inside VirtualBox. VirtualBox supports &#8220;Shared Folders&#8221; - from manual: &#8220;allow you to access files of your host system (Ubuntu) from within the guest system (Windows)&#8221;.</p>
<p>In my case I am running Ubuntu 9.10 as main system, and Windows XP in VirtualBox just for must have windows only apps like CorelDraw (We are using Inscape as much as possible, but our customers are hooked).</p>
<p>This is my tutorial how to access Ubuntu user files (located on Ext4 partition) from Windows running in Virtual box on top of Ubuntu.</p>
<p>1) Install &#8220;VirtualBox Guest Additions&#8221; into Windows guest<br />
2) Create dir called for example &#8220;Shared&#8221; in Nautilus<br />
3) Right click on that folder and select &#8220;Sharing options&#8221;, check all options<br />
4) Start Virtual Box manager, open settings for Windows virtual host (which has be powered off), go to Shared Folders and create one for your &#8220;Shared&#8221; dir.<br />
5) Start Windows machine. Go do Explorer and add network drive.</p>
<p>Hope it helps somebody. Cheers  <img src='http://www.ubuntugeek.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buzz</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-22264</link>
		<dc:creator>Buzz</dc:creator>
		<pubDate>Tue, 09 Feb 2010 18:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-22264</guid>
		<description>All:

You can mount ext4 ext3 and ext2 drives in windows with ifsdrive.  It is THAT easy.

http://www.fs-driver.org/</description>
		<content:encoded><![CDATA[<p>All:</p>
<p>You can mount ext4 ext3 and ext2 drives in windows with ifsdrive.  It is THAT easy.</p>
<p><a href="http://www.fs-driver.org/" rel="nofollow">http://www.fs-driver.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ATOzTOA</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-22213</link>
		<dc:creator>ATOzTOA</dc:creator>
		<pubDate>Tue, 09 Feb 2010 08:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-22213</guid>
		<description>What about ext4?</description>
		<content:encoded><![CDATA[<p>What about ext4?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: friend of satam</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21399</link>
		<dc:creator>friend of satam</dc:creator>
		<pubDate>Wed, 27 Jan 2010 09:37:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21399</guid>
		<description>heei, guys, any software suitable for windauz7?</description>
		<content:encoded><![CDATA[<p>heei, guys, any software suitable for windauz7?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Demwell</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21381</link>
		<dc:creator>Chris Demwell</dc:creator>
		<pubDate>Tue, 26 Jan 2010 20:01:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21381</guid>
		<description>I would like to point out that this method may be long and difficult, but has the advantage that one can also mount filesystems that are stored in LVM, mdraid or dmraid, or through compression or encryption layers like encfs or cryptoloop. This is very helpful for people who dual-boot their systems, but does have the disadvantage of being more brittle. Here&#039;s where a link to articles about the importance and facility of reasonable backup procedures would come in handy - but you already do backups from any platform you use, right? Me too!</description>
		<content:encoded><![CDATA[<p>I would like to point out that this method may be long and difficult, but has the advantage that one can also mount filesystems that are stored in LVM, mdraid or dmraid, or through compression or encryption layers like encfs or cryptoloop. This is very helpful for people who dual-boot their systems, but does have the disadvantage of being more brittle. Here&#8217;s where a link to articles about the importance and facility of reasonable backup procedures would come in handy - but you already do backups from any platform you use, right? Me too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aw</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21378</link>
		<dc:creator>aw</dc:creator>
		<pubDate>Tue, 26 Jan 2010 17:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21378</guid>
		<description>If you are running VirtualBox and have 64 bit capable CPU then you can run a 64 bit client on a 32 bit OS like Windows.</description>
		<content:encoded><![CDATA[<p>If you are running VirtualBox and have 64 bit capable CPU then you can run a 64 bit client on a 32 bit OS like Windows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerriet</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21344</link>
		<dc:creator>Gerriet</dc:creator>
		<pubDate>Mon, 25 Jan 2010 19:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21344</guid>
		<description>Hi ,)

How I can access from Windows to a ext4 partion ? Or must are have the partion ext3 ?</description>
		<content:encoded><![CDATA[<p>Hi ,)</p>
<p>How I can access from Windows to a ext4 partion ? Or must are have the partion ext3 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21319</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Mon, 25 Jan 2010 10:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21319</guid>
		<description>To me, not the smarter way to access my data from an ext* partition.
Actually, since the amount of free space on the hard drive is no longer an issue,  I&#039;d rather prefer to sync everything on a NTFS partition, with native r/w support in win.</description>
		<content:encoded><![CDATA[<p>To me, not the smarter way to access my data from an ext* partition.<br />
Actually, since the amount of free space on the hard drive is no longer an issue,  I&#8217;d rather prefer to sync everything on a NTFS partition, with native r/w support in win.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mamelouk</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21315</link>
		<dc:creator>mamelouk</dc:creator>
		<pubDate>Mon, 25 Jan 2010 08:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21315</guid>
		<description>I think this is a good idea. I am sick and tired of loosing data with ext2fs, and having to reboot to linux to checkdisk each time the system crash.</description>
		<content:encoded><![CDATA[<p>I think this is a good idea. I am sick and tired of loosing data with ext2fs, and having to reboot to linux to checkdisk each time the system crash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buzz</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21308</link>
		<dc:creator>Buzz</dc:creator>
		<pubDate>Mon, 25 Jan 2010 06:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21308</guid>
		<description>@Arkadi, not sure which software/method you are referring to, but ext[3,4] are backwards compatible with ext2, so they should work fine.  I have had no problems with ext3 and ext4 using ifsdrives in XP.</description>
		<content:encoded><![CDATA[<p>@Arkadi, not sure which software/method you are referring to, but ext[3,4] are backwards compatible with ext2, so they should work fine.  I have had no problems with ext3 and ext4 using ifsdrives in XP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arkadi</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21307</link>
		<dc:creator>Arkadi</dc:creator>
		<pubDate>Mon, 25 Jan 2010 06:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21307</guid>
		<description>If it only could support ex4....</description>
		<content:encoded><![CDATA[<p>If it only could support ex4&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ackondro</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21305</link>
		<dc:creator>ackondro</dc:creator>
		<pubDate>Mon, 25 Jan 2010 05:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21305</guid>
		<description>I agree also, the above method is long, dangerous and not aligned with what a user wants, try below for a better option
http://www.ext2fsd.com/</description>
		<content:encoded><![CDATA[<p>I agree also, the above method is long, dangerous and not aligned with what a user wants, try below for a better option<br />
<a href="http://www.ext2fsd.com/" rel="nofollow">http://www.ext2fsd.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joeYao</title>
		<link>http://www.ubuntugeek.com/howto-access-ext3-partition-from-windows.html/comment-page-1#comment-21295</link>
		<dc:creator>joeYao</dc:creator>
		<pubDate>Mon, 25 Jan 2010 03:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/?p=3709#comment-21295</guid>
		<description>I agree with Buzz.

http://www.chrysocome.net/explore2fs</description>
		<content:encoded><![CDATA[<p>I agree with Buzz.</p>
<p><a href="http://www.chrysocome.net/explore2fs" rel="nofollow">http://www.chrysocome.net/explore2fs</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

