LVM Extend... not sure the filesystem
Posted
by Dan
on Super User
See other posts from Super User
or by Dan
Published on 2010-05-02T23:23:10Z
Indexed on
2010/05/02
23:28 UTC
Read the original article
Hit count: 235
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?
© Super User or respective owner