Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

labelit(1m) [hpux man page]

volcopy(1M)															       volcopy(1M)

NAME
volcopy, labelit - copy a file system with label checking SYNOPSIS
[options] fsname special1 volname1 special2 volname2 [options] special [fsname volume DESCRIPTION
The command makes a literal copy of the file system using a block size matched to the device. Options recognizes the following options: Specify the file system type on which to operate (see fstyp(1M) and fs_wrapper(5)). If this option is not included on the command line, then the file system type is determined from the file by matching special with an entry in that file. If there is no entry in then the file sys- tem type is determined from the file Invoke a verification sequence requiring a positive operator response instead of the standard delay before the copy is made. Specify options specific to the file system type. specific_options is a list of suboptions and/or keyword/attribute pairs intended for an FStype-specific module of the command. See the file system specific manual entries for a description of the specific_options that are supported, if any. (default) Invoke the DEL-if-wrong verification sequence. Assume a response to all questions Echo the completed command line, but perform no other actions. The command line is generated by incorporating the user-specified options and arguments with other information derived from This option allows the user to verify the command line. Other options are used with 9-track magnetic tapes: Bits per inch. Size of reel in feet. Beginning reel number for a restarted copy. Use double buffered I/O. The command requests length and density information if they are not given on the command line and they are not recorded on an input tape label. If the file system is too large to fit on one reel, the command prompts for additional reels. Labels of all reels are checked. Tapes can be mounted alternately on two or more drives. If the command is interrupted, it asks if the user wants to quit or wants to escape to the command interpreter. In the latter case, other operations (such as executing the command) can be performed before returning to the command by exiting the command interpreter. fsname The file system name on the device (e.g., being copied. special The physical disk section or tape (e.g., or volname The physical volume name; it should match the external sticker. Such label names are limited to six or fewer characters. The argument volname can be to use the existing volume name. special1 The device from which the copy of the file system is being extracted. volname1 The volume from which the copy of the file system is being extracted. special2 The target device. volname2 The target volume. The command can be used to provide initial labels for unmounted disk or tape file systems. With the optional arguments omitted, the com- mand prints current label values. The option provides for initial labeling of new tapes only (this destroys previous contents). The and options can be specified for the command. The behavior of the and options is similar to their behavior in the command. FILES
File that specifies the default file system type. Static information about the file systems. SEE ALSO
volcopy_hfs(1M), fs_wrapper(5), disk(7), mt(7). volcopy(1M)

Check Out this Related Man Page

volcopy(1M)						  System Administration Commands					       volcopy(1M)

NAME
volcopy - make an image copy of file system SYNOPSIS
volcopy [-F FSType] [-V] [generic_options] [-o FSType-specific_options] operands DESCRIPTION
volcopy makes a literal copy of the file system. This command may not be supported for all FSTypes. OPTIONS
The following options are supported: -F FSType Specify the FSType on which to operate. The FSType should either be specified here or be determinable from /etc/vfstab by matching the operands with an entry in the table. Otherwise, the default file system type specified in /etc/default/fs will be used. -V Echo the complete command line, but do not execute the command. The command line is generated by using the options and arguments provided by the user and adding to them information derived from /etc/vfstab. This option should be used to verify and validate the command line. generic_options Options that are commonly supported by most FSType-specific command modules. The following options are available: -a Require the operator to respond "yes" or "no" instead of simply waiting ten seconds before the copy is made. -s (Default) Invoke the DEL if wrong verification sequence. -o FSType-specific_options Specify FSType-specific options in a comma separated (without spaces) list of suboptions and keyword- attribute pairs for interpretation by the FSType-specific module of the command. OPERANDS
The following operands are supported: operands generally include the device and volume names and are file system specific. A detailed description of the operands can be found on the FSType-specific man pages of volcopy. EXIT STATUS
The following exit values are returned: 0 Successful file system copy 1 An error has occurred. FILES
/etc/vfstab list of default parameters for each file system /etc/default/fs default local file system type. Default values can be set for the following flags in /etc/default/fs. For example: LOCAL=ufs. LOCAL: The default partition for a command if no FSType is specified. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
labelit(1M), vfstab(4), attributes(5) Manual pages for the FSType-specific modules of volcopy. SunOS 5.10 20 Mar 1995 volcopy(1M)
Man Page