Other is everything that does not fall into one of the remaining listed categories, including the OS itself. 20GB is quite normal.i really annoying what is "other" on macbook's storage? it takes many gbs on my storage. anyone know what "other" is and could you give me some advice to manage "other" so this "other" doesnt take my storage.
thanks so much
Quite often it's local time machine back ups, turn off time machine see if it disappears.
That is not how it works. Even after you complete a TM backup, it will still stay in the hidden /.MobileBackups folder and just accumulate until the disk starts to reach 80% full, then the OS will start to purge off the oldest data.Once you back up to Time Machine, most of this is removed, it will only contain data that has been added since the backup started, typically this falls under the backups category.
That is not how it works. Even after you complete a TM backup, it will still stay in the hidden /.MobileBackups folder and just accumulate until the disk starts to reach 80% full, then the OS will start to purge off the oldest data.
You are correct though, that this is not part of Other.
You can test it by downloading a large video or something then deleting it, then emptying the trash. That moves the file to /.MobileBackups.Interesting as a I notice a drop in used space when the time machine backup finishes.
sudo du -hs /.MobileBackups
You can test it by downloading a large video or something then deleting it, then emptying the trash. That moves the file to /.MobileBackups.
Then run this command in Terminal to see this size of the folder.
Code:sudo du -hs /.MobileBackups
Then do a TM backup and check again and you should see the size is unchanged. As long as there is plenty of drive space, it just keeps on saving things to that folder.
https://support.apple.com/en-us/HT204015
More info on how it works at this link.