Hi
In answer to 1: You can use NFS, Network File System. For NFS see the documentation installed in your system in openSUSE 10.3 at this location in your filesystem: /usr/share/doc/manual/opensuse-manual_en/manual/cha.nfs.html
In answer to 2: Check the contents of the paragraph labelled [global] in your Samba configuration file located at /etc/samba/smb.conf. It should look pretty much like this:
Quote:
[global]
workgroup = NAME_OF_WORKGROUP
netbios name = name_of_this_workstation
name resolve order = bcast host lmhosts wins
server string = ""
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
use client driver = yes
map to guest = Bad User
local master = yes
preferred master = yes
os level = 65
usershare allow guests = Yes
usershare max shares = 100
usershare owner only = False[/b]
|
Replace "name_of_this_workstation" and "NAME_OF_WORKGROUP" appropriately.
Only one Linux box in the workgroup can have this line in [global]:
preferred master = yes
Question 3: Problem should be fixed with these two lines in [global]:
Quote:
server string = ""
netbios name = etc etc etc[/b]
|
Question 4:
Use a share like this:
Quote:
[linuxshare]
path = /path_to/linuxshare
read only = No
force user = billy[/b]
|
Where billy is any genuine user. Create the directory "linuxshare" anywhere but make it owned by billy. Add genuine users to the samba user database. Then from windows when challenged, use the credentials of any member of the samba user database.
Swerdna