Thanks to Espen Martinsen. He gave me simple (and working) solution. make yourself an rc-script, call it /etc/rc2.d/S50write_cache #start: #!/bin/sh doit () { /usr/sbin/format -e $1 > /dev/null 2>&1 <<EOF cache write_cache enable EOF } #fill in your disks here: doit c0t12d0 doit c0t11d0 doit c0t10d0 #...end og rc-script Below my original question. przemol On Thu, Dec 12, 2002 at 08:17:01AM +0100, przemolicc@poczta.fm wrote: > I use format -e -> cache -> write_cache -> enable > to enable write cache on some disks. Is there any way to save the > settings between reboots ? _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Fri Dec 13 01:46:08 2002
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:00 EST