Notices


Reply
Thread Tools
Posts: 67 | Thanked: 6 times | Joined on Nov 2007 @ Auckland, New Zealand
#1
i recently tasked ImageMagick with resizing a bunch of Jpegs. it didn't complete in time so i shutdown the X Terminal window and did other stuff. since then i have been getting errors from Mail because my interal memory is full even though File Manager can't identify why. the Storage Details--Data page does not add up to the Common page by a long way. like 100mb is lost.

so i have assumed ImageMagick has created a big temp file somewhere and i need do delete it by hand. does anyone know what to do?
 
Posts: 118 | Thanked: 26 times | Joined on Feb 2008
#2
using the xterm, look in /tmp or /home/user. I am assuming you ran imagemagick as regular user and not as root. There aren't a lot of places the regular user can write to... (One of the reasons why not running things as root is A Good Thing (tm))

Martin
 
Posts: 67 | Thanked: 6 times | Joined on Nov 2007 @ Auckland, New Zealand
#3
i've looked through both those places and not seen anything that stands out. Is it considered safe to blow away all of /tmp? without a computer here, or the USB cable, I can't afford to brick this device, but right now I can't even add one measly 3mb image to an email
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#4
Try with

Code:
du -h > dump.txt
Should tell you which file/dir is how big.
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:00.