Unmounting a File System

Unmounting a file system removes it from the file system mount point. Some file system administration tasks cannot be performed on mounted file systems. You should unmount a file system under these circumstances:

  • When it is no longer needed

  • When you check and repair it by using the fsck command

  • When you are about to do a complete backup of it

To unmount a file system, use the umount command:

umount <mount-point> 

<mount-point> is the name of the file system you want to unmount. This can be either the directory name in which the file system is mounted or the device name path of the file system. For example, to unmount the /home2 file system, type the following:

umount /home2 

Alternatively, you can specify the device ...

Get Inside Solaris™ 9 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.