Вопрос: возможно ли научить самбру дружить с NFSv4 до работоспособного состояния? Либо может кто знает как NFSv3 научить работать с расширенными аттрибутами?
Версия FreeBSD 9.0 amd64. Версия samba 3.6.5.
Содержимое smb.conf:
Код: Выделить всё
[global]
dos charset = cp1251
display charset = cp1251
unix charset = cp1251
workgroup = MYDOMAIN
realm = MYDOMAIN.RU
server string =
security = ADS
auth methods = winbind
log file = /var/log/samba/log.%m
log level = 4
max log size = 0
load printers = no
use sendfile = yes
strict locking = no
oplocks = yes
deadtime = 15
getwd cache = yes
socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=49152 SO_RCVBUF=49152
write cache size = 8388608
csc policy = disable
passdb backend = tdbsam
wide links = yes
allow insecure wide links = yes
dns proxy = No
domain logons = no
winbind uid = 10000-20000
winbind gid = 10000-20000
winbind enum groups = yes
winbind enum users = yes
winbind use default domain = yes
winbind rpc only = yes
nt acl support = yes
case sensitive = No
store dos attributes = yes
map system = yes
[Test]
path = /nfs
read only = No
create mask = 0666
directory mask = 0777
public = Yes
acl check permissions = no
nfs4: mode = special
nfs4: chown = yes
nfs4: acedub = merge
Код: Выделить всё
V4:/ ip_samba_server
/nfs -mapall=root ip_samba_server
Код: Выделить всё
mount_nfs -o rw,nfsv4 ip_nfs_server:/nfs /nfs