<?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: DVD Filesystems</title>
	<link>http://ask.metafilter.com/115978/DVD-Filesystems/</link>
	<description>Comments on Ask MetaFilter post DVD Filesystems</description>
	<pubDate>Thu, 05 Mar 2009 22:19:32 -0800</pubDate>
	<lastBuildDate>Thu, 05 Mar 2009 22:19:32 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: DVD Filesystems</title>
		<link>http://ask.metafilter.com/115978/DVD-Filesystems</link>	
		<description>What would cause certain folders to show up when a DVD is mounted under Windows (XP, FWIW), but not to show up under Linux (Ubuntu Intrepid)? &lt;br /&gt;&lt;br /&gt; I was given the wonderful &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/1579127495/metafilter-20/ref=nosim/&quot;&gt;New York Times Complete Front Pages&lt;/a&gt; as a birthday present, but I can&apos;t see all the folders when running in Linux (when it is automounted, or the ripped image is mounted loopback). I&apos;m aware of Rock Ridge and Joliet extensions, but AFAIR, these are for POSIX permissions and Unicode filenames respectively (and are for CDROMS). &lt;br&gt;
&lt;br&gt;
What could be going on?&lt;br&gt;
&lt;br&gt;
And as an addendum, how are .idx and .pdx files (indices, I presume) handled by Acrobat?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.115978</guid>
		<pubDate>Thu, 05 Mar 2009 21:53:10 -0800</pubDate>
		<dc:creator>claudius</dc:creator>
		
			<category>cdrom</category>
		
			<category>linux</category>
		
			<category>windows</category>
		
			<category>filesystem</category>
		
			<category>mount</category>
		
			<category>rockridge</category>
		
			<category>dvd</category>
		
	</item> <item>
		<title>By: sbutler</title>
		<link>http://ask.metafilter.com/115978/DVD-Filesystems#1663449</link>	
		<description>Can you list what folders/files appear on Windows and then what appears on Linux?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115978-1663449</guid>
		<pubDate>Thu, 05 Mar 2009 22:19:32 -0800</pubDate>
		<dc:creator>sbutler</dc:creator>
	</item><item>
		<title>By: claudius</title>
		<link>http://ask.metafilter.com/115978/DVD-Filesystems#1663455</link>	
		<description>Windows:&lt;br&gt;
&lt;pre&gt;D:\&amp;gt;dir&lt;br&gt;
 Volume in drive D is NYT-DVD1&lt;br&gt;
 Volume Serial Number is F494-9527&lt;br&gt;
&lt;br&gt;
 Directory of D:\&lt;br&gt;
&lt;br&gt;
07/02/2008  04:57 AM    &amp;lt;DIR&amp;gt;          AutoRunSrc&lt;br&gt;
07/01/2008  10:28 PM    &amp;lt;DIR&amp;gt;          Index&lt;br&gt;
06/30/2007  05:05 PM         1,024,000 autorun.exe&lt;br&gt;
07/02/2008  04:57 AM             2,238 autorun.ico&lt;br&gt;
07/02/2008  04:57 AM                47 autorun.inf&lt;br&gt;
07/02/2008  11:58 AM    &amp;lt;DIR&amp;gt;          pdf&lt;br&gt;
07/02/2008  01:51 AM    &amp;lt;DIR&amp;gt;          setup&lt;br&gt;
               3 File(s)      1,026,285 bytes&lt;br&gt;
               4 Dir(s)               0 bytes free&lt;br&gt;
&lt;/pre&gt;&lt;br&gt;
Linux:&lt;br&gt;
&lt;pre&gt;$ ls -l cdrom/&lt;br&gt;
total 88&lt;br&gt;
drwxrwxrwx 5 root root  2048 2008-07-01 21:28 Index&lt;br&gt;
drwxrwxrwx 2 root root 88064 2008-07-02 10:58 pdf&lt;br&gt;
&lt;/pre&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115978-1663455</guid>
		<pubDate>Thu, 05 Mar 2009 22:38:41 -0800</pubDate>
		<dc:creator>claudius</dc:creator>
	</item><item>
		<title>By: sbutler</title>
		<link>http://ask.metafilter.com/115978/DVD-Filesystems#1663468</link>	
		<description>If those are hidden files, then by default Linux doesn&apos;t show them. Run &quot;man mount&quot; and then search for Mount options for iso9660. There&apos;s an &quot;unhide&quot; option. Not knowing Ubuntu, you probably do something like this:&lt;br&gt;
&lt;br&gt;
mount -t iso9660 -o unhide /dev/dvd /mnt/dvd&lt;br&gt;
&lt;br&gt;
But you can&apos;t really do anything with these files anyway, unless you&apos;re brave enough to run them through Wine.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115978-1663468</guid>
		<pubDate>Thu, 05 Mar 2009 22:51:50 -0800</pubDate>
		<dc:creator>sbutler</dc:creator>
	</item><item>
		<title>By: knave</title>
		<link>http://ask.metafilter.com/115978/DVD-Filesystems#1663475</link>	
		<description>I&apos;m assuming &apos;&lt;code&gt;ls -la&lt;/code&gt;&apos; doesn&apos;t show them either?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115978-1663475</guid>
		<pubDate>Thu, 05 Mar 2009 23:20:56 -0800</pubDate>
		<dc:creator>knave</dc:creator>
	</item><item>
		<title>By: claudius</title>
		<link>http://ask.metafilter.com/115978/DVD-Filesystems#1663489</link>	
		<description>knave: ls -la gave the same.&lt;br&gt;
&lt;br&gt;
sbutler:&lt;br&gt;
&lt;br&gt;
The option &apos;unhide&apos; was promising, but to no cigar. &apos;-t udf&apos; doesn&apos;t mount at all, so at lease we know it&apos;s ISO9660.&lt;br&gt;
&lt;br&gt;
While reading the man page I saw the option &apos;norock&apos;, to turn off rock ridge extensions, which worked.&lt;br&gt;
&lt;br&gt;
Thanks for your suggestion.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115978-1663489</guid>
		<pubDate>Thu, 05 Mar 2009 23:52:29 -0800</pubDate>
		<dc:creator>claudius</dc:creator>
	</item><item>
		<title>By: sbutler</title>
		<link>http://ask.metafilter.com/115978/DVD-Filesystems#1663493</link>	
		<description>Glad you got it to work! Re-reading my post, I said:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Not knowing Ubuntu, you probably do something like this&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
What I meant was:&lt;br&gt;
&lt;br&gt;
&lt;i&gt;I am not familiar with Ubuntu, but you probably do something like this&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Didn&apos;t mean to cast doubt on your Linux knowledge :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115978-1663493</guid>
		<pubDate>Fri, 06 Mar 2009 00:01:18 -0800</pubDate>
		<dc:creator>sbutler</dc:creator>
	</item><item>
		<title>By: claudius</title>
		<link>http://ask.metafilter.com/115978/DVD-Filesystems#1663674</link>	
		<description>Heh;-)&lt;br&gt;
&lt;br&gt;
I&apos;m a bit ashamed I didn&apos;t just read the manpage to start with, but oh well...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.115978-1663674</guid>
		<pubDate>Fri, 06 Mar 2009 07:14:48 -0800</pubDate>
		<dc:creator>claudius</dc:creator>
	</item>
	</channel>
</rss>
