Can not write anything on the disk from ROOT

Hi all,

I 've installed root-3.10/02 from the build libraries, everything seems to work pretty well execpt that I can not write files onto the disk.
For example when I try:

TFile f(“toto.root”,“RECREATE”)
I get the error :
SysError in TFile::Flush: error flushing file toto.root (Invalid argument)

I ve the same kind of problems with merging chain, I do not understand at all :unamused:

Does anybody know what can cause this ?

I use a Linux RH7.3 with gcc2.96-110 via VMware.

Cheers,

Fabrice

Looks like a trivial problem of disk quota or
permissions. Please more details and if possible a short example showing the problem.

Rene