Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

convertfs(1m) [hpux man page]

convertfs(1M)															     convertfs(1M)

NAME
convertfs - convert an HFS file system to allow long file names SYNOPSIS
[special-file] DESCRIPTION
The command converts an existing HFS file system supporting the default maximum file name length of 14 characters into one that supports file names up to 255 characters long. Once an HFS file system is converted to long file names, it cannot be restored to its original state, since the longer file names require a directory representation that is incompatible with the default HFS directory format. Since this is an irreversible operation, prompts for verification before it performs a conversion. forces the system to reboot if the root file system is converted. When converting the root file system, the system should be in single- user mode, with all unnecessary processes terminated and all non-root file systems unmounted. Except for the root file system, requires that the file system to be converted be unmounted. If invoked without arguments, interactively prompts the user with a list of the HFS file systems from One or more or all of the listed file systems can be selected for conversion. Typically, it is desirable to convert all of the file systems in to avoid inconsistencies between two file systems mounted on the same system. can also be invoked with an argument of either a block or character special-file name for a file system to be converted. Only the block special file should be specified for a mounted root file system. As part of the conversion process, performs an on each file system (see fsck(1M)). Options Do it quietly. will perform the conversions without querying the user. Normally prompts the user before converting a file system. RETURN VALUE
returns the following values: Success. Either successfully converted the file system, or the file system already allowed long file names. Failure. was not able to convert the file system due to some failure in processing. AUTHOR
was developed by HP. FILES
Default list of file systems to check. SEE ALSO
fsck(1M), mkfs(1M), newfs(1M), fstab(4). convertfs(1M)

Check Out this Related Man Page

fsadm_hfs(1M)															     fsadm_hfs(1M)

NAME
fsadm_hfs: fsadm - HFS file system administration command SYNOPSIS
specific_options] special DESCRIPTION
The command is designed to perform selected administration tasks on HFS file systems. special is a device file containing an unmounted file system. Only a superuser can invoke Options Specify the HFS file system type. Specify a list of comma separated suboptions and/or keyword/attribute pairs from the list below. The following specific_options are valid on HFS file sys- tems. Converts a file system to a file system. The file system should be unmounted and must be in a clean state (see fsck(1M)). A file system supports file sizes greater than 2 gigabytes. Converts a file system to a file system. The file system should be umounted and must be in a clean state (see fsck(1M)). All should be purged from the file system for the conversion to succeed. Echo the completed command line, but perform no other action. The command line is generated by incorporating the user-specified options and other informa- tion derived from This option allows the user to verify the command line. DIAGNOSTICS
Error and warning messages may originate from and See fsadm(1M) or fsck(1M) to interpret the error and warning messages. EXAMPLES
Convert a HFS file system to a HFS file system: Convert a HFS file system to a file system: Display relevant HFS file system statistics: WARNINGS
The size of a file system will impact the performance of the command. During conversion from largefiles file system to a nolargefiles file system scans the entire file system for a large file. This functional- ity degrades the performance of the command. FILES
Static information about the systems SEE ALSO
fsadm(1M), fsadm_vxfs(1M), fsck(1M), fstab(4), fs_wrapper(5). fsadm_hfs(1M)
Man Page