linux-fsdevel.vger.kernel.org archive mirror
 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>
Subject: unable to mount a CD - iso9660 bug?
Date: Mon, 16 Aug 2010 14:38:54 +0200	[thread overview]
Message-ID: <201008161438.57103.linux@rainbow-software.org> (raw)

Hello,
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:

# mount samsung-bad.iso /mnt/tmp -o loop
mount: you must specify the filesystem type
# mount samsung-bad.iso /mnt/tmp -o loop -t iso9660
# ls -la /mnt/tmp
total 6
dr-xr-xr-x  2 root root 2048 Oct 30  2009 .
drwxr-xr-x 15 root root 4096 Sep 26  2006 ..
# df -h /mnt/tmp
Filesystem            Size  Used Avail Use% Mounted on
/dev/loop0            232M  232M     0 100% /mnt/tmp

dmesg shows this:
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A


If anyone can look into this, I can provide a link to the compressed ISO file 
(75MB).

-- 
Ondrej Zary

             reply	other threads:[~2010-08-16 12:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-16 12:38 Ondrej Zary [this message]
2010-08-16 13:21 ` unable to mount a CD - iso9660 bug? 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
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=201008161438.57103.linux@rainbow-software.org \
    --to=linux@rainbow-software.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).