LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How can I link to a directory on a remote computer?? (https://www.linuxquestions.org/questions/linux-networking-3/how-can-i-link-to-a-directory-on-a-remote-computer-296631/)

dzagar 03-02-2005 04:48 AM

How can I link to a directory on a remote computer??
 
I m new to linux and I was wondering how can I spend my time and work on one computer and save my data to another (server) without constantly using smbmount or similar commands.Is there a way to create a Symlink or something (a directory on my system that will actually be on another) that will be there when my comp restarts etc..? I would appreciate if anyone could help me with my problem....

cowanrl 03-02-2005 07:08 AM

You can mount the shares at boot up in your fstab file. Here's one way to do it:

http://www.justlinux.com/nhf/Filesys...rmanently.html

You can also put all your smbmount commands in a script to be run at startup. Most distros of Linux support using /etc/rc.d/rc.local.


All times are GMT -5. The time now is 01:15 AM.