veekays / iphonedevonlinux

Automatically exported from code.google.com/p/iphonedevonlinux
0 stars 0 forks source link

error to mount dmg #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi alls,
I tried build toolchain with andLinux and got this error : 
modprobe hfsplus
mount -t hfsplus -o loop
/home/vassilux/Project/iphone/toolchain/tmp/iphone_sdk_3.0__leopard__9m2736__fin
al.img
/mnt

In order to extract iphone_sdk_3.0__leopard__9m2736__final.dmg, I am going
to mount it.
This needs to be done as root.
mount: unknown filesystem type 'hfsplus'
Failed to mount iphone_sdk_3.0__leopard__9m2736__final.dmg.

Any idea ?

Original issue reported on code.google.com by v.gontch...@gmail.com on 11 Oct 2009 at 11:50

GoogleCodeExporter commented 8 years ago
Sorry for me,
Ubuntu 9.04 in standalone mode run well

Original comment by v.gontch...@gmail.com on 12 Oct 2009 at 8:34

GoogleCodeExporter commented 8 years ago
It could be because hfsplus package is missing.

On ubuntu you would do
sudo apt-get install hfsplus

I am not sure what is equivalent for andLinux.

Original comment by tomasm2...@gmail.com on 2 Dec 2009 at 12:44