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.6.1.pre4^2~68 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ba04fc58586a6ea43213f9808d5c58cc182ddd8b;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. Reviewed-on: http://gerrit.openafs.org/6691 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman (cherry picked from commit e99224f2fe049bc339e87c8b6c195de67dca2f08) Change-Id: I5b2ac3b6f255d5918eeea4a63d4c7bb6164961d5 Reviewed-on: http://gerrit.openafs.org/6755 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/doc/xml/AdminGuide/auagd010.xml b/doc/xml/AdminGuide/auagd010.xml index 9200b2bb0..083250e69 100644 --- a/doc/xml/AdminGuide/auagd010.xml +++ b/doc/xml/AdminGuide/auagd010.xml @@ -2763,6 +2763,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 + + +