Отсутствует доступ. Помогите, пожалйста
Posted: 22 Sep 2014 12:47
Доброго времени суток, уважаемые форумчане. Ну, вот начал разбираться с FreeNAS. Отличная вещь. Все нравится, удобно, русская локализация, но вот столкнулся с проблемой. Что имеем? Файлопомойка для медиаконтента. 2 юзера: я со всеми правами (yura), а для сына 6 лет (sasha) хочу предоставить доступ к мультикам, естественно с правами только для чтения. Группа у обоих: family. Расшарено: mnt/TB1/Video.
smb.conf
[global]
encrypt passwords = yes
netbios name = nas
workgroup = flat
server string = NAS4Free Server
security = user
max protocol = SMB2
dns proxy = no
# Settings to enhance performance:
strict locking = no
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65535
deadtime = 15
getwd cache = yes
socket options = TCP_NODELAY SO_SNDBUF=64240 SO_RCVBUF=64240
# End of performance section
unix charset = UTF-8
store dos attributes = yes
local master = yes
domain master = yes
preferred master = yes
os level = 35
time server = yes
guest account = ftp
map to guest = Never
display charset = LOCALE
max log size = 100
syslog only = yes
syslog = 1
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
log level = 1
dos charset = CP437
smb passwd file = /var/etc/private/smbpasswd
private dir = /var/etc/private
passdb backend = tdbsam
idmap config * : backend = tdb
idmap config * : range = 10000-39999
aio read size = 4096
aio write size = 4096
[Video]
comment = Video
path = /mnt/TB1/Video/
writeable = yes
printable = no
veto files = /.snap/.sujournal/
hide dot files = yes
guest ok = no
vfs objects = zfsacl
veto files = /.zfs/
Итог всей этой радости. При входе c виндового хоста (win7) от yura все ок. Файлы удаляются, смотрятся, пишутся и т.д. А при входе от sasha отсутствует доступ. Виден только NAS и Video
Помогите, пожалуйста! Не пойму, в чем проблема?
smb.conf
[global]
encrypt passwords = yes
netbios name = nas
workgroup = flat
server string = NAS4Free Server
security = user
max protocol = SMB2
dns proxy = no
# Settings to enhance performance:
strict locking = no
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65535
deadtime = 15
getwd cache = yes
socket options = TCP_NODELAY SO_SNDBUF=64240 SO_RCVBUF=64240
# End of performance section
unix charset = UTF-8
store dos attributes = yes
local master = yes
domain master = yes
preferred master = yes
os level = 35
time server = yes
guest account = ftp
map to guest = Never
display charset = LOCALE
max log size = 100
syslog only = yes
syslog = 1
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
log level = 1
dos charset = CP437
smb passwd file = /var/etc/private/smbpasswd
private dir = /var/etc/private
passdb backend = tdbsam
idmap config * : backend = tdb
idmap config * : range = 10000-39999
aio read size = 4096
aio write size = 4096
[Video]
comment = Video
path = /mnt/TB1/Video/
writeable = yes
printable = no
veto files = /.snap/.sujournal/
hide dot files = yes
guest ok = no
vfs objects = zfsacl
veto files = /.zfs/
Итог всей этой радости. При входе c виндового хоста (win7) от yura все ок. Файлы удаляются, смотрятся, пишутся и т.д. А при входе от sasha отсутствует доступ. Виден только NAS и Video
Помогите, пожалуйста! Не пойму, в чем проблема?