From ed0624c32e671f8ae391a61ff8b870ecde740216 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 6 Sep 2012 12:24:25 -0600 Subject: [PATCH] doc: fix examples of direct volume access Fix the Unix examples to use ":volume" instead of "#volume", and add a couple more examples. Change-Id: I2e7907b128248343d99136552ab791b9bf0246ca Reviewed-on: http://gerrit.openafs.org/8052 Reviewed-by: Jeffrey Altman Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- doc/xml/AdminGuide/auagd010.xml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/xml/AdminGuide/auagd010.xml b/doc/xml/AdminGuide/auagd010.xml index d58648e..b2e2a46 100644 --- a/doc/xml/AdminGuide/auagd010.xml +++ b/doc/xml/AdminGuide/auagd010.xml @@ -2777,11 +2777,23 @@ Windows: - \\afs\example.com#root.cell + \\afs\example.com%root.cell - Access a read/write volume directly + + + Windows: + \\afs\example.com#root.cell - Access a read-only volume directly + + + Unix: + /afs/.:mount/example.com:root.cell - Access a read/write volume directly + + + Unix: + /afs/.:mount/example.com:root.cell.readonly - Access a read-only volume directly Unix: - /afs/.:mount/example.com#root.cell + /afs/.:mount/example.com:root.cell.backup - Access a backup volume directly -- 1.9.4