Comment 21 for bug 616287

Revision history for this message
Robert Marris (marris-rob) wrote :

Hi Clint
I've got a seperate /boot and mount an LVM LV at /local

fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/mapper/bobvg-rootlv1 / ext4 errors=remount-ro 0 1
# boot from either sda1 or sdb1 then pick them up together as a raid1
/dev/md1 /boot ext4 defaults 0 2
mount lv running on md0
/dev/mapper/bobvg-biglv /local ext4 defaults 0 2
# swap was on /dev/sdc1 during installation
UUID=5671ec36-0525-4980-aa6f-ad28d7e43649 none swap sw 0 0
# swap was on /dev/sde1 during installation
UUID=a58ab41b-dfb4-4d97-af30-98eee7f893e2 none swap sw 0 0