hello,
my stb suddenly is unable to mount my cifs NAS.
Network browser don't see the NAS PC at all, but sees other Windows computers in network.
my nas is debian box.
i tried to mount it from command line too:
root@et6x00:/# mount -t cifs //192.168.0.61/downloads -o username=user,password=pass /mnt/cifs mount: mounting //192.168.0.61/downloads on /mnt/cifs failed: Operation not supported
stb is xtrend 6x00 with openpli 7.1.
samba server config is:
# Global parameters [global] client max protocol = SMB3_00 disable spoolss = Yes guest account = root load printers = No log file = /var/log/samba/smb.%m map to guest = Bad User os level = 255 preferred master = Yes printcap name = /dev/null security = USER server string = %h samba network services unix extensions = No workgroup = IMPERIA idmap config * : backend = tdb case sensitive = Yes printing = bsd [Root] comment = Everything - take care! guest ok = Yes path = / read only = No wide links = Yes [disk1] comment = The harddisk guest ok = Yes path = /mnt/data1 read only = No [downloads] comment = rtorrent downloads guest ok = Yes path = /mnt/data1/rtorrent/downloads read only = No
I can access shares from my Windows PC. everything is working.