bind [option... ] new old mount [option... ] addr old unmount [new ] old
For bind, new is the name of an existing file or directory in the current name space. After a successful bind, the file name old is an alias for the object originally named by new; if the modification doesn't hide it, new will also still refer to its original file. The evaluation of new (see File Name Expansion in Limbo System Modules) happens at the time of the bind, not when the binding is later used.
Both old and new must be of the same type: either both directories or both files.
bind '#c' /devFor mount, addr is a network address for the server machine. This argument should conform to the conventions described in dial.
The effects of bind and mount can be undone with the unmount command. If two arguments are given to unmount, the effect is to undo a bind or mount with the same arguments. If only one argument is given, everything bound to or mounted upon old is unmounted.
Options
sys->bind("#c", "/dev/", flags);