From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 16:29:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3820516A41C for ; Thu, 9 Jun 2005 16:29:02 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-04-eri0.ohiordc.rr.com (ms-smtp-04-smtplb.ohiordc.rr.com [65.24.5.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4D4C43D48 for ; Thu, 9 Jun 2005 16:29:01 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-41-46.woh.res.rr.com [65.31.41.46]) by ms-smtp-04-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j59GSwHH006083 for ; Thu, 9 Jun 2005 12:28:58 -0400 (EDT) Message-ID: <000501c56d10$5650d710$0200a8c0@satellite> From: "dave" To: Date: Thu, 9 Jun 2005 12:28:57 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: on demand virus scanning of XP share X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dave List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 16:29:02 -0000 Hello, I've got clamav installed on a 5.4 box and i'm trying to use it to do demand scanning of a windows XP machine. I'm atempting to mount the system's C$ share, but although it shows up in the listing of smbclient -L //SystemName -N atempting to mount it via mount_smbfs mount_smbfs //user@SystemName/C$ /mnt produces either a timeout error or an address not found message depending on whether the -N option is used. Is this possible what i'm atempting to do? Thanks. Dave.