- If necessary, stop NFS exporting the filesystem (e.g. /etc/init.d/nfsserver stop)
- Unmount the filesystem: umount /backups
- Check the filesystem: e2fsck -f /dev/home-srvr/backups
- Grow the partition: lvextend -L +100G /dev/home-srvr/backups
- Grow the filesystem: resize2fs /dev/home-srvr/backups
- Mount it again: mount /dev/home-srvr/backups
- Restart the NFS server
Sunday, December 26, 2010
Growing an ext3 partition built on LVM
This is pleasant surprise, it just takes a few simple steps:
Subscribe to:
Posts (Atom)