From owner-freebsd-hackers Wed Nov 1 21:17:30 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA14581 for hackers-outgoing; Wed, 1 Nov 1995 21:17:30 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id VAA14563 for ; Wed, 1 Nov 1995 21:17:24 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id VAA27897; Wed, 1 Nov 1995 21:15:50 -0800 To: Lyndon Nerenberg VE7TCP cc: freebsd-hackers@freebsd.org Subject: Re: Automounting CD-ROMs In-reply-to: Your message of "Wed, 01 Nov 1995 16:28:44 PST." <199511020028.QAA26005@multivac.orthanc.com> Date: Wed, 01 Nov 1995 21:15:49 -0800 Message-ID: <27895.815289349@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@freebsd.org Precedence: bulk > Are any of you familiar with the Irix 'mediad' daemon? It's main > purpose in life is to handle the CDROM automount scenario being > discussed. The program refers to a config file listing the devices > to be scanned, and probes them periodically (I think every five > seconds) to look for media insertion. If a CDROM appears, and if it > contains a recognized filesystem, the filesystem is mounted automatically > at a location also specified in the config file. It locks the device > to prevent a front-panel ejection of the media. Graceful unmount and > eject is handled by the 'eject' command. Well, Terry will probably reject this as architecturally unclean (*grin*) but it sounds like something that would fill the bill quite nicely for now.. Any takers? :-) Jordan