All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ondrej Zary <linux@rainbow-software.org>
To: linux-fsdevel@vger.kernel.org
Cc: Kernel development list <linux-kernel@vger.kernel.org>,
	Johannes Stezenbach <js@sig21.net>,
	"A. C. Censi" <accensi@gmail.com>, Tao Ma <tao.ma@oracle.com>,
	7eggert@gmx.de
Subject: Re: unable to mount a CD - iso9660 bug?
Date: Tue, 17 Aug 2010 21:20:43 +0200	[thread overview]
Message-ID: <201008172120.48174.linux@rainbow-software.org> (raw)
In-Reply-To: <AANLkTim0OzEF9D4cScHO4osX8DBN=O5a=4Y6gDfRV8=w@mail.gmail.com>

On Tuesday 17 August 2010 13:50:39 A. C. Censi wrote:
> On Tue, Aug 17, 2010 at 7:08 AM, Ondrej Zary <linux@rainbow-software.org> 
wrote:
> > On Tuesday 17 August 2010, Tao Ma wrote:
> >> Hi Ondrej
> >>
> >> On 08/17/2010 12:50 AM, Ondrej Zary wrote:
> >> > On Monday 16 August 2010 16:18:57 Ondrej Zary wrote:
> >> >> On Monday 16 August 2010, Johannes Stezenbach wrote:
> >> >>> On Mon, Aug 16, 2010 at 02:38:54PM +0200, Ondrej Zary wrote:
> >> >>>> I have a CD that came with Samsung printer that Linux cannot mount
> >> >>>> but works fine in Windows. The CD is physically OK - "dd" made ISO
> >> >>>> image without any problems. This ISO image is unmountable too. When
> >> >>>> I force the filesystem to iso9660, it mounts but no files are
> >> >>>> visible:
> >> >>>
> >> >>> Maybe it's a multi-session disk where the first session is
> >> >>> HFS with Apple software.  Try mounting with -t iso9660 -o session=1.
> >> >>
> >> >> Still the same - no files. dmesg contains:
> >> >>
> >> >> ISOFS: Invalid session number or type of track
> >> >> ISOFS: Invalid session number
> >> >> ISO 9660 Extensions: Microsoft Joliet Level 3
> >> >> ISO 9660 Extensions: RRIP_1991A
> >> >
> >> > Here's the compressed ISO file if anyone wants to examine it:
> >> > http://www.rainbow-software.org/linux_files/samsung-bad.rar
> >>
> >> what is your kernel version? I can mount it successfully in my el5 box
> >> with kernel 2.6.35+.
> >
> > I have 2.6.35. Also tried it on another two machines with Debian Squeeze
> > 2.6.32 and Lenny 2.6.26 with the same result (no files visible when
> > mounted).
> >
> >
> > --
> > Ondrej Zary
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel"
> > in the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> Try -unide mount option.
>
> If it does not work, try what is described in the last posts of this
> thread: http://www.pubbs.net/200910/kernel/12764-iso9660-mount-problem.html

Thanks. As Bodo Eggert said, "-o norock" helps.

In fact, I've hit two "bugs":
1. blkid is unable to recognize HFS+ISO9660 CD. Just tracked it down and fixed 
only to find that it was aleady fixed:
http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=commitdiff;h=791a2fd67c118c3f07141e4cc95532fe908015a9

2. some kernel feature - when Rock Ridge is present on iso9660, it's preferred 
over Joliet. The CD contains both but seems that only Joliet has files 
inside? When it's mounted with "-o nojoliet,norock", it's empty too. Can we 
detect this case and avoid it somehow (switch to Joliet?)

-- 
Ondrej Zary

WARNING: multiple messages have this Message-ID (diff)
From: Ondrej Zary <linux@rainbow-software.org>
To: linux-fsdevel@vger.kernel.org
Cc: Kernel development list <linux-kernel@vger.kernel.org>,
	Johannes Stezenbach <js@sig21.net>,
	"A. C. Censi" <accensi@gmail.com>, Tao Ma <tao.ma@oracle.com>,
	7eggert@gmx.de
Subject: Re: unable to mount a CD - iso9660 bug?
Date: Tue, 17 Aug 2010 21:20:43 +0200	[thread overview]
Message-ID: <201008172120.48174.linux@rainbow-software.org> (raw)
In-Reply-To: <AANLkTim0OzEF9D4cScHO4osX8DBN=O5a=4Y6gDfRV8=w@mail.gmail.com>

On Tuesday 17 August 2010 13:50:39 A. C. Censi wrote:
> On Tue, Aug 17, 2010 at 7:08 AM, Ondrej Zary <linux@rainbow-software.org> 
wrote:
> > On Tuesday 17 August 2010, Tao Ma wrote:
> >> Hi Ondrej
> >>
> >> On 08/17/2010 12:50 AM, Ondrej Zary wrote:
> >> > On Monday 16 August 2010 16:18:57 Ondrej Zary wrote:
> >> >> On Monday 16 August 2010, Johannes Stezenbach wrote:
> >> >>> On Mon, Aug 16, 2010 at 02:38:54PM +0200, Ondrej Zary wrote:
> >> >>>> I have a CD that came with Samsung printer that Linux cannot mount
> >> >>>> but works fine in Windows. The CD is physically OK - "dd" made ISO
> >> >>>> image without any problems. This ISO image is unmountable too. When
> >> >>>> I force the filesystem to iso9660, it mounts but no files are
> >> >>>> visible:
> >> >>>
> >> >>> Maybe it's a multi-session disk where the first session is
> >> >>> HFS with Apple software.  Try mounting with -t iso9660 -o session=1.
> >> >>
> >> >> Still the same - no files. dmesg contains:
> >> >>
> >> >> ISOFS: Invalid session number or type of track
> >> >> ISOFS: Invalid session number
> >> >> ISO 9660 Extensions: Microsoft Joliet Level 3
> >> >> ISO 9660 Extensions: RRIP_1991A
> >> >
> >> > Here's the compressed ISO file if anyone wants to examine it:
> >> > http://www.rainbow-software.org/linux_files/samsung-bad.rar
> >>
> >> what is your kernel version? I can mount it successfully in my el5 box
> >> with kernel 2.6.35+.
> >
> > I have 2.6.35. Also tried it on another two machines with Debian Squeeze
> > 2.6.32 and Lenny 2.6.26 with the same result (no files visible when
> > mounted).
> >
> >
> > --
> > Ondrej Zary
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-fsdevel"
> > in the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
> Try -unide mount option.
>
> If it does not work, try what is described in the last posts of this
> thread: http://www.pubbs.net/200910/kernel/12764-iso9660-mount-problem.html

Thanks. As Bodo Eggert said, "-o norock" helps.

In fact, I've hit two "bugs":
1. blkid is unable to recognize HFS+ISO9660 CD. Just tracked it down and fixed 
only to find that it was aleady fixed:
http://git.kernel.org/?p=utils/util-linux-ng/util-linux-ng.git;a=commitdiff;h=791a2fd67c118c3f07141e4cc95532fe908015a9

2. some kernel feature - when Rock Ridge is present on iso9660, it's preferred 
over Joliet. The CD contains both but seems that only Joliet has files 
inside? When it's mounted with "-o nojoliet,norock", it's empty too. Can we 
detect this case and avoid it somehow (switch to Joliet?)

-- 
Ondrej Zary
--
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2010-08-17 19:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-16 12:38 unable to mount a CD - iso9660 bug? Ondrej Zary
2010-08-16 13:21 ` Johannes Stezenbach
2010-08-16 14:18   ` Ondrej Zary
2010-08-16 16:50     ` Ondrej Zary
2010-08-17  9:06       ` Tao Ma
2010-08-17 10:08         ` Ondrej Zary
2010-08-17 11:50           ` A. C. Censi
2010-08-17 19:20             ` Ondrej Zary [this message]
2010-08-17 19:20               ` Ondrej Zary
2010-08-24 20:53               ` [PATCH] [RFC] isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory Ondrej Zary
     [not found] <fi78T-3mn-25@gated-at.bofh.it>
     [not found] ` <fi8y0-60P-37@gated-at.bofh.it>
     [not found]   ` <fi8HD-6ey-7@gated-at.bofh.it>
     [not found]     ` <fibcu-1Ty-21@gated-at.bofh.it>
2010-08-17 10:03       ` unable to mount a CD - iso9660 bug? Bodo Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201008172120.48174.linux@rainbow-software.org \
    --to=linux@rainbow-software.org \
    --cc=7eggert@gmx.de \
    --cc=accensi@gmail.com \
    --cc=js@sig21.net \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tao.ma@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.