VirtualBox

Opened 13 years ago

#9634 new defect

programatically wiring binary data to a file on a VBoxSharedFolderFS disk fails

Reported by: exoer Owned by:
Component: shared folders Version: VirtualBox 4.1.2
Keywords: Cc:
Guest type: Windows Host type: Mac OS X

Description

I made a python program to write binary data to a file on my shared disk. It has the filesystem VBoxSharedFolderFS. When the data became over a certain size only 0s was written. I used the numpy.tofile() method and also used a more direct way writing the data. f = open('z:\some_file.bin', 'wb') f.write(data.tostring()) which also failed on the shared disk, but there was no problem on the local disk.

Change History (0)

Note: See TracTickets for help on using tickets.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette