Dumb question - loopback mounting an ISO image

2007-09-09 Thread Karthik Subramanian
Hi Guys,

I have a dumb question - how do I loopback mount an ISO image in DragonFly?

Thanks for your patience!
K.


Re: Dumb question - loopback mounting an ISO image

2007-09-09 Thread Sascha Wildner

Karthik Subramanian wrote:

Hi Guys,

I have a dumb question - how do I loopback mount an ISO image in DragonFly?


Check out the EXAMPLES in the vnconfig(8) manpage.

Sascha

--
http://yoyodyne.ath.cx


Re: Dumb question - loopback mounting an ISO image

2007-09-09 Thread Justin C. Sherrill
On Sun, September 9, 2007 12:54 pm, Karthik Subramanian wrote:
 Hi Guys,

 I have a dumb question - how do I loopback mount an ISO image in
 DragonFly?

From a handbook example:

# vnconfig -e vn0c /tmp/bootable.iso
# mount -t cd9660 /dev/vn0c /mnt

For this to work, however, you have to have the vn device configured in
your kernel, which I don't think is present in the GENERIC config.  I
haven't tried this recently.

Would anyone object to this being present in GENERIC?  It seems handy.



Re: Dumb question - loopback mounting an ISO image

2007-09-09 Thread Simon 'corecode' Schubert

Justin C. Sherrill wrote:

Would anyone object to this being present in GENERIC?  It seems handy.


vn is available as module

cheers
  simon


Re: NFS question

2007-09-09 Thread Matthew Dillon

:Hi all,
:Im looking for an answer to a problem i am having. My computer mounts an
:NFS share at boot time via /etc/fstab. If the server is for some reason
:unavailable at boot time of my computer, my computer just hangs on trying
:to mount the share. they were some kind of RPC errors. The problem is
:solved quickly by pressing ctrl+c, but i dont want to press ctrl+c. I'd
:like it to finish booting the system and dont hang forever on nfs.
:
:What can I do?
:
:Petr

I usually tell NFS to do a background mount by specifying the 'bg'
option.  Making operations interruptable with the 'intr' option is
also a good idea in certain cases.  For example:

fubar:/usr/doc /usr/docnfs ro,bg,intr  0   0
fubar:/sources/HEAD/usr/srcnfs ro,bg,intr  0   0

-Matt
Matthew Dillon 
[EMAIL PROTECTED]


Re: NFS question

2007-09-09 Thread elekktretterr

 I usually tell NFS to do a background mount by specifying the 'bg'
 option.  Making operations interruptable with the 'intr' option is
 also a good idea in certain cases.  For example:

 fubar:/usr/doc /usr/docnfs ro,bg,intr  0   0
 fubar:/sources/HEAD/usr/srcnfs ro,bg,intr  0   0


Great, thanks a lot!
Btw, Which man page contains doco for all the options?

Petr



/etc/rc.d/localdaemons

2007-09-09 Thread Dave Hayes
The rc.d style scripts run by /etc/rc.d/localdaemons doesn't observe the
PROVIDE/REQUIRE/BEFORE keywords that the scripts in /etc/rc.d do.

Is there something I'm forgetting to realize here? 
--
Dave Hayes - Consultant - Altadena CA, USA - [EMAIL PROTECTED] 
 The opinions expressed above are entirely my own 

Man is the only animal that can remain on friendly terms with the
victims he intends to eat until he eats them.
-- Samuel Butler