I'm working with large files and observe that when I remove a raster layer in R, i.e. rm(a) the associated gri and grd files in /tmp/R_raster_alobo still remain. Is this normal or do I have a configuration problem? I thought that the temporal files would be deleted once the corresponding R object was removed. Thanks Agus