Jump to content

Share files over network


Sherpa
 Share

Recommended Posts

ok i have 7 other computers in my house and they all use winblows, i want to share files between them and my linuxbox, i think the program i am supposed to use is samba? right? all of my XP computers have NTFS drive partitions, will samba still work?

objectives:

1. i want to see files that are being shared on the network by the winblows machines, and be able to copy files from them to my linuxbox

2. i want to have a folder on my linux box that is shared on the network, and that all of the winblows can see and copy things from

 

is this even possible and if so (and if samba is the right program), were can i find a good tutorial with step by step instructions?

Link to comment
Share on other sites

i can now got to view all computers in workgroup on the win computer and i can see the samba server, but when i click on it to access the files, windows tells me that i do not have sufficient permissions :wall: stupid windows...... could it be that i have to make the samba server only accessible by password?

Link to comment
Share on other sites

i am still receiving this error, but i think that it is something from the samba server end, do i have to setup individual samba users on the samba server in order for the win computers to access the shared files? I mean to i have to set the samba server to allow the computers on my network to access my linux files?

Link to comment
Share on other sites

Hi sherpa,

Google "Samba" and you will get 1000years of reading material.

Also install SWAT, access via System->Configuration->Networking->Samba Configuration(SWAT) and on the home page of SWAT there is plenty of info.

But, what i did was create a NT_home section in my "/" root dir and use that to share files. I called it NT_Share. Accessible by all. No need for passwords etc.

(it's my home lan after all!)

With a bit of reading up you could manually edit smb.conf

eg.

[NT_Share]

comment = NT_Share

path = /NT

create mask = 0777

directory mask = 0777

hosts allow = {my lan addresses}

read only = No

guest ok = yes

 

This gives me access to music, video, backup space etc.

But webmin and SWAT are easy to understand and use.

 

cheers.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...