From owner-freebsd-questions Sun Dec 15 21:23:32 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA07436 for questions-outgoing; Sun, 15 Dec 1996 21:23:32 -0800 (PST) Received: from tulpi.interconnect.com.au (tulpi.interconnect.com.au [192.189.54.18]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id VAA07414 for ; Sun, 15 Dec 1996 21:23:20 -0800 (PST) Received: from solsbury-hill.home (acc5-ppp15.mel.interconnect.com.au [210.8.0.143]) by tulpi.interconnect.com.au with ESMTP id QAA03341 (8.7.6/IDA-1.6); Mon, 16 Dec 1996 16:22:41 +1100 (EST) Received: from localhost (suttonj@localhost) by solsbury-hill.home (8.7.5/8.7.3) with SMTP id JAA00592; Mon, 16 Dec 1996 09:35:19 +1100 (EST) Date: Mon, 16 Dec 1996 09:35:17 +1100 (EST) From: Joel Sutton X-Sender: suttonj@solsbury-hill.home Reply-To: Joel Sutton To: dcs@linf.unb.br cc: questions@freefall.freebsd.org Subject: Re: Floppy Disks In-Reply-To: <199612111634.OAA00876@gns.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 11 Dec 1996, Daniel C. Sobral wrote: > How can I configure FreeBSD as to let the users mount the floppy > disk drive, and what are the security concerns in doing it? Please > reply to dcs@linf.unb.br. There could a two ways depending on what type of floppies you want to access??? If you want to get at ms-dos floppies then I recommend that you install the "mtools" port from emulation directory of the ports tree. I've found that this handles dos file systems much better (mounting msdos files systems can cause disk crashes I understand) and using commands very similar to dos commands. Only problem is that you cannot access the drive without using the mtools commands. The other way would be to mount them directly, although I don't think it's a good idea, perhaps using "sudo" to trigger the mount command. Mtools would probably be the more secure way and safer than mount_msdos. But if someone's floppy was in the drive someone else could access it unless you use a Unix file system. But security isn't my strong point I have to point out. I hope this helps, Joel...