Text-only Table of Contents (frame/ no frame)
(6) Volumes Previous Top Next

AFS Volumes

An AFS volume is analogous to a filesystem on a logical partition. Volumes are mounted at some point in the AFS filesystem hierarchy, at which point they become available to client computers. Volumes are the unit of AFS server space for transactions such as creation, deletion, migration between servers, replication, and backups. Volumes can be any size up to the physical size of the server disk partitions, but many operations on volumes are easier if the size is kept smaller.

Volumes may be mounted anywhere in AFS space, including multiple mount points (although this is confusing). Disk quotas are applied at the volume level. The command to check on the current quota status is subcommand listquota to fs, i.e. fs_listquota. More detail

Typically we use:

Two special volumes always exist, and are replicated onto each file server for redundancy.

When a program opens a file, the AFS client must first look up the location of the volume containing the file, then connect to the appropriate file server. When listing directory contents containing many volume mount points, many database lookups are needed. This metadata is cached, but performance can still be slow (e.g. ls -l /afs/northstar/ufac). Unfortunately GUI file managers love to do this, frequently.

Previous Top Next


volumes.src  last modified Jun 6, 2006 Introduction Table of Contents
(frame/no frame)
Printable
(single file)
© Dartmouth College