NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

When I run osmosis my root partition gets filled up, and I have to delete files from /tmp, I have other partitions with more space available. I get this error message.

 Caused by: java.io.IOException: No space left on device

asked 05 Apr '11, 01:17

emj's gravatar image

emj
2.0k123547
accept rate: 15%


It seems you need to tell Java were to put the tmp files.

  JAVACMD_OPTIONS="-Djava.io.tmpdir=/mnt/planet/" osmosis --rx planet.osm 
                                                          --wx planet.osm
permanent link

answered 05 Apr '11, 01:20

emj's gravatar image

emj
2.0k123547
accept rate: 15%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×293
×252
×230
×76

question asked: 05 Apr '11, 01:17

question was seen: 7,448 times

last updated: 05 Apr '11, 01:21

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum