mount.rfs

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
USING WITH FSTAB
FSTAB EXAMPLES
AUTHORS
REPORTING BUGS
COPYING
SEE ALSO

NAME

mount.rfs − mount remotefs filesystem

SYNOPSIS

mount.rfs [OPTIONS]

DESCRIPTION

Wrapper used for mounting remotefs filesystems listed in fstab.

OPTIONS

The only option you usually pass to this script is mount point as specified in fstab.

USING WITH 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).

FSTAB EXAMPLES

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

AUTHORS

Jean−Jacques Sarton: jjsarton@users.sourceforge.net
Aleksey Tulinov: aleksey_t@users.sourceforge.net

REPORTING BUGS

See remotefs project on SourceForge: http://remotefs.sourceforge.net/

COPYING

GNU General Public License (GPL)

SEE ALSO

rfs(1), fstab(5), su(1)