If I do this on Ventura 13.0.1 in Applescript:
It works as expected, but when I access this mounted share in Finder, previously set "View options" is ignored for every folder inside that network share. If I set new view options these aren't ever saved either.
If I instead connect to the network share via Finder menu -> Go -> Connect to server, now view options for every folder is read and written if changed, just as it should work.
The same issue happens trying to mount the folder via Automator or Shortcuts. This was not an issue on earlier macOS versions. Anyone else noticing this issue?
Temp fix: drag the share into the finder left pane. When clicking this, the share will mount quickly if not already mounted and you will not trigger the bug.
tell application "Finder" to mount volume "smb://nas.local/NAS"
It works as expected, but when I access this mounted share in Finder, previously set "View options" is ignored for every folder inside that network share. If I set new view options these aren't ever saved either.
If I instead connect to the network share via Finder menu -> Go -> Connect to server, now view options for every folder is read and written if changed, just as it should work.
The same issue happens trying to mount the folder via Automator or Shortcuts. This was not an issue on earlier macOS versions. Anyone else noticing this issue?
Temp fix: drag the share into the finder left pane. When clicking this, the share will mount quickly if not already mounted and you will not trigger the bug.