From e99224f2fe049bc339e87c8b6c195de67dca2f08 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 9 Feb 2012 17:37:01 -0700 Subject: [PATCH] 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 --- doc/xml/AdminGuide/auagd010.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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 + + + -- 2.39.5