From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Stezenbach Subject: Re: unable to mount a CD - iso9660 bug? Date: Mon, 16 Aug 2010 15:21:51 +0200 Message-ID: <20100816132151.GA11369@sig21.net> References: <201008161438.57103.linux@rainbow-software.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Kernel development list To: Ondrej Zary Return-path: Received: from bar.sig21.net ([80.81.252.164]:59265 "EHLO bar.sig21.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341Ab0HPOBo (ORCPT ); Mon, 16 Aug 2010 10:01:44 -0400 Content-Disposition: inline In-Reply-To: <201008161438.57103.linux@rainbow-software.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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. HTH Johannes