davilla / atv-bootloader

Automatically exported from code.google.com/p/atv-bootloader
GNU General Public License v2.0
20 stars 10 forks source link

unable to mount atv.img #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi!

If I try to mount the dmg-to-iso-converted image with

sudo mount -o loop -t hfsplus atv.img atv-update

I get:
ioctl: LOOP_SET_FD: invalid argument

I am using a Ubuntu 8.04 Live-Disk (kernel 2.6.24-1)

(I used "sudo modprobe hfsplus" before mounting)

Any idea?

Regards,
Frank

Original issue reported on code.google.com by kae...@gmail.com on 12 May 2008 at 11:37

GoogleCodeExporter commented 9 years ago
Forget it! It worked within a "installed" version of ubuntu.

Great tool anyway! :)

Thanks!

Original comment by kae...@gmail.com on 12 May 2008 at 1:42

GoogleCodeExporter commented 9 years ago
The wiki has a comment about doing loop mounts on a LiveCD. The LiveCD uses a 
unionfs and you can't create 
loop mounts on a unionfs. If you make a mount point on a non-unionfs mount 
point (USB flash) then this will 
work.

Original comment by sdavi...@gmail.com on 12 May 2008 at 3:25