Examples
Example 1: Unmounting a Directory.
RMVMFS TYPE (*NFS) MNTOVRDIR('/tools')
This command unmounts a Network File System that is accessible on directory
/tools
.
Example 2: Unmounting a User-Defined File System.
RMVMFS TYPE(*UDFS) MFS('/DEV/QASP02/A.udfs')
This command unmounts the user-defined file system /DEV/QASP02/A.udfs.
Example 3: Unmounting all mounted file systems on a client.
RMVMFS TYPE(*ALL) MNTOVRDIR(*ALL)
This command unmounts all the file systems that a client has mounted.
Example 4: Unmounting all mounted file systems on a specific client
directory.
RMVMFS TYPE(*ALL) MNTOVRDIR('/napa')
This command unmounts all the file systems that a client has mounted over /napa.
DSPMFSINF (Display Mounted File System Information) Command
Purpose
The Display Mounted File System Information (DSPMFSINF) command displays
information about a mounted file system.
Users can also issue this command by using the following alternative command
name:
vSTATFS
For more information about the DSPMFSINF command and the associated
parameters and options, see
CL Reference,
SC41-4722.

DSPMFSINF/STATFSDisplay

50 OS/400 Network File System Support V4R4