NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
jj89
Sep 18, 2011Aspirant
media share set to webroot after 4.2.19 upgrade
Hello, I have a ReadyNAS Ultra 4 Plus and I just upgraded to RAIDiator 4.2.19. Now my media share is the same as the webroot share. I was going to delete and re-add the media share but a dialog...
super_poussin
Sep 26, 2011Virtuoso
simple :
Samba is configured to read Shares.conf but also /etc/frontview/samba/addons/addons.conf
extract of /etc/samba/smb.conf
All the addons are using /etc/frontview/samba/addons/addons.conf so the Shares.conf only contains default shares and shares created by frontview
example :
/etc/samba/addons/addons.conf
and /etc/samba/addons/addons-config.conf
sonds like samba in 4.2.19 is not reading the addons.conf and do bad things at boot
by default the nas at boot take a look in /c/ and if a directory is not declared as share it add it in Shares.conf but with 4.2.19 it does silly things
Samba is configured to read Shares.conf but also /etc/frontview/samba/addons/addons.conf
extract of /etc/samba/smb.conf
include = /etc/frontview/samba/smb.conf.%a
include = /etc/frontview/samba/Shares.conf
include = /etc/frontview/samba/Shares.conf.%U
include = /etc/frontview/samba/addons/addons.conf
All the addons are using /etc/frontview/samba/addons/addons.conf so the Shares.conf only contains default shares and shares created by frontview
example :
/etc/samba/addons/addons.conf
include = /etc/frontview/samba/addons/addons-config.conf
and /etc/samba/addons/addons-config.conf
[addons-config]
path = /c/addons-config
oplocks = 1
force create mode = 0666
create mask = 0666
force security mode = 0666
force directory mode = 0777
directory mask = 0777
force directory security mode = 0777
admin users = "admin","Administrator"
writeable = 1
guest ok = 1
vfs objects = recycle
recycle:versions = 1
recycle:repository = Recycle Bin
recycle:subdir_mode = 777
recycle:keeptree = 1
recycle:directory_mode = 777
sonds like samba in 4.2.19 is not reading the addons.conf and do bad things at boot
by default the nas at boot take a look in /c/ and if a directory is not declared as share it add it in Shares.conf but with 4.2.19 it does silly things
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!