Hi!
There's an interesting problem, which is begging for an answer. Just not
sure where to put the question.
I'm using vm-ware's disk mount utility to define virtual disk, of undefined
size. The size is increasing dynamically.
Then, I have written a script, that fills that that virtual disk with files
I download from certain location. The problem seems to be, that after the a
while (15GB or so) I get blue screen, which of course halts the operation.
After the reboot, I can continue adding more stuff to virtual disk. So the
problem is not with disk space. Also this same problem is occurring with most
of the computers running the script.
The script is written in Python and it is not problem with the script,
because they're simply executing commands from command prompt, through
os.system call.
|