Removing the info share
From NAS-Central Buffalo - The Linkstation Wiki
Revision as of 07:59, 11 April 2007 by 85.124.221.56 (Talk)
Contents |
Why this article?
On the original and modified stockfirmwares we always have a some default shares. The normal "share" is not the problem, but "info" is as you cannot get rid of it. This article describes how to deal with that problem.
LS1/LS2/HG/HS with Openlink
Description of the mechanism
mkcode!!
Solutions
Automatic removal of the info share
Disabling updating of smb.conf
there already is another article about this!
LSPro/LSLive with stock or modified stock firmware
Description of the mechanism
nas_configgen!!
Solutions
getting access with acp_commander!!
With sed
sed '/^\[info\]/,+6 d'
With a perl script
http://search.cpan.org/~sscotto/File-Samba-0.03/lib/File/Samba.pm

