Re: [gem5-users] Problem with adding binaries to the disk image

2012-05-30 Thread Jayneel Gandhi
Just add a sync command before unmounting. Sometimes the files buffers are not emptied resulting in loss of data. sync will force the file system buffers to be flushed to the disk. I hope this solves your problem. Jayneel On 05/30/2012 09:39 PM, Mahshid Sedghi wrote: Hello all, I have a pro

[gem5-users] Problem with adding binaries to the disk image

2012-05-30 Thread Mahshid Sedghi
Hello all, I have a problem with adding my benchmark binaries to the x86 linux image. I am using virtualbox and run ubuntu inside of it, in order to have sudo permission. I can mount the linux image to a mout point and see the contents, and also copy the binaries in there, but when I unmount it, a