<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Can a Linux Logical Volume Manager be read by Windows?</title>
	<link>http://ask.metafilter.com/95261/Can-a-Linux-Logical-Volume-Manager-be-read-by-Windows/</link>
	<description>Comments on Ask MetaFilter post Can a Linux Logical Volume Manager be read by Windows?</description>
	<pubDate>Sat, 28 Jun 2008 12:37:29 -0800</pubDate>
	<lastBuildDate>Sat, 28 Jun 2008 12:37:29 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Can a Linux Logical Volume Manager be read by Windows?</title>
		<link>http://ask.metafilter.com/95261/Can-a-Linux-Logical-Volume-Manager-be-read-by-Windows</link>	
		<description>Can an LVM partition be mounted by Windows XP or Vista? &lt;br /&gt;&lt;br /&gt; I dual boot Fedora 9 and XP Pro on one machine, and Fedora 9 and Vista Home Premium on the other. I&apos;ve been using ext3 on Fedora because I can mount it from Windows, but was wondering whether any Windows software now supports LVM. Thanks.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.95261</guid>
		<pubDate>Sat, 28 Jun 2008 11:50:33 -0800</pubDate>
		<dc:creator>lukemeister</dc:creator>
		
			<category>lvm</category>
		
			<category>linux</category>
		
			<category>windows</category>
		
			<category>xp</category>
		
			<category>vista</category>
		
			<category>dualboot</category>
		
	</item> <item>
		<title>By: mendel</title>
		<link>http://ask.metafilter.com/95261/Can-a-Linux-Logical-Volume-Manager-be-read-by-Windows#1390891</link>	
		<description>Just to get the terminology out of the way first: LVM isn&apos;t mountable. It&apos;s a new layer between &quot;partitions&quot; and &quot;filesystems&quot;, the volume manager (that&apos;s the &quot;VM&quot;). Where before you&apos;d have a disk that contained a partition that contained an ext3 filesystem, with LVM you have a disk that contains a partition that contains an LVM physical volume which contains an LVM logical volume which contains an ext3 filesystem.&lt;br&gt;
&lt;br&gt;
With that out of the way: As far as I&apos;m aware, there&apos;s nothing available for Windows that lets you see the ext3 filesystem within the LVM volumes.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95261-1390891</guid>
		<pubDate>Sat, 28 Jun 2008 12:37:29 -0800</pubDate>
		<dc:creator>mendel</dc:creator>
	</item><item>
		<title>By: delmoi</title>
		<link>http://ask.metafilter.com/95261/Can-a-Linux-Logical-Volume-Manager-be-read-by-Windows#1390896</link>	
		<description>If you really wanted to, you could try running &lt;a href=&quot;http://www.virtualbox.org/&quot;&gt;Virtual Box&lt;/a&gt; (which is a free virtualization product), then connecting the virtual box to your host OS using Samba.  That&apos;s not something I&apos;ve ever tried.  &lt;br&gt;
&lt;br&gt;
I know VMWare supports booting virtual machines off of physical partitions.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95261-1390896</guid>
		<pubDate>Sat, 28 Jun 2008 12:41:29 -0800</pubDate>
		<dc:creator>delmoi</dc:creator>
	</item><item>
		<title>By: lukemeister</title>
		<link>http://ask.metafilter.com/95261/Can-a-Linux-Logical-Volume-Manager-be-read-by-Windows#1390930</link>	
		<description>mendel, delmoi,&lt;br&gt;
&lt;br&gt;
Thanks. Does either of you have a favorite way to mount an ext3 partition from Windows? I&apos;ve used &lt;a href=&quot;http://www.mount-everything.com/&quot;&gt;Paragon Mount Everything&lt;/a&gt; for years, but sometimes Windows Explorer (or xplorer2 pro) freaks out when I look at a file.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95261-1390930</guid>
		<pubDate>Sat, 28 Jun 2008 13:33:54 -0800</pubDate>
		<dc:creator>lukemeister</dc:creator>
	</item><item>
		<title>By: Zed_Lopez</title>
		<link>http://ask.metafilter.com/95261/Can-a-Linux-Logical-Volume-Manager-be-read-by-Windows#1390954</link>	
		<description>You can use this &lt;a href=&quot;http://www.fs-driver.org/faq.html&quot;&gt;Windows-native ext2 driver&lt;/a&gt; but be aware that you&apos;d be mounting the ext3 filesystem as an ext2 filesystem and unclean unmounts (e.g. from crashes) would require a potentially tiime-consuming disk check next time it&apos;s mounted.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95261-1390954</guid>
		<pubDate>Sat, 28 Jun 2008 14:13:01 -0800</pubDate>
		<dc:creator>Zed_Lopez</dc:creator>
	</item><item>
		<title>By: PueExMachina</title>
		<link>http://ask.metafilter.com/95261/Can-a-Linux-Logical-Volume-Manager-be-read-by-Windows#1391332</link>	
		<description>That driver is closed-source. There&apos;s an &lt;a href=&quot;http://ext2fsd.sourceforge.net/&quot;&gt;open-source one&lt;/a&gt; which is making more progress on ext3 support and plans to support LVM. More immediately useful, &lt;a href=&quot;http://www.chrysocome.net/explore2fs&quot;&gt;explore2fs&lt;/a&gt; supports reading from LVM2; the beta of it&apos;s successor, &lt;a href=&quot;http://www.chrysocome.net/virtualvolumes&quot;&gt;Virtual Volumes&lt;/a&gt;, supports writing too.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.95261-1391332</guid>
		<pubDate>Sun, 29 Jun 2008 00:07:12 -0800</pubDate>
		<dc:creator>PueExMachina</dc:creator>
	</item>
	</channel>
</rss>
