Scroll to navigation

ccgfs-storage(8) ccgfs ccgfs-storage(8)

Name

ccgfs-storage — ccgfs storage daemon

Syntax

ccgfs-storage [-Pp] path

Description

ccgfs-storage is the storage-side daemon. It reads filesystem requests on stdin and will map them onto path.

Options

Enable exact 1:1 UID mapping (enabled by default). The storage daemon will operate on files as the user that is specified in a request's UID/GID pair, thereby enabling NFS-like behavior with respect to file ownership.
Disable exact 1:1 UID mapping. The storage daemon will ignore the UID/GID data and operate on files as the user which it was started as. This mode is comparable to how sftp(1) works, for example.
2009-01-02 ccgfs