I want to create a synchronised / remote home directory setup, the idea would be to provide working space to staff members to use on remote nodes. This space would be in sync between all nodes, ideally not actually stored on the nodes themselves but on a remote server and accessed via something like NFS.
NFS is an option, however due to its semantics and being in kernel, it could be difficult to get setup (i.e would like it to be dismounted when not in use).
Preferably user-space (FUSE). Bonus points if it has block level support (i,e its possible to use to dump possibly large log files). I am not looking to run something like mysql on it, ideally it would be to serve as a script library + work space.
Ideas people?
NFS is an option, however due to its semantics and being in kernel, it could be difficult to get setup (i.e would like it to be dismounted when not in use).
Preferably user-space (FUSE). Bonus points if it has block level support (i,e its possible to use to dump possibly large log files). I am not looking to run something like mysql on it, ideally it would be to serve as a script library + work space.
Ideas people?
Last edited by a moderator: