CIFS 4gb problem

Status
Not open for further replies.

Si.

Cadet
Joined
Feb 16, 2012
Messages
3
Hopefully someone can help.

I've got Freenas 8 running as a VM on my ESXi5 setup.. I'm having problems copying files larger than 4gb to it.. I can download files larger than that (Ive downloaded a 7gb file no problem) but if I copy a file to it from another machine (either a VM or Physical) it errors at approve 4gb, every time.

Any ideas?
 

Si.

Cadet
Joined
Feb 16, 2012
Messages
3
MORE info..

If I enable FTP I can upload files no problem, only seems to be a CIFS share.. same problem from both windows and Mac clients.
 
Joined
Mar 2, 2012
Messages
2
I've also experienced an issue like this - only with CIFS shares, AFP and FTP are fine. Running 8.0.3 on an i3 with a RAIDz pool, and have the issue running 8.0.4 virtualised with a RAIDz pool. Both 64bit releases. Seems to copy around 4.5~ 4.6GB of the file and throws up an error.
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
That's strange, I copy quite large files over 4GB often and haven't had any problem. I looked at the CIFS settings and don't see anything relevent either.

How much RAM do you have allocated?
 

ProtoSD

MVP
Joined
Jul 1, 2011
Messages
3,348
I looks like from the other posts above that its related to virtual installations. I'm not sure what to suggest right now. Maybe someone else will have some ideas.
 

unholyeyebrows

Explorer
Joined
Apr 19, 2012
Messages
55
I have the same problem between an OSX desktop and FreeNAS 8.20Beta2

Hi All

I have the same problem copying files larger than 4Gb to my FreeNAS over CIFS. The problem occurs consistently when dragging a 7Gb file from my Macbook Pro (running OSX Lion) onto my FreeNAS share. The problem does not occurr when doing the same operation from a Linux desktop (Fedora 16). The problem also does not occur when I copy the same file from my Mac to my old Synology Diskstation which is also running a CIFS share.

So, the problem for me is between OSX Lion and FreeNAS. I drag the file over to the FreeNAS share, and it transfers up to 4.29 Gb, at which point the transfer stops and I get the following error in Finder:

The Finder can’t complete the operation because some data in “filename” can’t be read or written.
(Error code -36)

I'm running FreeNAS 8.20 Beta2 with a standard CIFS set-up. It is running on a HP Proliant N40L which has 8Gb RAM. FreeNAS is installed directly on an internal USB flash drive without any virtualisation. I have 4x 2TB disks in RAID-Z2. If anyone knows how I might fix this or troubleshoot further then I'd appreciate the advice.

Thanks
Nick
 

unholyeyebrows

Explorer
Joined
Apr 19, 2012
Messages
55
Further to my previous post, I've run debugging logs on FreeNAS when repdocing the failure. Below is a couple of extracts from /var/log/samba/log.smdb. It seems that as the file transfer proceeds, there are many 'real_write_file' instructions executed to write the incoming data to the disk. Each of these seems to be followed by read_smb_length_return_keepalive, except for the final one (when the failure happens) which is instead followed by set_sec_ctx and then security_token_debug. Details are as follows:


Good (this is one of many 'writes' as the file transfer proceeds):

[2012/04/19 00:07:57.581137, 10] smbd/fileio.c:143(real_write_file)
real_write_file (Mac Movies/London.mov): pos = 1323280032, size = 65471, returned 65471
[2012/04/19 00:07:57.581270, 3] smbd/reply.c:4634(reply_write_and_X)
writeX fnum=8380 num=65471 wrote=65471
[2012/04/19 00:07:57.583405, 10] lib/util_sock.c:519(read_smb_length_return_keepalive)
got smb length of 65535
[2012/04/19 00:07:57.587904, 6] smbd/process.c:1660(process_smb)
got message type 0x0 of len 0xffff
[2012/04/19 00:07:57.588182, 3] smbd/process.c:1662(process_smb)
Transaction 419849 of length 65539 (0 toread)
[2012/04/19 00:07:57.588295, 5] lib/util.c:332(show_msg)
[2012/04/19 00:07:57.588352, 5] lib/util.c:342(show_msg)


Bad (this is the final attempt to write the file):

[2012/04/19 00:07:57.592206, 10] smbd/fileio.c:143(real_write_file)
real_write_file (Mac Movies/London.mov): pos = 1323345503, size = 65471, returned 65471
[2012/04/19 00:07:57.592331, 3] smbd/reply.c:4634(reply_write_and_X)
writeX fnum=8380 num=65471 wrote=65471
[2012/04/19 00:07:57.592451, 4] smbd/sec_ctx.c:314(set_sec_ctx)
setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2012/04/19 00:07:57.592557, 5] ../libcli/security/security_token.c:53(security_token_debug)
Security token: (NULL)
[2012/04/19 00:07:57.592663, 5] auth/token_util.c:527(debug_unix_user_token)
UNIX token of user 0
Primary group is 0 and contains 0 supplementary groups


I hope this might shed some light on what's happening with my issue.
 

unholyeyebrows

Explorer
Joined
Apr 19, 2012
Messages
55
A better log sequence

I've captured a better log sequence (hopefully). Here we are mid-transfer (filename being copied is London.mov - "Mac Movies" is the destination folder on the FreeNAS CIFS share)…

[2012/04/19 20:04:47.295163, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:04:50.284856, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:04:50.305584, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:05:12.836494, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:05:12.856395, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:05:21.962563, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:05:21.973105, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:05:42.884443, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:05:42.905553, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:05:49.047085, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:05:49.058624, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2)

Then a bit later, just as 4.29Gb is approaching:

[root@proliant] ~# tail -f /var/log/samba/log.smbd
[2012/04/19 20:06:35.269168, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._.DS_Store (numopen=2) NT_STATUS_OK
[2012/04/19 20:06:35.273861, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/.DS_Store read=Yes write=No (numopen=3)
[2012/04/19 20:06:35.284997, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/.DS_Store (numopen=2) NT_STATUS_OK
[2012/04/19 20:06:35.290480, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._.DS_Store read=Yes write=No (numopen=3)
[2012/04/19 20:06:35.309396, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._.DS_Store (numopen=2) NT_STATUS_OK

Then at 4.29Gb on the dot, I get the Mac Finder error (-36) and these logs:

[2012/04/19 20:12:02.472864, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=Yes (numopen=3)
[2012/04/19 20:12:02.477858, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:02.478206, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._.DS_Store read=Yes write=No (numopen=3)
[2012/04/19 20:12:02.480091, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=No write=No (numopen=4)
[2012/04/19 20:12:02.482352, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=3) NT_STATUS_OK
[2012/04/19 20:12:02.484703, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._.DS_Store (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:02.486458, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=No write=Yes (numopen=3)
[2012/04/19 20:12:02.775002, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._.DS_Store read=Yes write=No (numopen=4)
[2012/04/19 20:12:02.799665, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=3) NT_STATUS_OK
[2012/04/19 20:12:02.805522, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=Yes (numopen=4)
[2012/04/19 20:12:02.808624, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._.DS_Store (numopen=3) NT_STATUS_OK
[2012/04/19 20:12:02.816664, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:02.819564, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:02.822197, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:02.827885, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:02.831669, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:02.839361, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:03.952168, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:03.957092, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:03.961499, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:03.963209, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.123763, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.130467, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.136746, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.143888, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.148198, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.152030, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.153958, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.155921, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.161700, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.163480, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.167785, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.169571, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.173291, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.175696, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.179542, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.181912, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.185767, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.187547, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.191262, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.214914, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.219096, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.221173, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.225616, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.230480, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.234340, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.239090, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.241467, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.249252, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.251189, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.255030, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.256956, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.258905, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.263791, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.265863, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.270157, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.272091, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.275496, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.277425, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.281150, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.283218, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.287212, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.289140, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=3)
[2012/04/19 20:12:04.293019, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=2) NT_STATUS_OK
[2012/04/19 20:12:04.310932, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.319155, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.323299, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.325227, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.329239, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:04.332971, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._London.mov read=Yes write=No (numopen=2)
[2012/04/19 20:12:04.339638, 2] smbd/close.c:691(close_normal_file)
nharvey closed file Mac Movies/._London.mov (numopen=1) NT_STATUS_OK
[2012/04/19 20:12:06.656497, 2] smbd/open.c:704(open_file)
nharvey opened file Mac Movies/._.DS_Store read=Yes write=No (numopen=2)

Any thoughts on what might be happening here?

Thanks
Nick
 

dstwins

Cadet
Joined
Apr 22, 2012
Messages
8
I have the same problem..

I've this same problem from 8.0.4 - 8.2 BETA 3 and it definitely appears to be related to CIFS and OSX. I can push large (+5GB) on my windows box or through FTP/SFTP/RSYNC.. and downloading is not a problem, but when I upload via CIFS it bombs.

Initially I thought this was memory related (Had some stability problems with my 8GB RAM, so I moved to 4GB and a more stable set.. (my 8GB seems to like 2.2V) and my stability problems went away, as well as a potentially bad disk.. (still have smart errors on one 1TB SATA drive in my 20 Disk cluster).. but I have another 8 disks (separate ZFS zpool) and still the same issues.

It may be speed related.. (SFTP/FTP I peak about 30MBps, vs. CIFS I seem to peak around 48MBps (Full duplex gig network)), so perhaps we are simply over-running ZFS buffer space?

FYI.. system is a 3.33Ghz Core 2 Duo rig with 4GB (64Bit system).. I'll be back up to 8GB Soon and will replace the ailing drive and will retest, but so far, any large files from my mac, I have to use SFTP/Rsync/FTP.
 

unholyeyebrows

Explorer
Joined
Apr 19, 2012
Messages
55
I've this same problem from 8.0.4 - 8.2 BETA 3 and it definitely appears to be related to CIFS and OSX. I can push large (+5GB) on my windows box or through FTP/SFTP/RSYNC.. and downloading is not a problem, but when I upload via CIFS it bombs.

Initially I thought this was memory related (Had some stability problems with my 8GB RAM, so I moved to 4GB and a more stable set.. (my 8GB seems to like 2.2V) and my stability problems went away, as well as a potentially bad disk.. (still have smart errors on one 1TB SATA drive in my 20 Disk cluster).. but I have another 8 disks (separate ZFS zpool) and still the same issues.

It may be speed related.. (SFTP/FTP I peak about 30MBps, vs. CIFS I seem to peak around 48MBps (Full duplex gig network)), so perhaps we are simply over-running ZFS buffer space?

FYI.. system is a 3.33Ghz Core 2 Duo rig with 4GB (64Bit system).. I'll be back up to 8GB Soon and will replace the ailing drive and will retest, but so far, any large files from my mac, I have to use SFTP/Rsync/FTP.

Hi - thanks for taking the trouble to respond. It sounds like you have the same problem as me. My comments around your findings are as follows:

Is the problem RAM related? Well, I'm running 8Gb on a brand-new build server and the problem occurs 100% every time. I'm not having any stability issues, so I assume my RAM is good.

Speed related? Interesting theory - is ZFS becoming overloaded? Like you, I can FTP files larger than 4Gb too and from the box no problem. I can also push files through CIFS from a Fedora desktop so to me that suggests a Mac specific issue. My Mac is also connected wirelessly (802.11n) and according to the FreeNAS network throughput graph I'm getting about 80mps, which I assume is quite within limits.

The key thing for me is that the transfer fails, without exception, at 4.29Gb, according to the OSX Finder progress bar. I don't know how to troubleshoot this further though - after all, this may be an OSX issue rather than one on FreeNAS.
 

unholyeyebrows

Explorer
Joined
Apr 19, 2012
Messages
55
I just googled "afp 4.29GB" and found one other person with the same problem (not using FreeNAS), but there wasn't any solution. So it does seem like a OSX issue at the moment.

Here's another discussion I just found:

https://discussions.apple.com/thread/1245838?start=0&tstart=0

Hi thanks. Whilst I accept the root cause of this might in in Mac OSX, I still believe there is a combined issue here. The reason being that I can copy files in excess of 4Gb to my Synology Diskstation over Samba with no issues whatsover from OSX. As such, there is some interaction between OSX and FreeNAS specifically which is failing here.

The link you provided is useful in that it confirms 4.29 as precisely 4Gb, so I'll do some more searching based on that being the point of failure here.

Nick
 

dstwins

Cadet
Joined
Apr 22, 2012
Messages
8
My systems are all GPT.. (3TB HFS+ drives.. so no MBR).. But I never had this problem before.. so I wonder if its some interaction with latest rev/patch of Lion. I push a LOT of data through my NAS on a daily basis but 95% is from 3 OSX computers (hackintoshes and a MacBook Pro) with the remaining 5% from about 30 computers and VM's and so far, its been only from 1 hackintosh which I keep patched to the latest rev of everything.

Mine won't die 100% at the 4.26GB mark.. it would die sort of randomly (always under 4GB though).. but since I switched to using SFTP for big file uploads, it works like a charm (pushed 1TB of data up with no problem this morning).
 

unholyeyebrows

Explorer
Joined
Apr 19, 2012
Messages
55
Osx 10.7.4

Have just installed the new OSX Lion update (10.7.4) and re-tested since the release notes state that some SMB fixes are included. My problem transferring 4GB+ files though is still present.

Still, on a slightly unrelated note, at least I no longer have to un-tick 'Reopen windows when I log back in' every time I shut down my Mac. Yes!

Nick
 

unholyeyebrows

Explorer
Joined
Apr 19, 2012
Messages
55
I have just upgraded to 8.20RC1 and problem persists. Is anyone else seeing this problem between Mac OSX and FreeNAS 8.20? I'd like to try to diagnose this further but don't know what to try next.

Thanks
Nick
 
Status
Not open for further replies.
Top