Re: [OpenIndiana-discuss] How to mount ISO image on boot?

2012-07-18 Thread Aneurin Price
On 18 July 2012 13:30, Michael Stapleton wrote: > I have one more idea that is more fun... Very nice! This works perfectly. Thank you very much for this. ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/

Re: [OpenIndiana-discuss] How to mount ISO image on boot?

2012-07-18 Thread Michael Stapleton
I have one more idea that is more fun... I have all my ISO files in /ISO My /etc/auto_master: # Master map for automounter # +auto_master /net-hosts -nosuid,nobrowse /home auto_home -nobrowse /mountedISO auto_iso My /etc/auto_iso * -fstype=hsfs :/ISO/

Re: [OpenIndiana-discuss] How to mount ISO image on boot?

2012-07-18 Thread Michael Stapleton
I have a bit more time to answer more fully now. Add a line to the /etc/auto_master file for a direct map # cat /etc/auto_master # Master map for automounter # +auto_master /net-hosts -nosuid,nobrowse /home auto_home -nobrowse /- auto_direct C

Re: [OpenIndiana-discuss] How to mount ISO image on boot?

2012-07-18 Thread Aneurin Price
On 17 July 2012 17:50, Michael Stapleton wrote: > Or a job for autofs. > > Check out the man page for automount. > Thanks for the suggestion. The automount option does sound cleaner, although the init script option has the advantage of being very, very simple. I'll look into exactly how the auto

Re: [OpenIndiana-discuss] How to mount ISO image on boot?

2012-07-17 Thread Michael Stapleton
Or a job for autofs. Check out the man page for automount. Mike On Tue, 2012-07-17 at 12:43 -0400, Ray Arachelian wrote: > On 07/17/2012 12:34 PM, Ray Arachelian wrote: > > On 07/17/2012 09:29 AM, Aneurin Price wrote: > >> Hello all, > >> > >> >From the command line, I can mount an iso image u

Re: [OpenIndiana-discuss] How to mount ISO image on boot?

2012-07-17 Thread Ray Arachelian
On 07/17/2012 12:34 PM, Ray Arachelian wrote: > 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

Re: [OpenIndiana-discuss] How to mount ISO image on boot?

2012-07-17 Thread Ray Arachelian
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 > bo

[OpenIndiana-discuss] How to mount ISO image on boot?

2012-07-17 Thread Aneurin Price
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 - But when I tr