How to get eclipse to use a SMB or DAV folder?

Judd Pickell pickell at gmail.com
Mon Jul 30 11:27:15 MST 2007


for doing smb mounting I just use the smbfs tools. The specific
commands for mounting is different based on what is needed to access
the smb share.

mount -t smbfs //<servername>/<sharefolder> /<mountpoint>

You can set what username to use, what passwords, and more, so make
sure to read the man smbfs before using. Also you can set it up in the
/etc/fstab as well.

Depending on the version of linux you are using, you may have to
install the smbfs package.

Sincerely,
Judd Pickell
Max Gaming Technologies, LLC.

On 7/30/07, Bryan O'Neal <BONeal at cornerstonehome.com> wrote:
>
>
>
>
> My windows boxes VPN in and I can mount the SMB share directly off of the
> apache server and point eclipse to it like a local drive.  And while I can
> mount a samba share on my Linux box, or connect using DAV, I have not
> figured out how to get Eclipse to set the work bench their.  In other words,
> how can I mount and SMB share or a DAV folder to a specific mount point like
> /home/user/my/remote/location  ?
>
>
>
> Suggestions?  (I am using
>
>
>
> Bryan O'Neal
>  Cornerstone Homes & Development, Inc.
>  4220 E. McDowell Rd Ste. #108
>  Mesa, AZ 85215
>  (480) 505-1900
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list -
> PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>


More information about the PLUG-discuss mailing list