From ba04fc58586a6ea43213f9808d5c58cc182ddd8b 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. 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 --- 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 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 + + + -- 2.39.5