I need some advise on how I can map a drive/directory on a remote Centos 5.3 server in my office to my local Windows XP at home. Is there any guides on how this could be done? eg. VPN, SAMBA, NFS, etc... I would appreciate if someone could provide me with detailed instructions or direct me to a site that can help me to do this. Plus I would appreciate some advise on the pros and cons and maybe alternate solutions on something similar. Thanks in advance for any help.
1. 'webdav' might work for you. please search for guide on running webdav on centos server. 2. If you are looking for some vpn solution, in my opinion OpenVPN would be proper. Its easy to setup and runs perfectly. Dipesh
I have two solutions that work well. First, Webdav works great, but it is a "network device" which is limited in windows. Second, I use iSCSI over the internet and can mount a remote drive and windows thinks it's a local drive. It's not that hard to do. Here is a writeup on that: http://tranquilpenguin.com/wordpress/?p=166 The problem of the slow format was overcome by changing the connection to local just for the format...
Subversion + TortoiseSVN + Mounted Drive???? Thanks for both your help. I have been going through the options given by you guys by going through some manuals and howtos. I am still undecided as the remote server I intended to mount on my local Windows machine is a live server and I don't want to mess it up and get complains from every site owners. Basically the reason I wanted to mount the remote server is because I wanted to use Subversion with it. I am not that familiar with Subversion commandline commands. I have been using TortoiseSVN on my local computer and it works great within the home network and such. However, the only I can update files on the server is to simpler upload everything via SFTP. So in theory I wanted to be able to mount the remote server and hopefully use TortoiseSVN to update the web files remote server instead of just copying everything via SFTP. Please help me as its a pain when I have to troubleshoot stuff when I forgot to upload any files to the server. Thanks again. PS : My remote server is running CentOS 5.3 (64Bit)