Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> mount options on /etc/vfstab
What are the common mount options to use in /etc/vfstab on Solaris 8?
I am being asked this by our unix admins to harden our system.
Example vfstab:
/apps/oracle$ more /etc/vfstab
#device device mount FS fsck mount
mount
#to mount to fsck point type pass at boot
options
/dev/dsk/ /dev/rdsk/ /oracle_home_dir ufs 2
yes --
/dev/dsk/ /dev/rdsk/ /archive/oradata ufs 2 yes
-
/dev/dsk/ /dev/rdsk/ /backup/oracle ufs 2 yes
-
/dev/dsk/ /dev/rdsk/ /dba01/data_files ufs 2 yes
-
/dev/dsk/ /dev/rdsk/ /dba02/data_files ufs 2 yes
-
/dev/dsk/ /dev/rdsk/ /redo01/redo_logs ufs 2 yes
-
/dev/dsk/ /dev/rdsk/ /redo02/redo_logs ufs 2 yes
Would all take the default?
fg,hard,intr,largefiles,logging,atime,rw,suid
thanks.
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Mar 20 2006 - 11:19:46 CST
![]() |
![]() |