In this article we will learn how to remount or reload /etc/fstab new entry without rebooting Linux system. /etc/fstab contains all the necessary information to to automate the process of mounting partitions.
After editing the /etc/fstab file you would normally have to reboot the Linux system.
In this article I will provide you simple way which will remount all the partitions from your /etc/fstab file without restarting the system.
Remount /etc/fstab Without Reboot
Run the below command as root to remount the partitions:
# mount -a
This simple command causes all filesystems mentioned in /etc/fstab to be remounted, except the partitions with noauto option.
That’s it.
Thanks:)
If you find this tutorial helpful please share with your friends to keep it alive. For more helpful topic browse my website www.looklinux.com. To become an author at LookLinux Submit Article. Stay connected to Facebook.
Leave a Comment