From owner-freebsd-questions@FreeBSD.ORG Sun Mar 30 12:00:10 2003 Return-Path: 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 77D0E37B405 for ; Sun, 30 Mar 2003 12:00:10 -0800 (PST) Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21E9043F93 for ; Sun, 30 Mar 2003 12:00:09 -0800 (PST) (envelope-from timothyk@wallnet.com) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id h2UK08139362; Sun, 30 Mar 2003 15:00:08 -0500 (EST) (envelope-from timothyk@wallnet.com) Received: from 10.0.1.9 (mts-145.wallnet.com [208.225.162.77]) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id h2UK05M39354; Sun, 30 Mar 2003 15:00:06 -0500 (EST) (envelope-from timothyk@wallnet.com) From: Tim Kellers To: Daniela , freebsd-questions@freebsd.org Date: Sun, 30 Mar 2003 14:59:26 -0500 User-Agent: KMail/1.5 References: <200303302115.37018.dgw@liwest.at> In-Reply-To: <200303302115.37018.dgw@liwest.at> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303301459.26904.timothyk@wallnet.com> X-Virus-Scanned: by AMaViS perl-11 Subject: Re: Accessing network shares without SMB X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2003 20:00:11 -0000 On Sunday 30 March 2003 02:15 pm, Daniela wrote: > Is it possible to access a remote Windoze drive by simply mounting it, as > if it was a local one? If yes, how? > Can I enter a device name in the host:path notation? > Could the path be, for example, /dev/ad0s1 to access the first slice (I > know almost nothing about that Micro$oft stuff)? > At least, I want to access it by giving just the IP, without that workgroup > stuff. > > Daniela > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" I think this is an example of the command you want: mount_smbfs -W [workgroup name] -I [windows box IP address] //[valid windows box user]@[netbios name of windows box]/[the share name you want to mount] /[Freebsd mount point] You'll be prompted for a password; there is also a way to have it read the windows password from a FreeBSD file. This is all covered in man mount_smbfs(8) Tim Kellers CPE/NJIT