| SillyDog701 Forums |
| Author |
Message |
trevor2005

 Trevor Joined: 22 May 2005 Posts: 83
|
04 Mar, 2006 5:10 am Claiming back GB |
[sdp=71083] |
|
Hello.
How can I safely claim back 11GB of space which my computer is storing data worth 11GB in
/private/var/spool/cups/tmp
I want to do this by using Terminal program on my PowerMacOSX 10.3.9 but I want to be able to print ok once I have done this (usually I mess up my settings and affetc my RIP iProof Xsoftware)
Any ideas?
Trevor
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 |
|
| Back to top |
|
 |
Don_HH2K


Joined: 09 May 2004 Posts: 4745
|
04 Mar, 2006 9:10 am |
[sdp=71084] |
|
On most UNIXes such as Mac OS, a ./tmp folder would indicate temporary files, and in your case, it looks like temporary print spooler documents from CUPS (which handles printing on OS X). You should safely be able to delete those files by typing the following commands into Terminal (one at a time):
| Code: | rm -r /private/var/spool/cups/tmp/*
rm -r /private/var/spool/cups/tmp/.* |
If you aren't logged in as root, you may need to add sudo before those two commands (or, of course, you could just log in as root). You need to have at least administrator privelages to run sudo if I'm not mistaken.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC |
|
| Back to top |
|
 |
Antony


Joined: 18 Jun 2002 Posts: 12754 Location: Sydney, Australia
|
04 Mar, 2006 9:20 am Re: Claiming back GB |
[sdp=71085] |
|
| trevor2005 wrote: | Hello.
How can I safely claim back 11GB of space which my computer is storing data worth 11GB in
/private/var/spool/cups/tmp
I want to do this by using Terminal program on my PowerMacOSX 10.3.9 but I want to be able to print ok once I have done this (usually I mess up my settings and affetc my RIP iProof Xsoftware)
Any ideas?
Trevor | Trevor, I've mentioned the method in this thread a few times. I even tested the methods (including using Cocktail) myself, please follow this thread .
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
|
|
| Back to top |
|
 |
trevor2005

 Trevor Joined: 22 May 2005 Posts: 83
|
04 Mar, 2006 11:01 am Disk Full Problems |
[sdp=71086] |
|
Don
Thank you for the advice,it didn't work!
I launched Terminal and put in code:
rm -r /private/var/spool/cups/tmp/*
it read Permission denied
I tried with
sudo rm -r /private/var/spool/cups/tmp/*
No such file or directory
What to do now now?
Anthony
That link you said to follow has all my unsuccessful tries and frustrations thta is why I want to start all over again with a simple straightforward solution–this is driving me crazy!!!
Please can anyone help me retrieve 11GB of data back from
/private/var/spool/cups/tmp/ using Terminal safely so my print optins and set-up stay the same and working.
Trevor
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 |
|
| Back to top |
|
 |
Don_HH2K


Joined: 09 May 2004 Posts: 4745
|
04 Mar, 2006 11:06 am |
[sdp=71087] |
|
Did you try sudo rm -r /private/var/spool/cups/tmp/.* as well, and get the same result?
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC |
|
| Back to top |
|
 |
trevor2005

 Trevor Joined: 22 May 2005 Posts: 83
|
04 Mar, 2006 11:26 am Disk Full Problem |
[sdp=71088] |
|
Don
Hi there, I really do appreciate you trying to help.
Yes I tried
sudo rm -r /private/var/spool/cups/tmp/.*
and it read
No such file or directory
Trevor
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 |
|
| Back to top |
|
 |
Don_HH2K


Joined: 09 May 2004 Posts: 4745
|
04 Mar, 2006 11:51 am |
[sdp=71089] |
|
Could you try running sudo ls /private/var/spool/cups/tmp, and see if you get anything?
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC |
|
| Back to top |
|
 |
trevor2005

 Trevor Joined: 22 May 2005 Posts: 83
|
04 Mar, 2006 12:00 pm Disk Full Problem |
[sdp=71090] |
|
Don
Hi again.
Tried
sudo ls /private/var/spool/cups/tmp
it came up a long list of numbers and letters–what are they?
Trevor
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 |
|
| Back to top |
|
 |
Don_HH2K


Joined: 09 May 2004 Posts: 4745
|
04 Mar, 2006 12:14 pm |
[sdp=71091] |
|
Then there are files in that directory, though for some reason rm is apparently saying that you don't. I don't know the reasons for this, since executing rm -r * should wipe everything (and rm -r .* would wipe hidden files).
From the looks of things I'd go along with Antony's suggestion and give Cocktail a try.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: Turion 64 X2 @ 2GHz, 2GB DDR2-667, 100GB HD, ATI Radeon X300, 15" LCD, Seven Ultimate RC |
|
| Back to top |
|
 |
trevor2005

 Trevor Joined: 22 May 2005 Posts: 83
|
04 Mar, 2006 7:00 pm Disk Full Problem |
[sdp=71097] |
|
Don
Thank you for your reply.
I have used Terminal to retrieve my GB before but I messed up my print settings.
My Coctail needs me to register (which I thought I did) so not a;; of it works.
Trevor
UserAgent: Mozilla/4.0 (compatible; MSIE 5.23; Mac_PowerPC) |
|
| Back to top |
|
 |
Antony


Joined: 18 Jun 2002 Posts: 12754 Location: Sydney, Australia
|
04 Mar, 2006 7:02 pm Re: Disk Full Problems |
[sdp=71098] |
|
| trevor2005 wrote: | Anthony
That link you said to follow has all my unsuccessful tries and frustrations thta is why I want to start all over again with a simple straightforward solution–this is driving me crazy!!! | Didn't you say that you successfully fixed it (once) in that thread?
| trevor2005 wrote: | Please can anyone help me retrieve 11GB of data back from
/private/var/spool/cups/tmp/ using Terminal safely so my print optins and set-up stay the same and working.
Trevor | I am pretty sure the methods people give you would be more or less to the one I gave you already.
So exactly, which part of my post in that thread you don't understand or you can't follow?
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
|
|
| Back to top |
|
 |
Antony


Joined: 18 Jun 2002 Posts: 12754 Location: Sydney, Australia
|
04 Mar, 2006 7:37 pm |
[sdp=71101] |
|
Try
and tell us which folder used the most space.
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8
|
|
| Back to top |
|
 |
|