From owner-freebsd-questions@FreeBSD.ORG Mon Mar 29 21:25:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4518816A4CF for ; Mon, 29 Mar 2004 21:25:08 -0800 (PST) Received: from grebe.mail.pas.earthlink.net (grebe.mail.pas.earthlink.net [207.217.120.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B7543D1F for ; Mon, 29 Mar 2004 21:25:08 -0800 (PST) (envelope-from rpratt1950@earthlink.net) Received: from user116.net311.fl.sprint-hsd.net ([198.70.221.116] helo=kt.weeble.com) by grebe.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1B8BkJ-0000CT-00; Mon, 29 Mar 2004 21:25:07 -0800 Date: Tue, 30 Mar 2004 00:25:07 -0500 From: Randy Pratt To: freebsd-questions@freebsd.org Message-Id: <20040330002507.287843fb.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Joshua Lokken cc: Jay Moore Subject: Re: automounting cd-rom & cd-rw devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2004 05:25:08 -0000 On Mon, 29 Mar 2004 08:51:16 -0800 Joshua Lokken wrote: > > Jay Moore [2004-03-29 08:24]: [snip] > > 1) once the file system cd is mounted, a fixed amount of "no activity" time > > must pass before it is umount'd > > I'm not sure what you mean by this. I've never had to wait for any > length of time to unmount a CD-ROM, however, you will not be able to > unmount it if you are currently in the directory that the drive is > mounted on;) > > > 2) security implications ?!! > > > > Item 1) is a concern mostly 'cause it's just kind of kludge ("oh yeah, I > > have to wait for 60 seconds before I can eject my data cd"). Item 2) is > > a concern 'cause college campuses are the most hostile network environments > > I've ever seen. > > Again, I've never heard of this. Anyone else? The only thing I've ever seen that might be related in some way is where I was looking at the contents of a mounted cdrom with a browser. Apparently the browser cache was keeping the cdrom directory "busy". I had to either close the browser or clear the cache in order to umount the cdrom. Perhaps there's something caching and creating the delay. Just a thought.. Randy