Hi, all, After I used
LVM2 to create PV, VG, disks, I want to format logical
volume as a file system and possibly extend the file system of “ext ext3 file system offline. OS: Linux Fedora
Core2(kernel LVM version: Library version:
Driver version: Operations: pvcreate /dev/sda pvcreate /dev/sdb vgcreate vg1
/dev/sda /dev/sdb lvcreate –L mke2fs
/dev/vg1/lv1 mount
/dev/vg1/lv1 /mnt lvextend –L + Then I used “resize2fs” tool to extend file
system, but failed. I know it must be done
when “umount” the lv1. If another tool
can finish that running under Linux? Or if any other
file system can be mounted and resized online under Linux? XFS? I don’t know. Anyone can help me? Thanks! Rocty Wang |
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/