linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* iso9660 vs udf
@ 2007-09-15 21:49 Andries E. Brouwer
  2007-09-18 14:47 ` Jan Kara
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Andries E. Brouwer @ 2007-09-15 21:49 UTC (permalink / raw)
  To: linux-kernel

Today I got a CD. MacOS does not mount it and Linux does not
mount it without an explicit filesystemtype option.
That is,
	# mount /dev/hdc /dir -t iso9660
works fine, but
	# mount /dev/hdc /dir
	mount: you didn't specify a filesystem type for /dev/hdc
               I will try type udf
        mount: wrong fs type, bad option, bad superblock on /dev/hdc,
               missing codepage or other error
               In some cases useful info is found in syslog - try
               dmesg | tail  or so
	# dmesg | tail
        UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'Wisk1956-82', timestamp 2006/03/07 16:26 (1078)
        udf: udf_read_inode(ino 547) failed !bh
        UDF-fs: Error in udf_iget, block=1, partition=1

Google gave me half a dozen other people that mentioned the same
problem (with the same inode 547). Clearly some CD mastering software
produces a format that Linux and MacOS do not handle easily.

One result of this letter will be that people with the same problem
learn via Google that using the "-t iso9660" option may help.

What goes wrong on the mount side is that when it hesitates between
iso9660 and udf it decides for udf when seeing "NSR02".
Maybe the heuristics in mount should be tuned.

On the other hand, this filesystem announces itself as UDF
("CD-RTOS" "CD-BRIDGE" "CDUDF File System - Adaptec Inc"),
perhaps the kernel code should be more robust.

If anybody feels responsible for mount and/or this kernel area
we might discuss.

Andries


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2007-09-19 21:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-15 21:49 iso9660 vs udf Andries E. Brouwer
2007-09-18 14:47 ` Jan Kara
2007-09-19  0:18   ` Satyam Sharma
2007-09-19  0:46     ` Andries E. Brouwer
2007-09-19  2:35       ` Satyam Sharma
2007-09-19  2:44         ` Randy Dunlap
2007-09-19  8:36         ` Andries E. Brouwer
2007-09-19 11:36           ` Kay Sievers
2007-09-19 11:11         ` Krzysztof Halasa
2007-09-19 13:23 ` Karel Zak
2007-09-19 19:37   ` Andries E. Brouwer
2007-09-19 21:51 ` Phillip Susi

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).