LVM Extend... not sure the filesystem
- by Dan
I would like to extend my LVM partition. First I did
lvextend -L +100G /dev/server/home
Now I still have to extend the filesystem. The tutorials tell me to use resize2fs, but that only works for ext2 and ext3. I'm not even sure what filesystem I have...
fdisk /dev/server/home/
doesn't work... how do I know what kind of filesystem I have on my lvm partition?