When I SSH into a box, the files show up in the folders just fine.
When I use Win 7 to SMB to the server, the folder structures all show up just fine, but nothing inside each folder shows up.
SMB COnfig :
Code:
# - WINS Support: Tells the NMBD component of Samba to enable it's WINS Server
#
# - WINS Server: Tells the NMBD components of Samba to be a WINS Client
#
# - WINS Proxy: Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
#
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups.
; wins support = yes
; wins server = w.x.y.z
; wins proxy = yes
; dns proxy = yes
# --------------------------- Printing Options -----------------------------
#
# Load Printers let you load automatically the list of printers rather
# than setting them up individually
#
# Cups Options let you pass the cups libs custom options, setting it to raw
# for example will let you use drivers on your Windows clients
#
# Printcap Name let you specify an alternative printcap file
#
# You can choose a non default printing system using the Printing option
load printers = no
cups options = raw
; printcap name = /etc/printcap
#obtain list of printers automatically on SystemV
; printcap name = lpstat
; printing = cups
# --------------------------- Filesystem Options ---------------------------
#
# The following options can be uncommented if the filesystem supports
# Extended Attributes and they are enabled (usually by the mount option
# user_xattr). Thess options will let the admin store the DOS attributes
# in an EA and make samba not mess with the permission bits.
#
# Note: these options can also be set just per share, setting them in global
# makes them the default for all shares
; map archive = no
; map hidden = no
; map read only = no
; map system = no
; store dos attributes = yes
#============================ Share Definitions ==============================
# A publicly accessible directory, but read only, except for people in
# the "staff" group
[Receipts]
comment = Pixami Receipts
path = /mnt/pixami/Receipts
public = yes
writable = yes
printable = no
[DigitalDownloads]
comment = Pixami Digital Downloads
path = /mnt/pixami/Darkroom/DigitalDownloads
public = yes
writable = yes
printable = no
Folders :
drwxrwxrwx. 2 root root 4096 Dec 26 14:26 2400232__test
drwxrwxrwx. 2 root root 12288 Dec 26 14:26 xxxxxx1_test_ut
drwxrwxrwx. 2 root root 12288 Dec 26 14:26 xxxxxx2_missing
I can provide more information quickly. Thank You!