Removing predefined NFS mounts

You can remove a predefined NFS mount using the following procedures.

  • To remove a predefined NFS mount through SMIT:
    1. Type:
      smit rmnfsmnt
  • To remove a predefined NFS mount by editing the /etc/filesystems file:
    1. Enter the command: umount /directory/to/unmount.
    2. Open the /etc/filesystems file with your favorite editor.
    3. Find the entry for the directory you just unmounted, and then delete it.
    4. Save and close the file.