LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mount points on 2 Linux systems (https://www.linuxquestions.org/questions/linux-newbie-8/mount-points-on-2-linux-systems-653399/)

chasegger 07-03-2008 02:00 PM

Mount points on 2 Linux systems
 
I have two SuSe linux system. How can I create a mount point from one system to the other? Is it possible.
Yes it will be over the network
Thanks

acid_kewpie 07-03-2008 02:19 PM

if this is on a single system then just mount the other partitions like any other on your system. If you don't know which ones they are, the output of "fdisk -l" should help you. if it's on a different system and you mean to create this over a network then you need to check out nfs.

TB0ne 07-03-2008 02:26 PM

Yes, it's very possible.

You can either use Samba (I wouldn't; mostly for Windows machines to connect to Linux systems), or use NFS (Better way to go for linux-to-linux).

Check out the NFS how to here:

http://nfs.sourceforge.net/nfs-howto/

There's lots of other distro-specific information that can be found on Google.


All times are GMT -5. The time now is 08:58 PM.