Drives appear in the sidebar of Finder windows, but I would like them to appear in the dock (as well), with a way to easily eject them. Is there a setting or other technique to make this possible?
Asked
Active
Viewed 77 times
1
1 Answers
1
Prior to macOS Catalina, you can add a Recent Volumes stack to your Dock.
Add the ‘recents-tile’.
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = {"list-type" = 1; }; "tile-type" = "recents-tile";}' && killall Dock
Right-click the ‘Recent *’ stack and set it to show ‘Recent Volumes’.
In macOS Catalina, this functionality was removed: Catalina recent items stack in dock no longer working.

grg
- 201,078
/Volumes
folder to the Dock – Redarm Jul 21 '21 at 10:34