EnglishFrenchSpanish

Ad


OnWorks favicon

9bind - Online in the Cloud

Run 9bind in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command 9bind that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


9mount, 9bind, 9umount - mount/unmount 9p filesystems

SYNOPSIS


9mount [ insuvx ] [ -a SPEC ] [ -c CACHE ] [ -d DEBUG ] [ -m MSIZE ] DIAL MOUNTPT

9bind OLD NEW

9umount MOUNTPT

DESCRIPTION


9mount mounts a 9p filesystem served at DIAL on MOUNTPT. MOUNTPT must be writable by you
and not sticky. DIAL is a dial string assuming one of the forms:

unix!SOCKET
tcp!HOST[!PORT]
virtio!CHANNEL
-

where SOCKET is the name of a file representing a socket, HOST is a hostname, PORT is a
port number or service name, and CHANNEL is a virtio channel name (currently ignored). -
indicates that 9p messages should be read/written on stdin/stdout. 9mount has several
options:

-i mount the file system with your uid/gid

-n dry-run, print mount command to stderr but don't actually mount anything

-s single attach mode - all users accessing the mount point see the same filesystem
(by default they'll each see a unique attach)

-u use the 9P2000.u extensions

-v use device mapping

-x exclusive access - other users cannot access the mount point

-a SPEC
SPEC determines which file tree to mount when attaching to file servers that export
multiple trees

-c CACHE
turns on caching using CACHE mode. Currently only loose cache mode is available,
which is suitable for exclusive read-only mounts.

-d DEBUG
comma separated list of channels for which to enable debug output. Possible
channels include: err, devel, 9p, vfs, conv, mux, trans, alloc, fcall.

-m MSIZE
specifies the maximum length of a single 9p message in bytes.

9bind performs a bind mount, making the tree visible at directory OLD also visible at
mount point NEW.

9umount unmounts a 9p filesystem previously mounted by you.

ENVIRONMENT


$USER the uname to provide to the server.

EXAMPLES


9mount -i 'unix!/tmp/ns.'$USER'.:0/factotum' $HOME/n/factotum
mount p9p's factotum interface

9mount 'tcp!sources.cs.bell-labs.com' $HOME/n/sources
import plan 9's "sources"

9mount -u -a/home/sqweek/mail 'tcp!wren!5640' $HOME/mail
import my maildir from my server(wren), being served by ufs

9mount -i 'tcp!wren' $HOME/n/wren; 9bind $HOME/n/wren/home/sqweek/mail $HOME/mail
again importing my maildir, this time serving via u9fs

Use 9bind online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Brackets
    Brackets
    Brackets is a free, modern open-source
    text editor made especially for Web
    Development. Written in HTML, CSS, and
    JavaScript with focused visual tools and
    prepr...
    Download Brackets
  • 2
    Free Pascal Compiler
    Free Pascal Compiler
    A 32/64/16-bit Pascal compiler for
    Win32/64/CE, Linux, Mac OS X/iOS,
    Android, FreeBSD, OS/2, Game Boy
    Advance, Nintendo NDS and DOS;
    semantically compatible wi...
    Download Free Pascal Compiler
  • 3
    Canon EOS DIGITAL Info
    Canon EOS DIGITAL Info
    Canon doesn�t have shutter count
    included on the EXIF information of an
    image file, as opposed to Nikon and
    Pentax. There�s no official Canon based
    application ...
    Download Canon EOS DIGITAL Info
  • 4
    rEFInd
    rEFInd
    rEFInd is a fork of the rEFIt boot
    manager. Like rEFIt, rEFInd can
    auto-detect your installed EFI boot
    loaders and it presents a pretty GUI
    menu of boot option...
    Download rEFInd
  • 5
    ExpressLuke GSI
    ExpressLuke GSI
    This SourceForge download page was to
    grant users to download my source built
    GSIs, based upon phhusson's great
    work. I build both Android Pie and
    Android 1...
    Download ExpressLuke GSI
  • 6
    Music Caster
    Music Caster
    Music Caster is a tray music player
    that lets you cast your local music to a
    Google Cast device. On the first run,
    you will need to click the arrow in your
    tas...
    Download Music Caster
  • More »

Linux commands

Ad