GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MOUNT(1) FreeBSD General Commands Manual MOUNT(1)

mount, unmount - change name space

mount servename mtpt

unmount mtpt

Mount mounts a 9P server's files into the file system. Servename is typically either the name of a Unix domain socket (see or the name or IP address of a machine serving 9P over TCP port 564.

Unmount undoes the effects of the mount command.

9P services can be mounted on Unix systems in multiple ways. On Linux, mount uses the native 9P kernel module when present. Otherwise it tries to use with the FUSE file system module. Using the 9P kernel module requires root access. FUSE can often be used by regular users. On FreeBSD, mount tries to use FUSE.

Since Unix already has a mount command, the version described in this manual page should be invoked as 9 mount.

Mount onto /mnt/acme :
9 mount `namespace`/acme /mnt/acme
    

View your plumbing rules:

9 mount `namespace`/plumb /mnt/plumb
cat /mnt/plumb/rules
    

/bin/mount
/bin/unmount

intro(9p),

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.