![]() |
Resized LVM, but ReiserFS wouldn't resize
I have LVM set up on two discs running RAID 1 (sw) and ReiserFS.
I have resized my logical volume /home with Code:
# lvresize -L +20G /dev/system/home-volumeCode:
# resize_reiserfs -f /dev/mapper/system-home--volumeI have tried google without result. Some suggestions are reiserfsck --rebuild-sb but these were not mentioned in context with LVM, so I'm wondering if this would work ? I'm afraid of loosing data by trying the rebuild because I'm not sure what it does exactly. Any suggestions? |
You seem to have a typo somewhere.
You have "-home" at the end of LV on original command but "--home" in your reiser resize command. The output of the command also has the "--home" so I'm thinking this may be as simple as a typo in your reiser resize command. (That is to say remove the "--home" and make it just "-home"). Also the message complains about Reiser superblock missing. Are you sure it is a Reiser filesystems? |
The double hyphen is correct actually.
However I made a huge blunder. I have previously used ReiserFS, but when I reinstalled maybe 6 months ago I chose ext3 and had forgotten about it. Embarrassing... But now the problem is solved at least. Thanks :D |
| All times are GMT -5. The time now is 05:42 AM. |