From owner-freebsd-questions@FreeBSD.ORG Mon Apr 9 14:20:37 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1690A16A480 for ; Mon, 9 Apr 2007 14:20:37 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.freebsd.org (Postfix) with SMTP id B80B113C465 for ; Mon, 9 Apr 2007 14:20:36 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: (qmail 53251 invoked from network); 9 Apr 2007 14:20:36 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.134.49 with login) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 9 Apr 2007 14:20:35 -0000 X-YMail-OSG: UwLnoykVM1nrl0CK1x7A3wYGxHZs8TopeIh6p3DqzE1skmxzhYtmD4LdpEpsbnihuYc27JxI9g-- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id B9708B878; Mon, 9 Apr 2007 09:20:34 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qMPJ9xU5JAuD; Mon, 9 Apr 2007 09:20:29 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id 5CC1CB87C; Mon, 9 Apr 2007 09:20:29 -0500 (CDT) Message-ID: <461A4BAC.4090907@mikestammer.com> Date: Mon, 09 Apr 2007 09:20:28 -0500 From: Eric User-Agent: Thunderbird 2.0b2 (Windows/20070116) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Miguel_Alc=E1ntara?= References: <5855700c0704090704w7a24ec7es7f3e9b82728f95f7@mail.gmail.com> In-Reply-To: <5855700c0704090704w7a24ec7es7f3e9b82728f95f7@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: faqfreebsd Subject: Re: sharity-light 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: Mon, 09 Apr 2007 14:20:37 -0000 Miguel Alcántara wrote: > hello everybody, I was trying to get working sharity-light, but until now > it's impossible. > I have added in /etc/hosts the IP and the name of the XP(fat32 or ntfs), > created a folder in order to mount. > > foo# cd / > foo#mkdir share > foo#shlight //nightwalker/share /share -U foo -P bar > foo#Using port 5765 for NFS. > nfs mount /share: [2] No such file or directory > > I'm working on FreeBSD 6.2. Please helpme with this problem. > > Install samba and you will then have a program called mount_smbfs which will let you mount NT shares. it works MUCH better than sharity (I used to use sharity-light back in the day). syntax looks like: mount_smbfs -N //someUser@someServer/someShare /someMount/point/