[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange iso9660 bug
From: |
Urja Rannikko |
Subject: |
Re: strange iso9660 bug |
Date: |
Mon, 29 Sep 2008 11:31:29 +0300 |
On Sun, Sep 28, 2008 at 11:08 PM, Robert Millan <address@hidden> wrote:
>
> Hi,
>
> I was having a look at this iso9660 image:
>
> http://syllable.info/Syllable-0.6.4-LiveCD-1.1.iso.bz2
>
> and GRUB seems to behave strangely with it. When its contents are listed by
> Linux, GRUB Legacy or isoinfo, you get a long list (the "real" data), but
> when they're listed by GRUB 2, you get a short list with only 3 files:
>
> - autorun.inf
> - some *.ico file
> - readme.txt
>
One gets those for windows files in linux by doing:
mount -o loop,norock -t iso9660 /tmp/syllable.iso /mnt/loop
(that was my command line, YMMV)
So i think that you need to support rockridge extensions to see the
for linux content.
--
urjaman