VERITAS Storage Foundation 4.1 Oracle Administrator's Guide
Mounting a File System Prerelease 8 September 2005, 8:54am
72 VERITAS Storage Foundation for Oracle Administrator’s Guide
Example
To mount a file system named /db01 that supports large files on volume
/dev/vx/dsk/PRODdg/db01:
# 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
â–¼ To mount a file system on an existing volume using the GUI
1. Select the volume that contains the file system to be mounted.
2. Choose Actions > File System > Mount File System.
3. Complete the Mount File System dialog box (see step 3 on page 73 in the procedure below).
4. After you have provided all the necessary information in the dialog box, click OK.