Failed Update Version v4.0.17.2952

Sonarr version (exact version): 4.0.16.2944
Mono version (if Sonarr is not running on Windows):
OS: Ubuntu 24.04.4 LTS
Debug logs:
Description of issue:
When attempting to run the update, it fails. Even though the backup folder has 777 permissions, it always returns that the folder does not have read and write permissions.

LOGS:
Error occurred while executing task ApplicationUpdate: Access to the path ‘/mnt/ext/Backup/mediacenter_backup/update’ is denied.

System.UnauthorizedAccessException: Access to the path ‘/mnt/ext/Backup/mediacenter_backup/update’ is denied.
—> System.IO.IOException: Permission denied
— End of inner exception stack trace —
at System.IO.FileSystem.CreateDirectory(String fullPath)
at System.IO.Directory.CreateDirectory(String path)
at NzbDrone.Common.Disk.DiskProviderBase.CreateFolder(String path) in ./Sonarr.Common/Disk/DiskProviderBase.cs:line 217
at NzbDrone.Common.Disk.DiskProviderBase.EnsureFolder(String path) in ./Sonarr.Common/Disk/DiskProviderBase.cs:line 90
at NzbDrone.Core.Backup.BackupService.Backup(BackupType backupType) in ./Sonarr.Core/Backup/BackupService.cs:line 72
at NzbDrone.Core.Update.InstallUpdateService.InstallUpdate(UpdatePackage updatePackage) in ./Sonarr.Core/Update/InstallUpdateService.cs:line 144
at NzbDrone.Core.Update.InstallUpdateService.Execute(ApplicationUpdateCommand message) in ./Sonarr.Core/Update/InstallUpdateService.cs:line 295
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand](TCommand command, CommandModel commandModel) in ./Sonarr.Core/Messaging/Commands/CommandExecutor.cs:line 116
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands() in ./Sonarr.Core/Messaging/Commands/CommandExecutor.cs:line 42

Is there anything in mediacenter_backup currently? What does ll /mnt/ext/Backup/mediacenter_backup show?
Sonarr is running as your user? What does ps aux | grep sonarr show?

Is /mnt/ext/Backup an physical drive attached to that host or a network share? If a network share, NFS or SMB?

Thank you for your reply.
But the “ll” return was posted in the image, all with 777 permissions for testing, even so, it was unsuccessful.

However, on 03/20, I received a message that the update occurred automatically and successfully through my bot that monitors Telegram.

Screenshot (1)
Screenshot