Testing the NFS Mounted Drives

The NET command can be used to display the status of any mounted drives. At the dot prompt, type

NET

The network status is displayed:

Once you have verified that the correct drives are mounted, you can list the files on any of the mounted drives by typing:

fdir NFS>[MOUNT]:\

where [MOUNT] is the mount name assigned to the drive. For example, in Figure 2-39 the mount name XC is assigned to the directory C:\ADEPT\DISKS\DISK_C. So, to display a list of the files in that directory, simply type:

dir NFS>XC:\

A directory listing similar to the following is displayed.