[Bugme-janitors] [Bug 6953] New: Mount ISO9660 at REGULAR file -- it works!

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Thu Aug 3 03:23:56 PDT 2006


http://bugzilla.kernel.org/show_bug.cgi?id=6953

           Summary: Mount ISO9660 at REGULAR file -- it works!
    Kernel Version: 2.6.17.6
            Status: NEW
          Severity: normal
             Owner: fs_other at kernel-bugs.osdl.org
         Submitter: undefer at gmail.com


Most recent kernel where this bug did not occur: not known
Distribution:
Hardware Environment:
Software Environment:

Problem Description:
ISO image with some offset mounts at REGULAR file.

Steps to reproduce:
$ dd if=some-image.iso of=IMAGE.iso bs=4096 seek=18
# mount -t iso9660 -o loop IMAGE.iso /mnt/<directory>
mount: Not a directory
# mount -t iso9660 -o loop IMAGE.iso /mnt/<regular_file>
# mount | grep IMAGE.iso
/<path>/IMAGE.iso on /mnt/<regular_file> type iso9660 (rw,loop=/dev/loop1)
# ls -l /mnt/<regular_file>
-r-xr-xr-x 1 root root 0 &#1071;&#1085;&#1074; 1 1970 /mnt/<regular_file>

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Bugme-janitors mailing list