[GRASS-user] working on a mounted external disk
Moritz Lennert
mlennert at club.worldonline.be
Wed Apr 8 07:41:05 EDT 2009
On 08/04/09 11:51, Vincent Bain wrote:
> Thank you Moritz,
>
> I tried to specify the path to the target database location this way :
>
> r.proj input=dem50 location=/mnt/path_to_my_disk/my_location
> mapset=topo dbase=/mnt/path_to_my_disk/ output=dem50
this should be:
r.proj input=dem50 location=my_location
mapset=topo dbase=/mnt/path_to_my_disk/ output=dem50
If you give it location=/mnt/path_to_my_disk/my_location
it "thinks" that the location is called
"/mnt/path_to_my_disk/my_location" as the error message indicates:
ERREUR :Mapset <topo> in input location
</mnt/path_to_my_disk/my_location/> - not found
Moritz
>
> unfortunately it still returns the same error.
>
> Well, maybe I should change the title of this post, because I notice now
> that the problem is the same with "resident" paths on the machine
> (apparently nothing to deal with mounted directory).
>
> Vincent
>
>
> Le mercredi 08 avril 2009 à 10:48 +0200, Moritz Lennert a écrit :
>
>> You need to use the dbase= option of r.proj to direct it to another
>> database. In your case it is looking for a location called
>> "/mnt/path_to_my_disk/my_location/" in your current gisdatabase.
>>
>> Moritz
>>
>>
>
More information about the grass-user
mailing list