Plan 9 from Bell Labs’s /usr/web/sources/contrib/axel/substfs/direct/guide

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


substfs -D -D -m q -s subone -n tcp!one!9fs edit-from edit-to  >/dev/null >[2=1] &
substfs -D -D -m q -s subtwo -n tcp!two!9fs edit-from edit-to  >/dev/null >[2=1] &



another example of usage:
(where one and two could be unix machines running u9fs)

substfs -m q -s subone -n tcp!one!9fs edit-from edit-to  >/dev/null >[2=1] &
substfs -m q -s subtwo -n tcp!two!9fs edit-from edit-to  >/dev/null >[2=1] &
mount /srv/subone /n/one
mount /srv/subtwo /n/two


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.