mount.rfs − mount remotefs filesystem
mount.rfs [OPTIONS]
Wrapper used for mounting remotefs filesystems listed in fstab.
The only option you usually pass to this script is mount point as specified in fstab.
This script is aware of the following rfs options:
username
password
And the following FUSE options:
nonempty
atomic_o_trunc
auto_cache
noauto_cache
fsname
kernel_cache
allow_other
allow_root
default_permissions
no_remote_lock
See rfs(1) and FUSE documentation for description of these options.
Each of options above will be passed to rfs process.
You might also use uid= option to run remotefs connection with privileges of user with specified uid (su(1) will be used in this case).
172.16.0.1:/mnt/usb/store /mnt/store rfs users,username=shared,password=/var/lib/shared/.auth,allow_other,_netdev 0 0
172.16.0.1:/home/alex /home/alex/remote rfs user,uid=1000,_netdev 0 0
Jean−Jacques
Sarton: jjsarton@users.sourceforge.net
Aleksey Tulinov: aleksey_t@users.sourceforge.net
See remotefs project on SourceForge: http://remotefs.sourceforge.net/
GNU General Public License (GPL)
rfs(1), fstab(5), su(1)