D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-323 => Topic started by: dpo on June 26, 2010, 01:32:49 AM

Title: Samba bug: error writing file from Linux client
Post by: dpo on June 26, 2010, 01:32:49 AM
I have a DNS-323 B1 running firmware version 1.07.
I am unable to overwrite files from a Linux Samba client:

# mount | grep Volume_1
//192.168.1.3/Volume_1 on /nas/all type cifs (rw,mand,noexec,nosuid,nodev)
#  
# cat > FOO.txt
11111
# cp FOO.txt /nas/all/
# cat /nas/all/FOO.txt
11111
#
# cat > FOO.txt
22222
# cp FOO.txt /nas/all/
cp: cannot create regular file `/nas/all/FOO.txt': No such file or directory
# cat /nas/all/FOO.txt
11111
#


I have reported the bug to Red Hat Bugzilla and it appears this is a problem on the Samba server side prior to version 3.0.33:
https://bugzilla.redhat.com/show_bug.cgi?id=507781 (https://bugzilla.redhat.com/show_bug.cgi?id=507781)

Firmware version 1.07 ships with Samba 3.0.24.