Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

atfsrepair(1) [debian man page]

atfsrepair(1)							    ShapeTools							     atfsrepair(1)

NAME
atfsrepair - repair corrupted AtFS repository, or convert old repository to new format. SYNOPSIS
atfsrepair [-Ceinqv] file1 ... DESCRIPTION
Atfsrepair checks the AtFS repository for inconsistencies in the a given file history. If a corrupted archive file is found in the reposi- tory, atfsrepair tries to repair it by reconstructing missing parts and eliminating inconsistencies. Without a file argument, atfsrepair handles the complete repository. Atfsrepair is interactive and (hopefully) self explanatory. If you have permission problems, e.g. your AtFS repository grants group write permission but another user from your group can still not save data to the repository, atfsrepair is also the right thing to do. The programs straightens permission bits within the repository. Atfsrepair automatically updates archive files, when the archive file format or the arrangement of archive files within the AtFS subdirec- tory was changed. Before taking any permanent action, atfsrepair asks the user for a confirmation. This behaviour can be switched off by either the -n or the -q option (see below). Atfsrepair shall not be called concurrently with other applications on an AtFS repository. Make sure, that nobody else works on the reposi- tory to be repaired as atfsrepair may ignore existing archive locks and does not set own locks. OPTIONS
-C This option causes atfsrepair to try it's hand at a derived object cache. -e Edit Mode. Invoking atfsrepair with this option rather serves for manipulating archive files than for repairing them. It shall only be used by very experienced users. For nearly every item in the archive file, atfsrepair asks the caller for confirmation or modi- fication. Beware, this level of verbosity can be very annoying when the archive file is big. -i Interactive mode (default). -n Non-interactive mode. In this mode, atfsrepair tries to repair corrupted archive files without human assistance. It does not perform any user interaction and behaves as if the user would always choose the default decision in interactive mode. -q Quiet mode. Same as -n but also supresses all informative messages. Only error messages will be displayed. -v Print current version number. No file processing is done. SEE ALSO
afarchive(5) BUGS
Dates appear in internal form (seconds since 1970) rather than in human readable form. AUTHOR
Andreas.Lampen@cs.tu-berlin.de AtFS-1.71 Thu Jan 20 12:06:00 1994 atfsrepair(1)

Check Out this Related Man Page

mkatfs(1)							    ShapeTools								 mkatfs(1)

NAME
mkatfs - create and configure AtFS object repository and derived object cache SYNOPSIS
mkatfs [-cAmax_cached_per_cacheattr] [-cNmax_cached_per_name] [-cTmax_total_cached] [-cQ] [-ggroup] [-h] [-lpath] [-mmode] [-v] pathnames DESCRIPTION
mkatfs may be used to create an AtFS object repository, to link an existing repository, to configure a repository, or to set the size attributes of an derived object cache. It applies to all directories occurring in the pathnames list. If the list is empty, mkatfs performs its action in the current directory. Creating an AtFS object repository makes a directory named AtFS with several files and subdirectories in it. The -l option causes mkatfs to link an existing AtFS repository to the current directory (or the directories in the pathnames list). The -l option expects a pathname to a directory containing an AtFS repository or a link to an AtFS repository (links may be chained) as argu- ment. When linking a repository, mkatfs either creates a symbolic link or, if symbolic links are not available on your system, a file con- taining the name of the target directory. The latter will be interpreted by AtFS like a symbolic link. Configuring an AtFS repository means, that the group and the protection may be changed. These operations perform a chgrp(1) and a chmod(1) operation on the AtFS directory and all its subdirectories. The -cT, -cN, and -cA options set the size of the derived object cache in the created AtFS object repository. You may set the maximum total number (cT) of derived files to be stored, the maximum number of derived files per name (cN) and the maximum number of derived files with the same name and the same caching attribute (cA). The relationship of the three values must always be cT >= cN >= cA. For more information on that topic check the cacheadm(1) manual page. The -cQ option queries the actual settings for the derived object cache size. OPTIONS
-cA max_cached_per_cacheattr Set the maximum number of derived files with the same name and the same caching attribute to be stored. Default is 1. -cN max_cached_per_name Set the maximum number of derived files with the same name to be stored. Default is 3. -cT max_total_cached Set the total maximum number of derived files to be stored in the derived object cache. Default is 64. -g group Set the group id of the generated directory to group (see chgrp(1)). -h Display help message. -l path Create an AtFS directory entry by setting a symbolic link to an existing AtFS object repository, rather than creating a new (empty) one. On System V machines, a file containing the target directory name will be generated. The AtFS functions will interpret this as surrogate for a symbolic link. -m mode Set the mode of all generated directories to mode (see chmod(1)). -v Output version identification string. SEE ALSO
chgrp(1), chmod(1), atfsrepair(1), af_cache(3) AUTHOR
Andreas.Lampen@cs.tu-berlin.de AtFS-1.71 Mon Aug 8 13:28:26 1994 mkatfs(1)
Man Page