From owner-freebsd-questions@FreeBSD.ORG Mon Jun 13 02:36:45 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 2132716A41C for ; Mon, 13 Jun 2005 02:36:45 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-03-eri0.ohiordc.rr.com (ms-smtp-03-smtplb.ohiordc.rr.com [65.24.5.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A5143D53 for ; Mon, 13 Jun 2005 02:36:44 +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-03-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j5D2aeYF013553 for ; Sun, 12 Jun 2005 22:36:41 -0400 (EDT) Message-ID: <001a01c56fc0$bb38c130$0200a8c0@satellite> From: "dave" To: Date: Sun, 12 Jun 2005 22:36:40 -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: mounting administrative xp share via smbfs on 5.4 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: Mon, 13 Jun 2005 02:36:45 -0000 Hello, I've got a freebsd 5.4 box that i'm trying to mount the C$ administrative share from a windows xpsp2 professional box. Using smbclient -L comp2 shows the box and the c$ share, however, mount_smbfs -I comp2 //user@comp2/c$ /mnt produces an error: operation not permitted. The share itself as far as i know does not have a password. Thanks. Dave.