Yuriy Vlasov пишет:
> Почему-то компы с ОС Windows не могут получить доступ к расшаренным
> папкам. Как там правильно настраивать в smb.conf ?
>
>
[global]

## Browsing/Identification ###

# Change this to the workgroup/NT-domain name your Samba server will part of
   workgroup = BOOK

# server string is the equivalent of the NT Description field
   server string = %h server (Samba, Ubuntu)
   security = share

[share]
    comment = Shared directory
    path = /media/c/Share
    browseable = yes
    writable = yes
    public = yes
    guest ok = yes

[Distrib]
    comment = Linux installations
    path = /home/vkaramov/Distrib
    browseable = yes
    writable = no
    public = yes
    guest ok = yes

[Docs]
    comment = Documentation
    path = /media/c/Documentation
    browseable = yes
    writable = no
    public = yes
    guest ok = yes

[Music]
    comment = Music
    path = /media/c/Music
    browseable = yes
    writable = no
    public = yes
    guest ok = yes

-- 
ubuntu-ru mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru

Дати відповідь електронним листом