Hello,
I'm trying to use the snapshot feature, but i have trouble. I don't have error message (kernel or others), i don't know how to check if lvcreate still running..
My first try was with a volume group of ~ 580 GB (hardware raid 5) I created a logical volume 50GB, create a XFS Filesystem, put some data (~1GB) and run the following commands :
$ xfs_freeze -f <mount point> $ lvcreate -v -s -L 2GB -n snapshot <device>
-- Piw