Linux Administrator

How To:- Remount or Reload /etc/fstab New Entry without Rebooting system

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:)

Thank you! for visiting LookLinux.

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.

About the author

mm

Santosh Prasad

Hi! I'm Santosh and I'm here to post some cool article for you. If you have any query and suggestion please comment in comment section.

Leave a Comment