Re: how to mount home0 on other Linux?
Am Sonntag 11 Januar 2009 schrieb nigel barker:
> thanks for your patience!
the patience is yours - thank ;)
How about using sshfs?
As root do:
# apititude install sshfs
# adduser yourusername fuse
Possibly you need to restart some services like pam - or at least
re-enter your session as "yourusername".
No create a mount point like:
$ mkdir ~/myTjener
...and:
$ sshfs HOSTuser@tjener.intern:/skole/tjener/home0 ~/myTjener
If you want this done automatically from fstab, have a look at:
http://www.debuntu.org/2006/04/27/39-mounting-a-fuse-filesystem-form-etcfstab
(sic!).
Regards
Ralf
Reply to: