I just created a LVM partition using the command line… everything
worked fine. I then rebooted and it disappeared… using SLES 11.1.
Physically the disk is still there, just the symbolic link to the device
was gone etc. etc.
I then created this LVM partition in yast2 and on reboot it worked
fine… it was still there… which part am I missing out of the command
line???
fdisk /dev/sdb create partition choose 8e
pvcreate /dev/sdb1
vgcreate -L 40000M -n varlvm data
mkfs.ext3 /dev/data/varlvm
edit fstab and mount it somewhere… so what does yast2 do
differently???
I am trying to command line this… instead of using yast for easier
deployment to other offices…
I just created a LVM partition using the command line… everything
worked fine. I then rebooted and it disappeared… using SLES 11.1.
Physically the disk is still there, just the symbolic link to the device
was gone etc. etc.
I then created this LVM partition in yast2 and on reboot it worked
fine… it was still there… which part am I missing out of the command
line???
fdisk /dev/sdb create partition choose 8e
pvcreate /dev/sdb1
vgcreate -L 40000M -n varlvm data
mkfs.ext3 /dev/data/varlvm
edit fstab and mount it somewhere… so what does yast2 do
differently???
I am trying to command line this… instead of using yast for easier
deployment to other offices…