Opened 14 years ago
Closed 14 years ago
#7324 closed defect (fixed)
files > 2GB are truncated => fixed in SVN
Reported by: | hajma | Owned by: | |
---|---|---|---|
Component: | shared folders | Version: | VirtualBox 3.2.8 |
Keywords: | Cc: | ||
Guest type: | Solaris | Host type: | Solaris |
Description
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
Change History (5)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
I tried copying files to and from sharedfolders and they work fine on 64-bit.
comment:4 by , 14 years ago
Summary: | files > 2GB are truncated → files > 2GB are truncated => fixed in SVN |
---|
This has been fixed in SVN and will be available in the next release. Thank you for reporting.
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Can you give me output of "isainfo -k" from host and guest please?