Talk:LVM

From LQWiki
Jump to navigation Jump to search

I tried adding the mount to fstab, but the entry gets removed when I reboot, and vg-maxtor goes inactive. I wrote a script file to bypass this problem:

  1. !/bin/sh

vgscan vgchange -a y mount -o users /dev/vg-maxtor/bulkdata /addonics/bulkdata

Looks as if vgscan is missing during boot. Adding to fstab should work... - Bemoeial 04:48, April 18, 2006 (EDT)