Scroll to navigation

SXFS(1) Skylable SX Manual SXFS(1)

NAME

sxfs - filesystem client based on Skylable SX

SYNOPSIS

sxfs [OPTIONS] sx://[profile@]cluster/volume mountpoint

DESCRIPTION

sxfs can mount SX volumes as local filesystems. It is based on FUSE and allows for interacting with remote files just as if they were local files on the computer.

OPTIONS

Print help and exit
Print help, including hidden options, and exit
Print version and exit
Set directory for temporary files created by sxfs. By default sxfs will create a temporary directory /var/tmp/sxfs-*.
On exit, sxfs will move to the recovery directory all files, which could not be uploaded to the remote volume. By default, it will create a recovery directory /var/tmp/sxfs-*-lost.
Enable logging to the specified file.
Mount options; see below for the list of available options.
This option enables the use of queues for upload and delete operations. By default sxfs will wait for each operation and report the result to the application performing the action (eg. cp). When this option is enabled, all operations will be queued and performed in the background. This improves the interaction with the mounted volume, however errors might not be reported back to the application. It is highly recommended to use this option together with --logfile and monitor the logfile for possible issues.
Run in the foreground.
Enable debug messages.
Log more information about read/write operations. This option automatically enables --debug.
Enable debug messages from the SX library.
Set the limit for the number of open files (default: 1024).
Show FUSE help.
Show FUSE version.
Disable multi-threaded operation of FUSE (used for debugging purposes).
Run FUSE in debug mode.
Path to the SX configuration directory (default: ~/.sx)
Path to the SX filter directory (default: /usr/lib/sxclient)

MOUNT OPTIONS

Mount filesystem in read/write mode (default)
Mount filesystem in read-only mode
See --use-queues
See --logfile
See --tempdir
See --recovery-dir
Enable debug output
Allow access to other users
Allow access to root
Auto unmount on process termination
Enable permission checking by kernel
Issue large read requests
Enable larger than 4kB writes
Use direct I/O
Perform reads asynchronously (default)
Perform reads synchronously
Enable atomic open+truncate support
Set filesystem name
Set filesystem type
Set maximum size of read requests
Set maximum size of write requests
Set maximum size of readahead
Set default umask mode
Set file owner
Set file group
Names of modules to push onto filesystem stack
Cache timeout for deleted names (0.0s)
Cache timeout for attributes (1.0s)
Cache timeout for names (1.0s)
Set number of maximum background requests
Prepend DIRNAME to all paths

EXAMPLES

To mount the remote volume 'movies' with default options run:
sxfs sx://jeff@cluster/movies /home/jeff/movies

To unmount the locally mounted volume run: fusermount -u /home/jeff/movies

SEE ALSO

sxinit(1), sxcp(1), sxmv(1), sxcat(1), sxrm(1), sxrev(1)

August 2015 sxfs 2.0