LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to share files in linux server & access them from windows xp machine (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-share-files-in-linux-server-and-access-them-from-windows-xp-machine-748330/)

m.anand80 08-18-2009 12:25 AM

how to share files in linux server & access them from windows xp machine
 
I have 30 systems in a LAN . My users need to login as domain user from their XP clients and store their files in the Linux server. They should not be allowed to store in local machine and also should be granted a particular size of space in server.

what are the procedures to be done in linux server and

just like in windows we access shared files in by typing in run command

\\192.168.0.1 is there a provision to view shared files from xp to Linux

kirukan 08-18-2009 12:31 AM

check about samba
http://us3.samba.org/samba/

g.singh677 08-20-2009 04:36 AM

configure samba server and access your file by window xp

linuxlover.chaitanya 08-20-2009 04:39 AM

And if you do not want them to store files locally then you will need to make permissions on machines that way. Samba will only help you in copying files from windows to linux.

g.singh677 08-20-2009 04:52 AM

DNS
 
configure samba server for sharing files in linux server & access them from windows xp machine.

install fallowing package


samba
samba-common
samba-client
samba-swat.

then
vi /etc/samba/smb.conf
[share]
sharname= abcd
share directory= /abc
read only = No
browseable = No
create mask = 0644
directory mask = 0755

service portmap start
service smb start

then access your samba server from window xp.

teebones 08-20-2009 05:12 AM

Quote:

Originally Posted by g.singh677 (Post 3650615)
configure samba server for sharing files in linux server & access them from windows xp machine.

install fallowing package


samba
samba-common
samba-client
samba-swat.

then
vi /etc/samba/smb.conf
[share]
sharname= abcd
share directory= /abc
read only = No
browseable = No
create mask = 0644
directory mask = 0755

service portmap start
service smb start

then access your samba server from window xp.


this config is an example, of many configuration types.
And is written for Fedora, or RHES, as it seems.

However, the easiest way is to also install a gui package, to visually configure the samba system. (SWAT is one, but requires a webserver)
Check your repository of your distribution, by searching for samba..

Samba is not that hard to setup, and has allmonst all possibilities of win2000 and part 2003 server. Including policies, startup scripts deployed on the client, domain server, memberserver etc etc..
It mainly up to you, what type of samba config you want.


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