Watch all our Tutorials and Training Videos for Free on our Youtube Channel, Get Online Web Tools for Free on swebtools.com

Search Suggest

How to extend Reiserfs filesystem online and offline Easily

how to extend reiserfs on linux, extending reiserfs volume on linux, extend reiserfs volume online, extend reiserfs volume offline, extend reiserfs
This post will show you How to extend Reiserfs filesystem online and offline easily.


Are you looking for the command to extend the reiserfs filesystem online and offline.  "resize_reiserfs" is the command to increase / extend the filesystem.

How to extend Reiserfs filesystem online and offline

But ensure that you have increased the size from partition level. So Reiserfs file systems can be resized when it is mounted or unmounted. Assume that we have LVM volume /dev/vg01/lvol1.

Extend reiserfs filesystem Online


# resize_reiserfs -f /dev/vg01/lvol1

Extend reiserfs filesystem Offline


# umount /dev/vg01/lvol1
# resize_reiserfs /dev/vg01/lvol1
# mount -treiserfs /dev/vg01/lvol1

Finally check the disk usage output using the command "df -h" to confirm whether the filesystem got changed or not. That's it.

Hope this post helped you to extend Reiserfs filesystem online and offline.

Related Content on Linux might be useful to you to improve your Linux Skills.

Keep practicing and have fun. Leave your comments if any.

Support Us: Share with your friends and groups.

Stay connected with us on social networking sites, Thank you.