Finder hangs when accessing mounted Google Drive folder #16481
Replies: 4 comments 4 replies
-
Don't know why but after trying the following I can access my Google Drive again in MacOS Finder:
|
Beta Was this translation helpful? Give feedback.
-
After upgrade to MacOS Sequoia 15.1 (24B83) the same behavior of hanging/unresponsive Finder when accessing files from my mounted Google Drive appeared on another computer. |
Beta Was this translation helpful? Give feedback.
-
While Finder hangs and is unresponsive I can see 100% CPU load of |
Beta Was this translation helpful? Give feedback.
-
Maybe unrelated, but the problem vanished after I skipped ( or delayed execution ) a configured MacOS logon script that will load all my identities into ssh-agent.
#!/bin/bash
# Add known ssh keys
#
for k in aaa bbb ccc ddd ; do
ssh-add ~/.ssh/$k
done ![]() Thus the strange behavior is as follows
If I skip accepting the logon action (A) or just delay running it until after Mountain Duck started and mounted my Google Drive everything works as expected and I can access the files of my Google Drive. Looks like ssh-agent is in some way blocking Mounting Duck to get information of the other SFTP related drives that I have configured, not necessarily my Google Drive as it obviously doesn't require any SSH identities. @tatze96 Is this something worth investigating ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Trying to access "My Drive" from my Google Drive ( which used to work ) but now whenever I actually try to access any of the files / folders in MacOS Finder it freezes.
I can see the file/folder structure of my Google Drive in Finder, but trying to access one of the items makes Finder hang/unresponsive.
Trying to disconnect that Google Drive via MountainDuck context menu does not unmount it, it appears frozen too.
Need to kill Finder and MountainDuck to make whole system working/responsive again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Accessing files/folders in mounted Google Drive in MacOS Finder works as expected.
Screenshots
na
Desktop (please complete the following information):
Unmounting/ejecting the "Google Drive" from Finder results in error message like

I can access my Google Drive with CyberDuck ! Only MountainDuck seem to have problems with Google Drive.
Beta Was this translation helpful? Give feedback.
All reactions