Rasta576 / vmfs

Automatically exported from code.google.com/p/vmfs
0 stars 0 forks source link

File too large #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use CLI filecopy on 60.0 GB flat.vmdk file
2.
3.

What is the expected output? What do you see instead?

I'd like to see the file copy,but instead:

Exception in thread "main" java.io.IOException: File too large
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:297)
    at com.fluidops.tools.vmfs.VMFSTools.doFileCopy(VMFSTools.java:275)
    at com.fluidops.tools.vmfs.VMFSTools.cli(VMFSTools.java:205)
    at com.fluidops.tools.vmfs.VMFSTools.main(VMFSTools.java:355)

after about 4GB

What version of the product are you using? On what operating system?

v0.9.8.14 r81

a CentOS Live CD
Kernel 2.6.18-92.1.10.el5.centos.plusPAE

Please provide any additional information below.

Original issue reported on code.google.com by planktic...@gmail.com on 15 May 2009 at 3:38

GoogleCodeExporter commented 8 years ago

Original comment by fluidops...@gmail.com on 20 May 2009 at 4:20