LVM drive is not mounted after boot
I have created an LVM with three physical disks named "orcafiler1".
Problem is, every time after boot, the LVM drive is not mounted and I have
to manually run
vgchange -ay orcafiler1
The fstab file contains
UUID=b57eae64-f270-4825-9ff0-040264fb33ac / ext3
errors=remount-ro 0 0
# /home was on /dev/sdb1 during installation
UUID=c2d5decb-0615-48bd-9f8f-40eba852329e /home ext3 defaults
0 0
# swap was on /dev/sda1 during installation
UUID=54582723-d970-46f4-a24d-9c6d25ca16c6 none swap sw
0 0
/dev/orcafiler1/orcavolume /data ext3 defaults,nobootwait 0 0
How can I put it at boot time??
Te OS is Ubuntu 12.04
No comments:
Post a Comment