On 07/17/2012 09:29 AM, Aneurin Price wrote:
> Hello all,
>
> >From the command line, I can mount an iso image using mount directly
> (without having to invoke lofiadm):
> # mount -F hsfs /path/to/my.iso /mountpath
>
> I've tried adding a line to /etc/vfstab to have this done automatically on 
> boot:
> /path/to/my.iso - /mountpath hsfs - yes -
>

Try it this way:

mount -o ro -F hsfs  `lofiadm -a /path/to/my.iso` /mountpath

When you're done you'll need to run lofiadm -d /path/to/my.iso after you
unmount it.


_______________________________________________
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to