LINUX.ORG.RU
ФорумAdmin

Терминальный доступ к 1с на Ubuntu. проблема cifs


0

1

Установил, обычный вайн, впилил freenx от этерсофта. Само по себе все работает. Проблема в монтировании базы по cifs. Монтирую так:

sudo mount -t cifs //192.168.0.1/Base1C /mnt/cifs/ -o user=rst/rst,pass=1,noperm,rst,wine,nounix

позже шарю /mnt/cifs/ и к ним подключаю вин юзеров. Подключаются все windiws пользователи, но не отображаются русские файлы. Монтрую: Код:

sudo mount -t cifs //192.168.0.1/Base1C /mnt/cifs/ -o iocharset=utf8,codepage=cp1251,user=rst/rst,pass=1,noperm,rst,wine,nounix

подключается только один вин юзер, а остальных не пускает. говорит «Ошибка регистрации», но отображает русские имена файлов и папок.

Подскажите парни что делать.

конфиг самбы:

[global] guest account = rst
load printers = no
read raw = yes
write raw = yes
socket options = SO_KEEPALIVE
store dos attributes = yes
encrypt passwords = true
time server = no
public = yes
passdb backend = smbpasswd
allow hosts = 192.168.0.0/24
wins support = true
netbios name = server
printing = bsd
server string =
dos charset = cp1251
local master = no
workgroup = RST
os level = 20
printcap name = /dev/null
security = share
unix charset = UTF-8
disable spoolss = yes
max log size = 10
log level = 1

[Base1C]
path = /mnt/storage/Base1C
writeable = yes
force directory mode = 777
force group = rst
force create mode = 777
force user = rst
create mode = rst
directory mode = 777

[cifs]
path = /mnt/cifs
writeable = yes
force directory mode = 777
force group = rst
force create mode = 777
force user = rst
create mode = rst
directory mode = 777

codepage=cp866

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.