Query: copyfs-mount
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
COPYFS-MOUNT(1) User Commands COPYFS-MOUNT(1)NAMEcopyfs-mount - mounts a versioned file systemSYNOPSIScopyfs-mount version-directory mount-pointDESCRIPTIONThis script lets you mount a CopyFS file system. version-directory is the directory where the files and version information will be stored by CopyFS. When using CopyFS for the first time, copyfs-mount will create the required files in the version-directory before running copyfs-daemon. mount-point is the directory where the copyfs file system will be mounted. This is where the users will have access to the files. If you want to mount a CopyFS at '/mnt/fs', whose version directory is at /var/versions, you would use: root@host# copyfs-mount /var/versions /mnt/fs To unmount it, simply do: root@host# umount /mnt/fs As you would do for any other filesystem. You can also allow an ordinary non-root users to mount and unmount CopyFS filesystems provided that the user is added to the 'fuse' group. Ordinary users will be able unmount the filesystem, using the fusermount command: $ fusermount -u mount-pointAUTHORSCopyFS was created by Thomas Joubert and Nicolas Vigier <boklm@mars-attacks.org>LINKS<http://n0x.org/copyfs/> CopyFS web site. <http://fuse.sourceforge.net/> FUSE - Filesystem in USErspaceSEE ALSOcopyfs(1), copyfs-fversion(1), copyfs-daemon(1), fusermount(1) copyfs-mount May 2008 COPYFS-MOUNT(1)
Related Man Pages |
---|
afuse(1) - debian |
gvfs-mount(1) - centos |
mount(2) - minix |
umount(8) - ultrix |
msdosfs(5) - freebsd |
Similar Topics in the Unix Linux Community |
---|
shell script to mount filesystem |
Creating a new mount point |
Can not see /mnt |
Move directory |
Need help with automount.. is not working!! |