Re: using automounter (automatically mounting USB drives)

2010-05-19 Thread Eitan Adler
On Wed, May 19, 2010 at 4:09 PM, Alexandre L.  wrote:
> To enable it at system startup, you must add the following line to 
> /etc/rc.conf :
> automounter_enable="YES"
>
Which I have already done. However this only causes the labels in
/media to appear to disappear. It does not seem like it actually
mounts anything.

-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: using automounter (automatically mounting USB drives)

2010-05-19 Thread Alexandre L.
To enable it at system startup, you must add the following line to /etc/rc.conf 
: 
automounter_enable="YES"

--- En date de : Mar 18.5.10, David DEMELIER  a 
écrit :

> De: David DEMELIER 
> Objet: Re: using automounter (automatically mounting USB drives)
> À: "Eitan Adler" 
> Cc: freebsd-questions@freebsd.org
> Date: Mardi 18 mai 2010, 21h07
> 2010/5/18 Eitan Adler :
> > How can I automatically mount USB drives when I plug
> them in?
> > I found a program sysutils/automounter which appears
> to create a link
> > /media/msdosfs/USB20FD but doesn't actually mount
> anything.
> > ___
> > freebsd-questions@freebsd.org
> mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
> >
> 
> I don't know sysutils/automounter, but the
> 
> COMMENT=        Provides scripts to
> dynamically configure amd
> 
> would means that it only prepare the devices entries to be
> used by the
> amd(8) daemon (amd — automatically mount file systems)
> 
> Take a look at the amd(8) manpage (I can't help you I never
> used it)
> and the rc.conf(5) to enable it.
> 
> -- 
> Demelier David
> ___
> freebsd-questions@freebsd.org
> mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
> 




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: using automounter (automatically mounting USB drives)

2010-05-18 Thread David DEMELIER
2010/5/18 Eitan Adler :
> How can I automatically mount USB drives when I plug them in?
> I found a program sysutils/automounter which appears to create a link
> /media/msdosfs/USB20FD but doesn't actually mount anything.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
>

I don't know sysutils/automounter, but the

COMMENT=Provides scripts to dynamically configure amd

would means that it only prepare the devices entries to be used by the
amd(8) daemon (amd — automatically mount file systems)

Take a look at the amd(8) manpage (I can't help you I never used it)
and the rc.conf(5) to enable it.

-- 
Demelier David
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


using automounter (automatically mounting USB drives)

2010-05-18 Thread Eitan Adler
How can I automatically mount USB drives when I plug them in?
I found a program sysutils/automounter which appears to create a link
/media/msdosfs/USB20FD but doesn't actually mount anything.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"