I want to extend my server's local disk on Debian 6.0 by mounting a remote file system.
But I don't want to have this remote file system to occupy (too much) local disk space, for instance with caches etc.
On my remote server which offers the additional disk space I have access to protocols like WebDAV, xFTPx, SMB/CIFS, SCP.
I tried davfs2, but it seems that this is copying the files between the client and server (like Dropbox does), which I want to avoid.