Symantec logo

Example of unmounting a file system

The following are examples of unmounting file systems.

 To unmount the file system /dev/vx/dsk/fsvol/vol1

# umount /dev/vx/dsk/fsvol/vol1

 To unmount all file systems not required by the system

# umount -a

This unmounts all file systems listed in /etc/mtab except the proc file system.