Shell Commands/RunFS

From MorphOS Library

< Shell Commands

RunFS - Runs/mounts a network filesystem in background

PRI=PRIORITY/K/N, Q=QUIET/S, O=OPEN/S, A=ALIAS/K, WV=WAITVOLUME/K, INVOCATION/F

PRIORITY   - Priority of filesystem (default 0)
QUIET      - Be quiet, don't output messages from filesystem in shell
OPEN       - Automatically open Ambient window for the filesystem's volume
ALIAS      - Start filesystem based on connection description file in "Sys:Prefs/Network Connections/", mutually exclusive with INVOCATION
INVOCATION - Rest of line, filesystem invocation (Ex: mydir/myfilesystem args...)
WAITVOLUME - Waits for a volume to become ready in doslist. This is mainly for non filesysbox filesystems. Give name of volume here, without ":"

Example:

RunFS OPEN ssh2fs user@bla.foo.bar Foo:

See also: Ssh2FS