LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   How do I mount a Network Drive (https://www.linuxquestions.org/questions/suse-opensuse-60/how-do-i-mount-a-network-drive-280355/)

surfduke 01-20-2005 09:48 PM

How do I mount a Network Drive
 
I have Suse 9.2 running on my desktop and mandrake 10.1 running in my garage as a file server. I want to mount a folder on my server as a drive on my suse computer. I am a noob so newbie speak is much appreciated!

zeropash 01-21-2005 09:17 AM

lets say you want to export /myexports directory from mandrake1 machine to suse1 machine. with read write permissions
on the madrake machine as root
/usr/sbin/exportfs -o rw suse1:/myexports
on the suse machine
# to check if the directory is exported
/usr/sbin/showmount -e mandrake1

# to mount
mount -t nfs suse1:/myexports /mnt/mandrake

check the man pages of exportfs , mount , exports for more details

another way to do it is using automount (so that you dont have to mount each and every time)


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