Hide Time Machine on macOS Big Sur on Apple Silicon

Using the following commands work in macOS Big Sur on my Intel based Mac to hide the Time Machine desktop icon, but not on Apple Silicon (M1). It says that the operation is not allowed:


In Terminal run:

chflags hidden "/Volumes/[volumename]"

killall Finder


Any ideas would certainly be appreciated. Thanks.

Mac mini 2018 or later

Posted on Nov 18, 2020 3:51 PM

Reply

Similar questions

9 replies

Dec 9, 2020 6:58 AM in response to owenguy

The following works to hide the mounted Time Machine drive icon on the Desktop with Big Sur 11.0.1 on an M1 mini:


sudo SetFile -a V /Volumes/[volumename]
killall Finder


Where [volumename] is replaced by the actual Time Machine drive name. Per the SetFile man page, using a lower-case 'v', in the same syntax as above, will unhide the drive icon.


Of course, the consequence of hiding the Time Machine drive is that if you are not paying attention to the Finder window sidebar, and if for some reason, the drive became corrupted and would not mount, you would not be aware that Time Machine backups were not occurring for some painful amount of time.

Dec 9, 2020 6:55 AM in response to owenguy

The problem I see, hiding the disk icon, is that you cannot easily eject the disk properly (without opening Disk Utility). Perhaps from Finder is ok, but not if you are on the desktop.


Removing the USB connection without properly ejecting the disk, will corrupt the disk index and result in losing your Time Machine backup entirely.

Dec 9, 2020 6:05 PM in response to owenguy

The error -5000 means “Insufficient access privileges”.

AFP Protocol Errors
afpAccessDenied = -5000, /* Insufficient access privileges for operation */

[ https://krypted.com/lists/comprehensive-list-of-mac-os-x-error-codes/ ]


Could you check your Time Machine drive’s “Sharing & Permission” section by right-clicking the drive and selecting “Get Info” on Finder.

You should have “Read & Write” access to do the operation, I guess...

[ ref. https://discussions.apple.com/thread/3066907 ]

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Hide Time Machine on macOS Big Sur on Apple Silicon

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.