Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California
What should I do?

You can just run this command to empty that folder and that will fix the space issue for now. But I think you have an Adobe app that is misbehaving and causing this, so you may want to keep an eye on that folder.

Code:
rm -rf ~/Library/Caches/Adobe
 

Omoakin

macrumors newbie
Sep 5, 2019
20
1
You can just run this command to empty that folder and that will fix the space issue for now. But I think you have an Adobe app that is misbehaving and causing this, so you may want to keep an eye on that folder.

Code:
rm -rf ~/Library/Caches/Adobe
Can the Adobe app be permanently fixed?
[doublepost=1568039057][/doublepost]You're indeed a Weaselboy, it worked
[doublepost=1568039146][/doublepost]Than
Can the Adobe app be permanently fixed?
[doublepost=1568039057][/doublepost]You're indeed a Weaselboy, it worked
Thanks a bunch!!
 

Attachments

  • 15680389673551967709353.jpg
    15680389673551967709353.jpg
    460.4 KB · Views: 146
  • Like
Reactions: Weaselboy

Omoakin

macrumors newbie
Sep 5, 2019
20
1
Can the Adobe app be permanently fixed?
[doublepost=1568039057][/doublepost]You're indeed a Weaselboy, it worked
[doublepost=1568039146][/doublepost]Than
Thanks a bunch!!
@Weaselboy is there a way to permanently fixed the malfunctioning Adobe app please? Because I can't bear the thought of going through this whole process again.
 

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California
@Weaselboy is there a way to permanently fixed the malfunctioning Adobe app please? Because I can't bear the thought of going through this whole process again.
I don't really know. You might try searching around Adobe support forums to see if anybody has seen this before and knows of a fix.

https://forums.adobe.com/thread/1037536

I did find this that might help you.
 
  • Like
Reactions: Omoakin

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California
Thank you!
Just in case, I run into the same space issue in the nearest future, can I input those same commands to fix it?
Yep... you can just run the du command to confirm where the space is being used, then the rm command to remove it. Be very careful you type everything exactly correct with that rm command, because it can really wreck things if you delete the wrong folders.

You are quite welcome.
 
  • Like
Reactions: Omoakin

Omoakin

macrumors newbie
Sep 5, 2019
20
1
Yep... you can just run the du command to confirm where the space is being used, then the rm command to remove it. Be very careful you type everything exactly correct with that rm command, because it can really wreck things if you delete the wrong folders.

You are quite welcome.

Good morning Weaselboy, I think that I need some help this time again. I observed for some couple of days back that my same MacBook Pro has been experiencing some serious battery drainage issue even when being put in sleep mode. Please how can I resolve this issue? Thanks!
 

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California
Good morning Weaselboy, I think that I need some help this time again. I observed for some couple of days back that my same MacBook Pro has been experiencing some serious battery drainage issue even when being put in sleep mode. Please how can I resolve this issue? Thanks!
If you look in Activity Monitor in the Energy tab does it show anything there using a lot of power? Also check the same spot for any apps that might be keeping it awake.
 

Omoakin

macrumors newbie
Sep 5, 2019
20
1
If you look in Activity Monitor in the Energy tab does it show anything there using a lot of power? Also check the same spot for any apps that might be keeping it awake.
This is what I saw.
 

Attachments

  • IMG_20191009_174249.jpg
    IMG_20191009_174249.jpg
    472.2 KB · Views: 134

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California

Code:
pmset -g assertions

Try this command in Terminal to show any processes that might be keeping it from sleeping.
 

Omoakin

macrumors newbie
Sep 5, 2019
20
1

Code:
pmset -g assertions

Try this command in Terminal to show any processes that might be keeping it from sleeping.
 

Attachments

  • 15706404933231416463117.jpg
    15706404933231416463117.jpg
    461.8 KB · Views: 130

stayupforever909

macrumors member
Apr 21, 2019
39
6
Stockholm
Something that may help these situations if you don’t mind using terminal and homebrew

 
  • Like
Reactions: Omoakin

alienmacau

macrumors newbie
Oct 17, 2019
10
0
Hi Weaselboy, I have a strange problem with my Mac too. I have a 250gb drive, but the omni sweeper only shows 88 and when i run (sudo du -d 1 -x -c -g ~/), it shows I only have 63gb in total. I tried finding if there are any other untitled drives etc but there is only one drive shown in terminal. I have been deleting big files in my drive, but everytime I delete them, it would be added on to the "system", leaving almost the same amount of Free Space. I have checked and time machine is not turned on and there is no image of any time machine backup in terminal as well. The "system" now currently sits at 214GB. Possible to assist pls? Thanks. :)

I am running the spotlight reg rebuild at the moment. :)
 

Attachments

  • Screen Shot 2019-10-18 at 11.01.14 am.png
    Screen Shot 2019-10-18 at 11.01.14 am.png
    93.8 KB · Views: 115
Last edited:

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California
I am running the spotlight reg rebuild at the moment.
Let me know how that goes, because that is likely the issue. If du is showing you are using 63GB, then the Spotlight index being corrupt is usually what causes that graphic readout to be so wrong.
 

alienmacau

macrumors newbie
Oct 17, 2019
10
0
Let me know how that goes, because that is likely the issue. If du is showing you are using 63GB, then the Spotlight index being corrupt is usually what causes that graphic readout to be so wrong.

Thanks for the reply, still shows 64GB after the reg rebuild
 

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California
Run it without the ~ to show the whole drive. With ~ it just shows the users folders.

Code:
sudo du -d 1 -x -c -g /
 

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California
Hmm... okay that looks fine so we just have the wrong storage readout issue.

Try this... command-r boot to recovery then do a Disk Utility first aid run on the disk and see if that fixes anything then reboot.
 

alienmacau

macrumors newbie
Oct 17, 2019
10
0
Hmm... okay that looks fine so we just have the wrong storage readout issue.

Try this... command-r boot to recovery then do a Disk Utility first aid run on the disk and see if that fixes anything then reboot.
Ok, will try it now. :) Thanks!
 

alienmacau

macrumors newbie
Oct 17, 2019
10
0
Hmm... okay that looks fine so we just have the wrong storage readout issue.

Try this... command-r boot to recovery then do a Disk Utility first aid run on the disk and see if that fixes anything then reboot.
Hi, tried the steps but still looks like 84GB in total still
 

Weaselboy

Moderator
Staff member
Jan 23, 2005
34,463
16,160
California
I know you said Time Machine is off, but try running this in Terminal to make sure there are none left behind.

Code:
tmutil listlocalsnapshots /Volumes/
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.