Na jednym komputerze jest zainstalowana Vista na radiówce na drugim kompie Linux i komputery są połączone routerem. Poradziłem sobie z udostępnieniem na linuksie drukarki oraz CD. Na windowsie widzę katalog Automap udostępniony pod linuksem ale nie potrafię już do niego wejść nie mówiąc już o czymś więcej. Proszę o przejrzenie moich ustawień i pomocy gdzie tkwi błąd. Dlaczego nie mam pełnego dostępu do katalogu automapa z windowsa? Partycja na której jest ten katalog to FAT32.
piotr@piotr-desktop:~$ testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[printers]"
Processing section "[cdrom]"
Processing section "[Automap]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
dos charset = 852
unix charset = UTF8
display charset = UTF8
workgroup = WL520GC
server string = UBUNTU
interfaces = eth0
security = SHARE
update encrypted = Yes
map to guest = Bad User
null passwords = Yes
log file = /var/log/samba/log.%m
max log size = 50
printcap name = cups
os level = 65
wins support = Yes
hosts allow = 192.168.1.3
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
guest ok = Yes
printable = Yes
browseable = No
[cdrom]
comment = Samba server's CD-ROM
path = /cdrom
guest ok = Yes
locking = No
[Automap]
comment = Automap
path = /media/disk/Automap
force user = nobody
read only = No
create mask = 0777
directory mask = 0777
guest only = Yes
guest ok = Yes
piotr@piotr-desktop:~$
piotr@piotr-desktop:~$ sudo gedit /etc/samba/smb.conf
[global]
dos charset = 852
unix charset = UTF8
display charset = UTF8
workgroup = WL520GC
netbios name = PIOTR-DESKTOP
server string = UBUNTU
interfaces = eth0
security = share
update encrypted = Yes
map to guest = Bad User
null passwords = Yes
log file = /var/log/samba/log.%m
max log size = 50
printcap name = cups
os level = 65
wins support = Yes
hosts allow = 192.168.1.3
[printers]
comment = All Printers
browseable = no
# browsable = no
path = /var/spool/samba
printable = yes
# guest ok = no
guest ok = yes
; read only = yes
create mask = 0700
[cdrom]
comment = Samba server's CD-ROM
read only = yes
locking = no
path = /cdrom
guest ok = yes
[Automap]
comment = Automap
path = /media/disk/Automap
writable = yes
create mask = 0777
directory mask = 0777
force user = nobody
guest only = yes
guest ok = yes
browseable = yes