On Sun, Jan 12, 2003 at 09:12:07PM +0900, Sean Oh wrote: > What I did in the shell scripts are 'lvextend -L+256M /dev/vg01/lv01_snap' > with/without 'xfs_growfs /snap'. The snapshot volume does not hold a filesystem - it is just a storage area for deltas that enable the system to reconstruct a filesystem. So you don't need to run xfs utilities on it to make more space. [But of course some people might want to run them on writeable snapshots (needs kernel patch) for testing the effect of utilities.] Alasdair -- agk@uk.sistina.com _______________________________________________ linux-lvm mailing list linux-lvm@sistina.com http://lists.sistina.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/