From owner-freebsd-questions@FreeBSD.ORG Tue Aug 19 13:56:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CA87106567B for ; Tue, 19 Aug 2008 13:56:38 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id E00B68FC16 for ; Tue, 19 Aug 2008 13:56:37 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 1C3CE28430; Tue, 19 Aug 2008 09:56:36 -0400 (EDT) To: "Brian Miller" References: <7FB5330A2962844C9F95E25CEFA021956F4D90@labex.labnet.lablaw.org> <20080818201051.GA10978@slackbox.xs4all.nl> <7FB5330A2962844C9F95E25CEFA021956F4D93@labex.labnet.lablaw.org> From: Lowell Gilbert Date: Tue, 19 Aug 2008 09:56:35 -0400 In-Reply-To: <7FB5330A2962844C9F95E25CEFA021956F4D93@labex.labnet.lablaw.org> (Brian Miller's message of "Mon\, 18 Aug 2008 16\:21\:41 -0400") Message-ID: <44r68lm7l8.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Auto Mount USB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2008 13:56:38 -0000 "Brian Miller" writes: > Not a big deal. I will be sure to just mount and dismount the USB drives > manually. They are just there to store a config and log backup on the > firewall. I am doing this so that if I have a failure or attack or some > other type of crash. I will be able to check out the latest config and > logs. A cron job is scheduled to copy these files to the USB drive every > so often. For this sort of thing, I would recommend using mtools (available in a port). Mounting the disk shouldn't be necessary for copying one file to removable storage. Definitely consider logging to a remote machine, though. It will be considerably more secure. (There's no reason you can't do both, and get the advantages of each.)