Changes entries in the /etc/vfs file.
chvfs VFSEntry
The chvfs command changes /etc/vfs file entries by specifying the following fields within the VFSEntry parameter. The VFSEntry parameter is composed of the following fields: VFSName:VFSNumber:MountHelper:FileSystemHelper.
Any of the entries in the VFSEntry can be null (empty), with the exception of the VFSName field, and the corresponding value will not be changed. If all of the arguments are satisfactory, the entry in the /etc/vfs file is changed.
To change the FileSystemHelper for the vfs entry named newvfs, enter:
chvfs "newvfs:::/etc/helper/testhelper"
The missing parameters are left unchanged.
/etc/vfs | Contains descriptions of virtual file system types. |
The crvfs command, lsvfs command, mount command, and rmvfs command.
The File Systems in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices explains file system types, management, structure, and maintenance.