Top || Section Contents || Permuted Index
SavaJe OS 1.1.0

mount(shell)


NAME

mount — mount an installable file system

SYNOPSIS

mount URL

DESCRIPTION

Mount a volume located at URL . The format of the URL is:

fstype://host:port/dir

EXAMPLES

Web file system

The command

% mount http://192.168.0.237/remote

mounts the directory remote , served by 192.168.0.237 and makes it available on the local machine.

Samba file system

The format of a Samba URL is:

smb://[[domain;]username[:password]@]hostname[:port]/share[/path]

NOTE:

The semicolon following the domain is also the shell command separator, so for use from the command line just specify the hostname.

To mount the Samba volume on hostname ,

% mount smb://hostname/share


July 29, 2002
Copyright © 2002 , SavaJe Technologies, Inc. All rights reserved.
Corrections, suggestions to: docs@savaje.com