Date: Sun, 30 Mar 2003 14:59:26 -0500 From: Tim Kellers <timothyk@wallnet.com> To: Daniela <dgw@liwest.at>, freebsd-questions@freebsd.org Subject: Re: Accessing network shares without SMB Message-ID: <200303301459.26904.timothyk@wallnet.com> In-Reply-To: <200303302115.37018.dgw@liwest.at> References: <200303302115.37018.dgw@liwest.at>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303301459.26904.timothyk>