LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Reloading fstab (https://www.linuxquestions.org/questions/linux-newbie-8/reloading-fstab-95885/)

EnigmaX 09-23-2003 10:29 AM

Reloading fstab
 
What command would I type in the terminal to reload the partitions and mounts in the fstab file?

Thanks

quatsch 09-23-2003 10:35 AM

mount -a
or
mount -a -o remount

the first mounts all partitions in the fstab that do *not* have noauto as one of their options. but I don't think it remounts if partitions are already mounted. the second remounts partitions that are already mounted.


All times are GMT -5. The time now is 08:53 AM.