I've used Linux for 5 years now but never tried networking and sharing files between the two machines on my LAN. I tried to use the documentation but found I didn't know enough to understand what I read, so I stumbled through it. For the purpose of this question, I'm using Kubuntu 7.10 on both ends of the sharing. Sharing goes through a Linksys WRT54G wireless router. Internet connections are fine to/from both computers.
Using the procedure below, which I wrote up for a friend who is even farther behind the learning curve on this than I am, I got samba/nfs installed and configured, and enabled sharing for ~/public on both computers. I can SEE files on either machine from the other, and can copy them over, but I can't write from one to the other.
Correction: If I write something new from A to B, I could not work on that file from B. So I disabled "writable" to keep from getting confused. See the procedure below.
Is there a way to make the files writable in both directions and useable by both machines?
In faith, Dave
Viva Texas <><
------------- procedure ----------------
At the moment, this yields read-only access.
a. Writable, it writes from A to B but then B can't work with the file. So writable is disenabled in steps 4b and 5a.
1) Install samba and its recommended pkgs, and nfs and its recommended pkgs.
(Optionally install swat).
2) Configure sharing (Kub710: Menu > system settings > sharing.
(Configure both file sharing and local network browsing).
(In file sharing, use simple if *only* stuff in home folder to be shared).
(If the shared folder has symlinks to stuff outside home folder, use advanced).
(Allowed Users is everybody).
3) Decide or create what folder you want to share. (~/public for example).
Put the shared things in this folder, or symlinks to the shared things.
4) Right click in konqueror on ~/public > share
a. Enable share folder in local network
b. Enable share with NFS, public, but not writable <---------
c. Click OK
6) Right click again on ~/public > share
a. Enable share with samba, public, but not writable <--------
b. Click OK
(It only accepts enabling for one [samba or nfs] at a time).
7) Right click *again* on ~/public > share. Make sure all options are still enabled.
8) Check in Menu>system settings>sharing>file sharing:
a. make sure there's a share listed for /home/user/public.
b. make sure both samba and nfs are enabled.
9) Repeat 1-8 for the other machine.
10) Click system menu > remote places > samba shares
a. One of the entries will show the shared folder for the other computer.
Using the procedure below, which I wrote up for a friend who is even farther behind the learning curve on this than I am, I got samba/nfs installed and configured, and enabled sharing for ~/public on both computers. I can SEE files on either machine from the other, and can copy them over, but I can't write from one to the other.
Correction: If I write something new from A to B, I could not work on that file from B. So I disabled "writable" to keep from getting confused. See the procedure below.
Is there a way to make the files writable in both directions and useable by both machines?
In faith, Dave
Viva Texas <><
------------- procedure ----------------
At the moment, this yields read-only access.
a. Writable, it writes from A to B but then B can't work with the file. So writable is disenabled in steps 4b and 5a.
1) Install samba and its recommended pkgs, and nfs and its recommended pkgs.
(Optionally install swat).
2) Configure sharing (Kub710: Menu > system settings > sharing.
(Configure both file sharing and local network browsing).
(In file sharing, use simple if *only* stuff in home folder to be shared).
(If the shared folder has symlinks to stuff outside home folder, use advanced).
(Allowed Users is everybody).
3) Decide or create what folder you want to share. (~/public for example).
Put the shared things in this folder, or symlinks to the shared things.
4) Right click in konqueror on ~/public > share
a. Enable share folder in local network
b. Enable share with NFS, public, but not writable <---------
c. Click OK
6) Right click again on ~/public > share
a. Enable share with samba, public, but not writable <--------
b. Click OK
(It only accepts enabling for one [samba or nfs] at a time).
7) Right click *again* on ~/public > share. Make sure all options are still enabled.
8) Check in Menu>system settings>sharing>file sharing:
a. make sure there's a share listed for /home/user/public.
b. make sure both samba and nfs are enabled.
9) Repeat 1-8 for the other machine.
10) Click system menu > remote places > samba shares
a. One of the entries will show the shared folder for the other computer.
Comment