Network - only one box is shown

--- /mod/etc/smb.conf-opkg
+++ /mod/etc/smb.conf
@@ -20,16 +20,19 @@
interfaces = %h/24
hosts allow = 10.0.0.0/255.0.0.0 192.168.0.0/255.255.0.0 172.16.0.0/255.240.0.0 127.0.0.0/255.0.0.0

-# The directories under /media are auto-generated and added to the included
-# file. Any additional shares which are not under /media should be added
-# to this file (/mod/etc/smb.conf).
-
-include = /mod/etc/smb-hotplug.conf
-
-# Retained for compatibility - this may appear as a small disk on the client
[Media]
comment = Media
path = /media
+ public = yes
+ writable = yes
+ browsable = yes
+ create mask = 0644
+ directory mask = 0755
+ hide dot files = no
+
+[My Video]
+ comment = My Video
+ path = /media/My Video
public = yes
writable = yes
browsable = yes
 
Nothing of any significance there, so I would delete the existing smb.conf and rename smb.conf-opkg to smb.conf
 
Back
Top