Table of Contents

Custom SMB Share Names

This HOWTO walks you through changing the default share name(s) Volume_1 to one of your choosing (constrained only by smb valid share names).

WARNING

NOTE - Saving the configuration file in Unix format (LF terminators rather than CRLF) is CRITICAL

Mac-Users also NOTE:

Edit Configuration Settings

Note: This has only been tested on firmware v1.04
  1. From within the D-Link web admin: Save your Configuration Settings
  2. Edit the saved file with a Linux compatible text editor (Like Notepad++ - see warning above)
  3. Locate [ Volume_1 ] and replace the Volume_1 string with the new share name for this volume.
    • For example:
      [ Volume_1 ]

      to

      [ media ]
  4. Save the file and load it back up onto the DNS-323 (Using 'Load Configuration Settings')
  5. Restart the DNS-323 and the new share name will be accessible.

Is this obsolete for newer firmwares?

⇒ The file is GZIP compressed. Add an appropriate file extension (.GZ/.GZIP) and open with an archive utility or gzip command line.

Is it possible to create more shares than just one per volume?

Technical Details