On Sat, May 09, 2009 at 04:38:41AM +0300, Cem Kayali wrote:
> Well, could you please advise me how i can automate to run bioctl  
> *before* fstab entires mounted? --- so that i can push ie; /var, /usr  
> and swap partitions into encrypted volume?

Assuming that your RAID partition is sd0d, use the following command to
edit /etc/rc

 ed -s /etc/rc
 /^# Configure raid/a
 until bioctl -c C -l /dev/sd0d softraid0; do done
 .
 wq

Then add /var, /usr, etc. to your /etc/fstab file.

Reply via email to