LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   sharing linux to linux (https://www.linuxquestions.org/questions/linux-networking-3/sharing-linux-to-linux-274752/)

jocast 01-06-2005 05:37 PM

sharing linux to linux
 
How can i share files linux to linux. i have one sharing files from linux server to windows workstations . but i dont know how to access those files from a linux workstation. also i want to mount that shares to my linux workstation is that posible, how?

Peacedog 01-06-2005 05:59 PM

If you're already using samba this may help.

http://us1.samba.org/samba/docs/using_samba/ch05.html

You may also wish to look into nfs.

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

good luck.

carl0ski 01-06-2005 06:03 PM

Re: sharing linux to linux
 
Quote:

Originally posted by jocast
How can i share files linux to linux. i have one sharing files from linux server to windows workstations . but i dont know how to access those files from a linux workstation. also i want to mount that shares to my linux workstation is that posible, how?
um no idea what you mean but
file:/etc/fstab

add a samba mount to the above file eg
//server/share /home/carl0ski/server/share smbfs username='Administrator', password='password' 0 0

probaly make a user account on your linux machine to replace administrator

server can be IP or computer Name
i like using IP's because windows is inconsistant with case of names sometimes Caps and sometimes not


All times are GMT -5. The time now is 09:55 PM.