At 02-4-3 12:51:00 you wrote:
>On Tue, 3 Apr 2001,
netxiong wrote:
>
>> I have setup a VG on a softraid system
consist of 3 disks,I name the VG as lvmraid and make a ext2 file system on it,It
can be mounted to a dirctory and work well,but after I reboot the system,I can't
find the VG,the proc system also doesn't show it and I can't use vgremove to
remove it.
>> what is wrong with it,helllllllllllllllllllllp!!!this has
troubled me for two days
>>
>>
>
>Are the
following two lines in your rc.sysinit?
>
>Do that after you
activate your raid.
>
># activating volume
manager
>vgscan
>vgchange -a y
>
>When you shutdown you
must....
>
>vgchange -a n
>
>do that just
before
>mount -n -o remount,ro /
>
think for your reply,I have added those commands in
rc.sysinit,but it still doesn't work.
vgscan cann't find the volume set up on softraid
partitions.