Shell Commands/RunFS

From MorphOS Library

Revision as of 13:07, 27 March 2018 by JPV (talk | contribs) (Created page with "'''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 <nowiki> PRIORITY - Priority o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< 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