This post will show you How to extend Reiserfs filesystem online and offline easily.
If you are interested in learning, Request you to go through the below recommended tutorial.
DevOps Full Course Tutorial for Beginners - DevOps Free Training Online
Docker Full Course Tutorial for Beginners - Docker Free Training Online
Kubernetes Full Course Tutorial for Beginners - Kubernetes Free Training Online
Ansible Full Course Tutorial for Beginners - Ansible Free Training Online
Openstack Full Course Tutorial for Beginners - Openstack Free Training Online
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.
How to Configure IP Address on Ubuntu using Netplan
How to Access Linux Server from Windows Remotely
Configure SSH Passwordless Login Authentication (SSH-keygen)
How to Create LVM Partition in Linux – LVM Tutorial
Install & Configure Samba Server on Linux (RHEL7 / CentOS7)
How to Access Linux Server from Windows Remotely
Configure SSH Passwordless Login Authentication (SSH-keygen)
How to Create LVM Partition in Linux – LVM Tutorial
Install & Configure Samba Server on Linux (RHEL7 / CentOS7)
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.
0 Comments