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

HecktheMac

macrumors newbie
Original poster
During the sync operation with my dropbox, the SSD drive in my MacBook Pro became full.

I bought an external HD, 2TB

I stopped sync, and quit from dropbox

From the dropbox icon on top right, I clicked open dropbox folder

copied all files in that folder to external HD

Then deleted all files

I check HD space, no changes, 10 MB free space

Whats the problem?

Please advise, thanks
 
During the sync operation with my dropbox, the SSD drive in my MacBook Pro became full.

I bought an external HD, 2TB

I stopped sync, and quit from dropbox

From the dropbox icon on top right, I clicked open dropbox folder

copied all files in that folder to external HD

Then deleted all files

I check HD space, no changes, 10 MB free space

Whats the problem?

Please advise, thanks

Did you empty trash can?
 
See if dropbox pulled down the files again. I find unless I wait a while after making a change, dropbox gets out of sync and will do things like re-add files I deleted
 
Download and use OmniDiskSweeper. It will provide a sorted list of what's consuming your space.

If you run it with sudo (As shown below), it will include some system files that it woud not normally have access to scan. That is a more accurate representation of what's consuming your drive.
Code:
sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper

Another option is to use this terminal command
sudo du -d 1 -x -c -g /

I prefer to redirect it to a text file (this puts it in your Documents folder
sudo du -d 1 -x -c -g / > ~/Documents/du.txt

Like the sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper command, it will scan all directories, but produce a text file as opposed to showing the results in a window
 
Terminal is in Applications --> Utilities --> Terminal

Alternatively, you can hit Command+Space (brings up searchbar) and start typing Terminal and hit Enter when you see the word auto completed.

You can start any application this way.
 
  • Like
Reactions: baypharm
Reminder: if you run a sudo command, the terminal will ask for your admin password.
You won't see that password at all as you type it, just enter it, then press enter to run the command.
 
  • Like
Reactions: Weaselboy
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.