Difference between revisions of "Shell Commands/RunFS"
From MorphOS Library
(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...") |
m (link) |
||
Line 13: | Line 13: | ||
RunFS OPEN ssh2fs user@bla.foo.bar Foo: | RunFS OPEN ssh2fs user@bla.foo.bar Foo: | ||
− | See also: Ssh2FS | + | See also: [[Shell_Commands/Ssh2FS | Ssh2FS]] |
Latest revision as of 22:07, 11 September 2021
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