[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
[Expired for Ubuntu because there has been no activity for 60 days.] ** Changed in: ubuntu Status: Incomplete => Expired -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
I used hexedit to search for "48 2b 00 04" which is "H+" followed by 00 04 (version) On Wed, Sep 23, 2009 at 9:37 PM, Lars Noodén wrote: > @Art: How does one check for a proper HFS+ signature? > > Use dd to skip the first 1023 bytes, then what? > > -- > Cannot mount hfsplus filesystem as loopback > https://bugs.launchpad.net/bugs/279110 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in Ubuntu: Incomplete > > Bug description: > Cannot mount a HFS+ disk image as loopback. Image: > > http://www.bombich.com/software/download_ccc.php > > $ sudo mount -o loop -t hfsplus /home/lars/Desktop/ccc-3.1.1.dmg /mnt > mount: wrong fs type, bad option, bad superblock on /dev/loop0, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > $ sudo mount -o loop -t hfs /home/lars/Desktop/ccc-3.1.1.dmg /mnt > mount: wrong fs type, bad option, bad superblock on /dev/loop0, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > from dmesg: > > [ 3784.545777] hfs: unable to find HFS+ superblock > [ 3788.557464] hfs: unable to find HFS+ superblock > [ 3789.072794] hfs: can't find a HFS filesystem on dev loop0. > > $ lsb_release -rc > Release: 8.04 > Codename: hardy > > $ Linux macbook 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64 > GNU/Linux > -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
@Art: How does one check for a proper HFS+ signature? Use dd to skip the first 1023 bytes, then what? -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
Lars, Does your file have proper HFS+ signature at 1024th byte, as per http://developer.apple.com/mac/library/technotes/tn/tn1150.html#VolumeHeader? A -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
$ file ccc-3.3.dmg ccc-3.3.dmg: data I get the same thing as Lars does On Wed, 2009-09-23 at 08:47 +, Art wrote: > Lars Noodén, LlamaSniper, Eimann > > what does "file ./your-file.dmg" prints? > > It's possible you're trying to mound a hybrid ISO, which's got hfs+ FS > not in the beginning > -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
Hi, I'mactually having similar problem - trying to mound snow leopard hybrid iso and receiving same error. I'm sure I'm supplying a proper offset (http://www.64lines.com/mounting-hfs-plus). Probably next thing would be to look at hfstools (hfsprogs?) sources. A On Wed, Sep 23, 2009 at 7:26 PM, Lars Noodén wrote: > file is actually very poor at identifying files. >oblobmel - > -- > Cannot mount hfsplus filesystem as loopback > https://bugs.launchpad.net/bugs/279110 > You received this bug notification because you are a direct subscriber > of the bug. > > Status in Ubuntu: Incomplete > > Bug description: > Cannot mount a HFS+ disk image as loopback. Image: > > http://www.bombich.com/software/download_ccc.php > > $ sudo mount -o loop -t hfsplus /home/lars/Desktop/ccc-3.1.1.dmg /mnt > mount: wrong fs type, bad option, bad superblock on /dev/loop0, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > $ sudo mount -o loop -t hfs /home/lars/Desktop/ccc-3.1.1.dmg /mnt > mount: wrong fs type, bad option, bad superblock on /dev/loop0, > missing codepage or helper program, or other error > In some cases useful info is found in syslog - try > dmesg | tail or so > > from dmesg: > > [ 3784.545777] hfs: unable to find HFS+ superblock > [ 3788.557464] hfs: unable to find HFS+ superblock > [ 3789.072794] hfs: can't find a HFS filesystem on dev loop0. > > $ lsb_release -rc > Release: 8.04 > Codename: hardy > > $ Linux macbook 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008 x86_64 > GNU/Linux > -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
Output from 'file' here: $ file ccc-3.3.dmg ccc-3.3.dmg: data -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
file is actually very poor at identifying files. -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
LLamasniper, One such image can be found here: http://www.bombich.com/software/download_ccc.php -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
Lars Noodén, LlamaSniper, Eimann what does "file ./your-file.dmg" prints? It's possible you're trying to mound a hybrid ISO, which's got hfs+ FS not in the beginning -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
still present in Karmi Koala alpha 5 $ apt-cache policy hfsplus hfsutils hfsplus: Installed: 1.0.4-12build2 Candidate: 1.0.4-12build2 Version table: *** 1.0.4-12build2 0 500 http://fi.archive.ubuntu.com karmic/main Packages 100 /var/lib/dpkg/status hfsutils: Installed: 3.2.6-11build2 Candidate: 3.2.6-11build2 Version table: *** 3.2.6-11build2 0 500 http://fi.archive.ubuntu.com karmic/main Packages 100 /var/lib/dpkg/status -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
This happens to me too. I thought it was my fault, but up there ^^^ is exactly what I did. Please fix this bug!! -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
This happens to me too. I thought it was my fault, but up there ^^^ is exactly what I did. Please fix this bug!! -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
I tried with Ubuntu 9.04, see details attached. eim...@libelle:~/Downloads$ uname -a Linux libelle 2.6.30-020630-generic #020630 SMP Wed Jun 10 09:45:40 UTC 2009 i686 GNU/Linux eim...@libelle:~/Downloads$ sudo mount -o loop -t hfsplus iphone_os_3.0_gm_seed__iphone_3g__7a341.dmg /mnt/tmp mount: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error eim...@libelle:~/Downloads$ file iphone_os_3.0_gm_seed__iphone_3g__7a341.dmg iphone_os_3.0_gm_seed__iphone_3g__7a341.dmg: VAX COFF executable not stripped - version 376 [214652.513331] hfs: unable to find HFS+ superblock This problem seems to occur when trying to mount a dmg with partitions. -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279110] Re: Cannot mount hfsplus filesystem as loopback
Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue for you. Can you try with the latest Ubuntu release? Thanks in advance. ** Changed in: ubuntu Status: New => Incomplete -- Cannot mount hfsplus filesystem as loopback https://bugs.launchpad.net/bugs/279110 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs