Sorry to bore the pants off everyone with this problem but if anyone is interested the stuff below summarises the situation:
At least one other person, "hairy_mutley" has reported trying this and getting the same results when using Windows drag and drop.
HDR-Fox T2 with Custom Firmware V2.18 File Copy Problem using Samba Shares
Problem Description
Copying files to a Humax HDR-Fox T2 from a Windows 7 PC using a Samba share and the
Windows Explorer drag and drop mechanism has problems when the files being copied are larger
than 2GB in size.
System Setup
2 HDR-Fox T2 boxes, 1 Foxsat-HDR and the PC (all physically close to one another) are all connected via ethernet into a Gigabit switch which connects to the rest of the home network via Homeplug. The 4 boxes are all connected to the living room TV via HDMI.
The Samba configuration file on the HDR has been changed from the default as per the thread on
http://hummy.tv/forum/threads/copy-recordings.4538/ to add shares for My Video and drive1 to point at the physical disks as below:
[global]
coding system = utf8
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
guest account = root
guest ok = yes
security = share
encrypt passwords = yes
null passwords = yes
server string = Samba HDRFox2
workgroup = WORKGROUP
netbios name = %h
client code page=850
character set = iso8859-1
case sensitive = yes
preserve case = yes
short preserve case = yes
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
[Media]
comment = Media - Top Level - temp filesystem of 64MB
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
create mask = 0644
directory mask = 0755
hide dot files = no
[drive1]
comment = drive1 - external USB 1
path = /media/drive1
public = yes
writable = yes
browsable = yes
create mask = 0644
directory mask = 0755
hide dot files = no
The Samba shares were setup on the PC by selecting "Map Network Drive" from a Windows Explorer window, browsing the network shares and selecting the HDR box's "My Video" Samba share.
I have removed the Samba package via the Web-if and then re-installed it in case it was corrupted during download from the server.
The same problem manifests itself on both HDR-Fox T2 boxes but not the FoxSat-HDR box.
Test Scenario.
This problem manifests itself in the following ways:
1. Copying a file >2GB from the PC to the HDR the PC displays an error message in a window:
There is not enough space on My Video (\\HDRFOX2) (X
2.64GB is needed to copy this item. Delete or move files so you have enough space.
There was not enough space for this item:
My Video (\\HDRFOX2) (X
Space Free 358GB
Total size 447GB
Free up space from this disk and try again:
My Video (\\HDRFOX2) (X
Space Free 358GB
Total size 447GB
As you can see from the above, the error message displays the correct size available on the HDR
as 358GB of 447GB but still thinks that there is not enough space available to copy the file
which is correctly shown as 2.64GB.
Also, this error message only displays for a short time then disappears with no user input to
be replaced by the following message in a window:
There is already a file with the same name in this location.
Click the file you want to keep
->Copy and Replace
Replace the file in the destination folder with the file you are copying:
filename.ts
filename (X
Size 2.64 GB (larger) bytes
Date modified: 02/03/2014 10:27
->Don't Copy
No files will be changed. Leave this file in the destination folder:
filename.ts
filename (X
Size 0 bytes
Date modified: 02/03/2014 17:47 (newer)
->Copy but keep both files
The file you are copying will be renamed "filename(2).ts
The empty file in the target folder did not exist before the attempted copy so I assume that Samba created it in preparation for the copy to commence.
If I choose Copy and Replace, the first window (There is not enough space on .....)is just continuously displayed and updated. I eventually have to select cancel to get rid of the window . The file is not copied and an empty version of the file "filename(2).ts" "filename(3).ts" "filename(4).ts" ....... for each display iteration of the first window is left on the destination drive.
If I choose Don't Copy, the window closes and an empty version of the file is left on the destination drive.
If I choose Copy but keep both files. The same behaviour as Copy and replace ensues.