Veritas Storage Foundation™ for Oracle 5.0.1 Administrator's Guide

# mkdir /db01
# chown oracle:dba /db01
# /usr/sbin/mount -F vxfs -o largefiles /dev/vx/dsk/PRODdg/db01 \
/db01
If you would like /db01 to be mounted automatically after rebooting, add an
entry for it in /etc/fstab as follows:
/dev/vx/dsk/PRODdg/db01 /db01 vxfs largefiles,qio 0 2
If you do not need to use Quick I/O files, set noqio instead of qio as one of
the options.
Unmounting a file system
If you no longer need to access the data in a file system, you can unmount the file
system using the umount command.
Before unmounting a file system, review the following:
A file system must exist and be mounted in order to be unmounted.Prerequisites
You cannot unmount a file system that is in use.
See the umount (1M) manual page for more information on
mounting file systems.
Usage notes
To unmount a file system
1
Use the fuser command to make sure that the file system is not being used:
# fuser -c /mount_point
where the -c option provides information on file system mount points and
any files within mounted file systems.
If the file system is being used and you need to unmount it, use the fuser
-ck command. See the fuser(1M) man page for more information.
2
Unmount the file system using one of the umount command options:
umount special
umount /mount_point
umount -f /mount_point
where:
Setting up databases
Unmounting a file system
60