This procedure shows how to undo or unmount an NFS file system.
- Unmount the file system.
% pfexec umount /mnt
In this example, the file system that was mounted on /mnt is unmounted, if possible.
For more information:
This procedure shows how to undo or unmount an NFS file system.
% pfexec umount /mnt
In this example, the file system that was mounted on /mnt is unmounted, if possible.
For more information:
The individuals who post here are part of the extended Sun Microsystems community and they might not be employed or in any way formally affiliated with Sun Microsystems. The opinions expressed here are their own, are not necessarily reviewed in advance by anyone but the individual authors, and neither Sun nor any other party necessarily agrees with them.
Comments (1)
Feb 05, 2009
Alysson_Troffer says:
In the first sentence, I'm not sure what's meant by "undo a file system." Could ...In the first sentence, I'm not sure what's meant by "undo a file system." Could you just say "unmount"?
Also, as with the preceding two NFS procedures, I think it's a bit odd to include the number '1' for this single-step procedure. I'd suggest removing the numeral and rewording to something like:
"Use the following command to unmount an NFS file system:" Then, follow with the command syntax and explanatory text.
Alysson