Date: Tue, 22 Jan 2008 19:13:17 -0500 (EST) From: Chris Hill <chris@monochrome.org> To: David Alanis <canito@dalan.us> Cc: Oliver Peter <hoschi@mouhaha.de>, freebsd-questions@freebsd.org Subject: Re: USB / umass / automount Message-ID: <20080122190836.Q17945@tripel.monochrome.org> In-Reply-To: <20080122164813.mdeiowakg0cco0os@mail.dalan.us> References: <20080122223318.GB25065@nemesis.frida.mouhaha.de> <20080122164813.mdeiowakg0cco0os@mail.dalan.us>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 22 Jan 2008, David Alanis wrote: > Quoting Oliver Peter <hoschi@mouhaha.de>: > >> Hi, >> >> What is currently the best way to attach and detach umass-devices >> automatically? >> >> Bye >> Oliver >> >> -- >> Oliver PETER, email: hoschi@mouhaha.de, ICQ# 113969174 >> "Worker bees can leave. Even drones can fly away. >> The Queen is their slave." >> > > Could you just edit your fstab to have: > > /dev/umass-device /umass /umass-type auto 0 0 ^^^^ This will not make the auto-mounter daemon happen; rather, it will cause the system to try to mount /dev/umass-device at boot time. If the umass device is not connected at boot time, the system will need manual intervention in order to boot. Probably not what the OP wants. Besides, auto is the default anyway. -- Chris Hill chris@monochrome.org ** [ Busy Expunging <|> ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080122190836.Q17945>