LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   re-read fstab (https://www.linuxquestions.org/questions/linux-newbie-8/re-read-fstab-254308/)

the-chains 11-13-2004 07:44 AM

re-read fstab
 
As of my understanding, if I want to re-read /etc/fstab I would run mount -a.

Is that correct? and would that be any problem for the mount points still mounted? Basically I will need to umount several mount points and I want to re-mount them very easily and fast.

thanks

trickykid 11-13-2004 08:22 AM

mount -a would do the trick but its best to just mount each mount manually..

Say you have one in there to mount /data/one from another source.. a simple:

mount /data/one

Would mount it properly.

amfoster 11-13-2004 02:49 PM

look into mount -o also.


All times are GMT -5. The time now is 10:34 PM.