bidon sanshuile wrote:

> I'm in an internship for a marine institute and try to calculate the 
> sandwaves migration rate.
> Everything was ok until today. I am confronted to a difficulty I cannot 
> manage.
> 
> When I try to use the tool "r.resamp.rst", it gives me as answer:
> 
> r.resamp.rst input=map@PERMANENT ew_res=11 ns_res=11 pcurv=curv            
> Processing all selected output files will require
> 261320 bytes of disk space for temp files.
> Temporarily changing the region to desired resolution ...
> Changing back to the original region ...
> Percent complete:
> Not enough disk space--cannot write files
> Not enough disk space--cannot write files
> Not enough disk space--cannot write files
> Not enough disk space--cannot write files

This error message is generated if fwrite() fails for any reason.

> interpolate() failed
> dnorm in mainc after grid before out1= 12.961481
> ERROR: split_and_interpolate() failed
> 
> I have 14GB left on my hard disk so I don't understand why they are saying me 
> that :/

What filesystem? FAT32 cannot support files larger than 4 GiB; NTFS
shouldn't have any problems.

> I tried to find solution, and I found some answers (e.g. here :
> http://lists.osgeo.org/pipermail/grass-dev/2005-April/018152.html)
> but I dont understand ^^ They speak about a "ulimit -f" function,
> but where should I write it ? It doesn't work in GRASS. I am on
> windows, maybe is that the problem.

"ulimit" is Unix-specific.

-- 
Glynn Clements <gl...@gclements.plus.com>
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to