﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
7324,files > 2GB are truncated => fixed in SVN,hajma,,"When I try to copy files >2GB from the host to guest, only the first 2GB of the file are copied.

test@opensolaris:~$ pfexec mount -F vboxfs -o uid=101,gid=10 sharedsources /export/home/test/a
test@opensolaris:~$ ls -l a/repo.tar
-rw-r--r-- 1 test staff 2357852160 2010-08-11 21:55 a/repo.tar
test@opensolaris:~$ cp a/repo.tar .
test@opensolaris:~$ ls -l repo.tar 
-rw-r--r-- 1 test staff 2147483648 2010-08-11 23:55 repo.tar

both guest and host are opensolaris b134
host is amd64, guest is 32bit

I can scp the file just fine",defect,closed,shared folders,VirtualBox 3.2.8,fixed,,,Solaris,Solaris
