Alternative to NFS - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Alternative to NFS (/thread-2222.html) Pages: 1 2 |
RE: Alternative to NFS - grungy - 01-24-2008 06:40 PM Is there a way to support some other filesystem like NFS/SHFS in userspace? My kernel just does not support anything else but ext filesytems.... RE: Alternative to NFS - rbtux - 01-24-2008 06:44 PM maybe fuse? but i don't know much about that... I only read about it in ix or somth some time ago... RE: Alternative to NFS - grungy - 01-24-2008 06:47 PM rbtux Wrote:maybe fuse? but i don't know much about that... I only read about it in ix or somth some time ago... Cool, I forgot about that. And Etch has packages for fuse: Code: libfuse-dev - Filesystem in USErspace (development files) http://fuse.sourceforge.net/ RE: Alternative to NFS - grungy - 01-24-2008 08:43 PM To use fuse you must have fuse support in the kernel which Virtuozzo does not have. It will be present in the new 4.0 version: Code: FUSE Support – Filesystem in a user space support will allow many different filespaces to run in Is there anything else I could try? Could SAMBA work? RE: Alternative to NFS - BeNe - 01-24-2008 08:50 PM Code: Could SAMBA work? Greez BeNe RE: Alternative to NFS - rbtux - 01-24-2008 08:53 PM smbfs is also kernel relatet.... take a look if you have support for it in the kernel... Can't you build your own kernel? (I don't know virtuozzo) RE: Alternative to NFS - grungy - 01-24-2008 08:57 PM rbtux Wrote:smbfs is also kernel relatet.... take a look if you have support for it in the kernel... No..... RE: Alternative to NFS - rbtux - 01-24-2008 08:59 PM then use linux vserver with openvcp... |