LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to reload fstab and mtab (https://www.linuxquestions.org/questions/linux-software-2/how-to-reload-fstab-and-mtab-189508/)

jon_k 06-03-2004 10:27 PM

How to reload fstab and mtab
 
How can i reload fstab and /etc/mtab without rebooting? Thanks

darthtux 06-03-2004 10:40 PM

I'm not sure about mtab but /etc/fstab is reloaded by
Code:

mount -a

darthtux 06-03-2004 10:44 PM

After reading more of the mount man page, /etc/mtab is just the filesystems that are currently mounted. So, mount -a by rereading /etc/fstab would also reload /etc/mtab


All times are GMT -5. The time now is 04:58 AM.