Creating An NFS-Like Standalone Storage Server With GlusterFS 3.2.x On Ubuntu 11.10 This tutorial shows how to set up a standalone storage server on Ubuntu 11.10. Instead of NFS, I will use GlusterFS here. The client system will be able to access the storage as if it was a local filesystem. GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. Storage bricks can be made of any commodity hardware such as x86_64 servers with SATA-II RAID and Infiniband HBA. in Public bookmarkswith cloudclusterfilesystemglusterglusterfsnfsrdmasharestoragetcp
Mounting Remote Directories With SSHFS On Ubuntu 11.10 This tutorial explains how you can mount a directory from a remote server on the local server securely using SSHFS. SSHFS (Secure SHell FileSystem) is a filesystem that serves files/directories securely over SSH, and local users can use them just as if the were local files/directories. On the local computer, the remote share is mounted via FUSE (Filesystem in Userspace). I will use Ubuntu 11.10 for both the local and the remote server. in Public bookmarkswith filesystemfusenetworkoneiricsharesshfsubuntu