Creates entries in the /etc/vfs file.
crvfs VFSEntry
The crvfs command adds /etc/vfs file entries by specifying fields within the VFSEntry parameter. The VFSEntry parameter is composed of the following fields: VFSName:VFSNumber:MountHelper:FileSystemHelper.
All fields in the VFSEntry parameter are required, but the reserved word "none" can be specified for the MountHelper and FileSystemHelper fields if there is no corresponding helper. If all the arguments are satisfactory, and neither the VFSName nor the VFSNumber given on the command line already exist, a new entry is created in the /etc/vfs file.
To create a new vfs entry called newvfs, enter:
crvfs "newvfs:4:none:/etc/helpers/newvfshelper"
This creates the newvfs entry.
/etc/vfs | Contains descriptions of virtual file system types. |
The chvfs command, lsvfs command, mount command, 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.
The Mounting Overview in AIX 5L Version 5.2 System Management Concepts: Operating System and Devices explains mounting files and directories, mount points, and automatic mounts.