Not looking good.
Michael Jason Smiths suggestion (sent off list);
# mount -o loop -t iso9660 brxPPDsMFL7X_102.dmg macdir
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
Jims suggestion;
# modprobe -v hfs
insmod /lib/modules/2.6.3-7mdk/kernel/fs/hfs/hfs.ko.gz
# mount -o loop -t hfsplus brxPPDsMFL7X_102.dmg macdir
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
Cheers Ross Drummond
On Wed, 21 Sep 2005 14:49, Jim Cheetham wrote:
> Ross Drummond wrote:
> > The PPD file is contained in a dmg file.
> > My question is, how do I extract the PPD with Linux?
>
> Hmmm ... not too sure about that. A dmg is the equivalent of an iso
> file. Not sure of any Linux support for them ... but there are people
> round here (including myself) with OSX, so they could do it for you ...
>
> However, tucked away in an obscure corner of google is the assertion
> that you can just loopback mount these files if you have the requisite
> filesystem support ...
>
> mount -t hfsplus -o loop whatever.dmg /mnt
>
> So, try it and see! And report back :-)
>
> -jim