Score:0

How to increase the space of /dev/mapper/vg_var-lv_var

cn flag

enter image description here

How to increase the disk space of /dev/mapper/vg_var-lv_var

I have tried with resize command but it gave this message3 "The filesystem is already 2595840 (4k) blocks long. Nothing to do!"

Please help

Score:0
vn flag

You need to resize LV first and then the filesystem.

Use sudo vgs to check how much space is left in yourvg_var volume group. Then resize your LV with lvresize -L +1G lv_var to add 1 GB (if available).

Only after that run the filesystem resize command as you tried before.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.