Re: How can I mount a NTFS( sharing) remote partition on openBSD?

2008-11-25 Thread Marco Peereboom
Original Message- > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > > > Behalf Of Ricardo Augusto de Souza > > > Sent: Tuesday, November 25, 2008 9:06 AM > > > To: misc@openbsd.org > > > Subject: How can I mount a NTFS( sharing) remote p

Re: How can I mount a NTFS( sharing) remote partition on openBSD?

2008-11-25 Thread Rodrigo V. Raimundo
http://blog.e-shell.org/57 Ricardo Augusto de Souza 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

Re: How can I mount a NTFS( sharing) remote partition on openBSD?

2008-11-25 Thread Pereresus ne Vlezaet Buggy
de Souza > > Sent: Tuesday, November 25, 2008 9:06 AM > > To: misc@openbsd.org > > Subject: How can I mount a NTFS( sharing) remote partition on > > openBSD? > > > > Hi, > > > > > > > > i need to Access a sharing on a Windows fr

Re: How can I mount a NTFS( sharing) remote partition on openBSD?

2008-11-25 Thread Anathae Townsend
I'd suggest looking at the samba package for 4.3. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf > Of Ricardo Augusto de Souza > Sent: Tuesday, November 25, 2008 9:06 AM > To: misc@openbsd.org > Subject: How can I mount a NTFS( sh

Re: How can I mount a NTFS( sharing) remote partition on openBSD?

2008-11-25 Thread Vadim Zhukov
On 25 November 2008 c. 19:57:33 Marcus Andree wrote: > 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. No need to google, it's in

Re: How can I mount a NTFS( sharing) remote partition on openBSD?

2008-11-25 Thread Marcus Andree
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

How can I mount a NTFS( sharing) remote partition on openBSD?

2008-11-25 Thread Ricardo Augusto de Souza
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