[racket-dev] Racket DMG improvements
Jakub Piotr Cłapa wrote at 07/17/2011 08:25 AM:
> Uncompressed HFS+ images may be mounted on Linux but I am not sure if
> there is a way to do it without being root.
If you want to access a filesystem image file *as a Linux filesystem*, I
think you probably have to mount it with a "loop" device, which requires
either root/sudo privs, or perhaps a fixed path that can be put into
"/etc/fstab" with privs granted for normal users to mount it. (There is
another option, using FUSE, but I think "loop" will be easier.)
I would guess that any building of HFS+ images would be done on OS X,
though.
--
http://www.neilvandyke.org/