LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Network mounting between linuxpc to linuxpc (https://www.linuxquestions.org/questions/linux-newbie-8/network-mounting-between-linuxpc-to-linuxpc-673291/)

skyknight 09-30-2008 09:42 AM

Network mounting between linuxpc to linuxpc
 
Hello,

I have a laptop and a pc i need to share some file in my laptop to pc both are running in Fedora 9

I gave the location of the folder to be shared in /etc/exports as

/mylocation 192.168.1.0/24(ro,no_root_squash)

I used showmount -e MYLAPIP im my pc its showing this location

But I dont know how to mount this location in my pc

question:

how to mount /mylocation in my laptop to /mypclocation in my pc using mount command im using Fedora 9 on both

ilikejam 09-30-2008 09:56 AM

Hi.

Should be something like:
# mount -t nfs server:/mylocation /mount/point

Dave


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