Alexander Dalloz wrote:
Am Mo, den 07.11.2005 schrieb Guillermo Garron um 19:37:
I would like to mount into my desktop linux box the file system of my
server linux box (Both FC4)
i would like to use SSH to it any clues?
Guillermo.
http://shfs.sourceforge.net/
A possible other way:
Do you run Apache webserver? You then could easily use WebDAV server
side (is a build-in, offerend through HTTPS of course) and very easily
use the remote space from within Nautilus or Konqueror or other
applications.
Alexander
Thanks alexander,
trying to compile shfs
i go this
make[1]: Entering directory `/home/ggarron/Desktop/shfs-0.35/shfs'
make[2]: Entering directory `/home/ggarron/Desktop/shfs-0.35/shfs/Linux-2.6'
make -C //lib/modules/2.6.13-1.1532_FC4/build
SUBDIRS=/home/ggarron/Desktop/shfs-0.35/shfs/Linux-2.6 modules
make[3]: Entering directory `/usr/src/kernels/2.6.13-1.1532_FC4-i686'
CC [M] /home/ggarron/Desktop/shfs-0.35/shfs/Linux-2.6/dir.o
/home/ggarron/Desktop/shfs-0.35/shfs/Linux-2.6/dir.c:491: error: static
declaration of ‘shfs_dentry_operations’ follows non-static declaration
/home/ggarron/Desktop/shfs-0.35/shfs/Linux-2.6/shfs_fs.h:53: error:
previous declaration of ‘shfs_dentry_operations’ was here
make[4]: *** [/home/ggarron/Desktop/shfs-0.35/shfs/Linux-2.6/dir.o] Error 1
make[3]: *** [_module_/home/ggarron/Desktop/shfs-0.35/shfs/Linux-2.6]
Error 2
make[3]: Leaving directory `/usr/src/kernels/2.6.13-1.1532_FC4-i686'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/home/ggarron/Desktop/shfs-0.35/shfs/Linux-2.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ggarron/Desktop/shfs-0.35/shfs'
make: *** [module] Error 2
any ideas please?
regards,
Guillermo.