From: Ken Dreyer Date: Fri, 10 Feb 2012 00:37:01 +0000 (-0700) Subject: doc: add section on direct volume access X-Git-Tag: upstream/1.8.0_pre1^2~2767 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=e99224f2fe049bc339e87c8b6c195de67dca2f08;p=packages%2Fo%2Fopenafs.git doc: add section on direct volume access Provide examples of the direct volume access syntax, using the fictitious example.com cell. Change-Id: Ia2ea592531e29f6b744d0bd6993d598d78a799c4 Reviewed-on: http://gerrit.openafs.org/6691 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/doc/xml/AdminGuide/auagd010.xml b/doc/xml/AdminGuide/auagd010.xml index 7e68e1895..e6457e2a0 100644 --- a/doc/xml/AdminGuide/auagd010.xml +++ b/doc/xml/AdminGuide/auagd010.xml @@ -2759,6 +2759,32 @@ + + + To access volumes directly by volume ID + + + volume + + direct access + + + You can directly access volumes by volume IDs. This is only + recommended for temporary access to a volume. For example, if you + have recently restored a volume from a backup, you can use this + syntax to quickly access the volume without mounting it. + Examples: + + + Windows: + \\afs\example.com#root.cell + + + Unix: + /afs/.:mount/example.com#root.cell + + +