The Way to turn journaling on a solaris file system is to add the logging the variable at the end of your mount statment ie. mount options in the vfstab. In the example below the /tmp1 does not have loggin enabled but the /tmp2 does. Example: #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options # /dev/md/dsk/d3 /dev/md/rdsk/d3 /tmp1 ufs 1 no - /dev/dsk/c0t2d0s6 /dev/rdsk/c0t2d0s6 /tmp2 ufs 1 yes logging You can turn it on from the command line on an unmounted filesytem by doing the command below. # mount -o logging /dev/dsk/c1t2d1s5 /tmp3 Carinus _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Tue May 31 11:52:13 2005
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:47 EST