From owner-freebsd-questions@FreeBSD.ORG Wed May 12 14:39:49 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1214D106566C for ; Wed, 12 May 2010 14:39:49 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (static-64-61-120-78.isp.broadviewnet.net [64.61.120.78]) by mx1.freebsd.org (Postfix) with ESMTP id C08088FC26 for ; Wed, 12 May 2010 14:39:48 +0000 (UTC) Received: from FCIEXCHANGE1.FCI ([::1]) by FCIEXCHANGE1.FCI ([::1]) with mapi; Wed, 12 May 2010 10:39:48 -0400 From: Jean-Paul Natola CC: "freebsd-questions@freebsd.org" Thread-Topic: user friendliest gui Thread-Index: AQHK8WMl5G+EuRmMQI6yTgfCRapRa5JM5YCNgABZxACAAJjKAA== Date: Wed, 12 May 2010 14:39:46 +0000 Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: user friendliest gui 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: Wed, 12 May 2010 14:39:49 -0000 As for directions: >Use your choice of programming language to write a program that will=20 >call file(1) to determine filesystem, mount the device, virus scan, and=20 >unmount the device. Display prompts and results with dialog(1). Print=20 >results if desired. I do not know any language, other than DOS , which is why I asked=20 >Configure devd.conf(5) to detect USB mass storage device connect and run=20 >the program. This I know how to do >References: >file(1), dialog(1), devd.conf(5), mount_msdosfs(8), mount_ntfs(8),=20 >security/clamav[-devel]