If I understood your problem correctly, the NTFS thing plays no role here, since you need to mount a remotely exported filesystem via SMB/CIFS protocol.
Sharity or sharity-light is your friend. Google for it. Also, check if you can install as NFS server on your windows machine. This may simplify your setup (or screw up everything, that's up to you). On Tue, Nov 25, 2008 at 2:06 PM, Ricardo Augusto de Souza <[EMAIL PROTECTED]> wrote: > Hi, > > > > i need to Access a sharing on a Windows from a openBSD. > > I did that in the past on linux using mount -t vfat or smbclient. > > How can I do that on obsd 4.3 ? > > > > > > thanks