LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help: mounting gone after ftp restart (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-mounting-gone-after-ftp-restart-674369/)

xwishmasterx 10-05-2008 11:21 AM

Need help: mounting gone after ftp restart
 
Hello

I have managed to do a mount with the below code:

Code:

mount --bind /root/shares/internal/FOLDER /home/shared/FOLDERNAME
Then I used this code, which I found by a link on this forum:
(added the line in fstab)

Code:

/root/shares/internal/FOLDER /home/shared/FOLDERNAME none defaults,bind 0 0
But the mounting is gone after restart.

Anyone have any ideas why? Is omething wrong with the code, or what?

Best Regards,
Casper

arckane 10-05-2008 12:05 PM

Code:

/root/shares/internal/FOLDER /home/shared/FOLDERNAME none auto,bind 0 0


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