Ask Different (Apple)
Q&A for power users of Apple hardware and software
Latest Questions
6
votes
1
answers
4463
views
APFS Volume on ext. Disk not mountable - space manager is invalid
I was using a APFS external USB Disk on a PC using a commercial driver. Suddenly it stopped being accessible.. Now I can´t mount the Volume inside the APFS container anymore, on PC but also not on a Mac! If I try diskutils - please see the log: ``` 123$ diskutil verifyvolume disk4s1 Started fil...
I was using a APFS external USB Disk on a PC using a commercial driver. Suddenly it stopped being accessible..
Now I can´t mount the Volume inside the APFS container anymore, on PC but also not on a Mac! If I try diskutils - please see the log:
123$ diskutil verifyvolume disk4s1
Started file system verification on disk4s1 DISK-XYZ
Verifying file system
Volume is already unmounted
Performing fsck_apfs -n -x /dev/rdisk4s1
Checking the container superblock
Checking the space manager
error: (oid 0x400) sm: invalid o_cksum (0x74dfcb428a5691c4)
error: verification/reading of the spaceman object failed: Illegal byte sequence
Space manager is invalid
The volume /dev/rdisk4s1 could not be verified completely
File system check exit code is 8
Restoring the original state found as unmounted
Error: -69845: File system verify or repair failed
Underlying error: 8
Any idea how to fix it? As there is important stuff on the drive I currently draw an image to be held safely while testing on the drive. Or should I try the other way round?
How do you evaluate chances to fix it with fsck? Do you know of any other handy tools? Disk Warrior does not handle APFS unfortunately..
ah- btw - mounting read only does not work unfortunately.
123$ diskutil mount readOnly /dev/disk4s1
Volume on disk4s1 failed to mount; it appears to be an APFS Volume which might be locked
Try "diskutil apfs unlockVolume"
Thanks and best,
DHVD
derhottevomdorf
(61 rep)
Nov 26, 2020, 10:47 PM
• Last activity: Aug 6, 2025, 12:03 AM
1
votes
1
answers
117
views
Qt on MacOS not finding correct (?) LLDB
I have resurrected a C++ project I was working on a few years ago in Qt (MacOS), and can no longer get debugging to work. The problem seems to be that it is trying to use the wrong (old?) version of LLDB. The current macOS version is 12.6.8. I'm not sure what the version was when I set it all up. In...
I have resurrected a C++ project I was working on a few years ago in Qt (MacOS), and can no longer get debugging to work. The problem seems to be that it is trying to use the wrong (old?) version of LLDB. The current macOS version is 12.6.8. I'm not sure what the version was when I set it all up.
In Preferences > Kits > Debuggers, it lists as 'Auto-detected' both
Applications/Xcode.app/Contents/Developer/usr/bin/lldb
, and /usr/bin/lldb
. The latter is flagged (popup appears when hovering) as 'Cannot determine debugger type' (and with a red warning marker). The other entry seems fine.
When I look in Projects > Build and Run and hover over Build (for this project) the popup window tells me 'Not recognised engine using /usr/bin/lldb', and when I try to run the code in debug mode I get the message (in Application output) 'Unable to create a debugging engine'.
It seems that Qt is finding two versions of the debugging engine, one of which is presumably OK and the other not, and then tries to use the wrong one. There is no option in the list of debuggers in Preference > Kits to remove the problematic one or to set a default.
How can I figure out these dependencies to get my project to compile?
David Brown
(11 rep)
Oct 14, 2023, 02:02 PM
• Last activity: Aug 5, 2025, 11:02 PM
0
votes
1
answers
715
views
Apple Notes - quickly open multiple specific notes
Is there a way (Apple Shortcuts or other) to have a command that will launch the Notes app on macOS **and** open separate windows for multiple of your favorite notes? **Use Case:** I would like to have 3 separate notes open that I'm working on, and have them positioned nicely on the screen. At the e...
Is there a way (Apple Shortcuts or other) to have a command that will launch the Notes app on macOS **and** open separate windows for multiple of your favorite notes?
**Use Case:** I would like to have 3 separate notes open that I'm working on, and have them positioned nicely on the screen. At the end of the day I close them all... and then tomorrow press a button to open all 3 notes again and restore them to their positions. (Restoring window position is *a nice to have*... I'm mostly concerned with being able to open up multiple Notes in separate windows at the touch of a button.)
I don't even really care which language... could be Apple Shortcuts, AppleScript, or even Python. (Maybe one of these jumps out as the path of least resistance?)
Jason Parker
(101 rep)
Jul 10, 2023, 01:55 PM
• Last activity: Aug 5, 2025, 09:01 PM
6
votes
2
answers
8769
views
How to enable horizontal scroll in browsers on a mouse with separate horizontal scroll (logitech mx)?
It's really frustrating that in Safari, Chrome when i use the horizontal scroll it switches between tabs instead of scrolling the page. I've tried to go through the settings but found nothing on it. I would be grateful for advice.
It's really frustrating that in Safari, Chrome when i use the horizontal scroll it switches between tabs instead of scrolling the page.
I've tried to go through the settings but found nothing on it. I would be grateful for advice.
Krystian
(260 rep)
May 3, 2021, 07:30 AM
• Last activity: Aug 5, 2025, 08:00 PM
1
votes
1
answers
465
views
osascript "authorized to send Apple events to System Events. (-1743)" when invoked via JumpCloud
I have cooked up a JumpCloud Command to automate the configuration of desktop backgrounds. I can get the command to run on a test system (Monterey, 12.4) via Shell if I approve a dialog asking for permission. When I execute via JumpCloud, I get: ``` 59:74: execution error: Not authorized to send App...
I have cooked up a JumpCloud Command to automate the configuration of desktop backgrounds. I can get the command to run on a test system (Monterey, 12.4) via Shell if I approve a dialog asking for permission. When I execute via JumpCloud, I get:
59:74: execution error: Not authorized to send Apple events to System Events. (-1743)
The command itself:
```
target_user=$(w | awk '$2 == "console"{print $1}')
export target_user
sudo -u $target_user osascript Security & Privacy > Privacy > Automation" but there are no apps listed under "Automation." Under "Full Disk Access" there's a check for "jumpcloud-agent" ... perhaps I can extend that somehow?
dannyman
(141 rep)
Jul 25, 2022, 07:15 PM
• Last activity: Aug 5, 2025, 06:01 PM
1
votes
1
answers
276
views
Shortcut to toggle Bluetooth in Montery via blueutil shell script executed with AppleScript in BetterTouchTool
I have set the Mission Control key in BetterTouchTool to execute an AppleScript and it worked fine before the update from Mojave to Montery which I just did do shell script "../bluetoggle.sh" content of file is #!/bin/sh blueutil -p toggle but can't execute in BetterTouchTool.. it says [![enter imag...
I have set the Mission Control key in BetterTouchTool to execute an AppleScript and it worked fine before the update from Mojave to Montery which I just did
do shell script "../bluetoggle.sh"
content of file is
#!/bin/sh
blueutil -p toggle
but can't execute in BetterTouchTool.. it says
Executing file from Terminal works flawless.
Executing another script (do shell script "../karaprof.sh") in BetterTouchTool with following content to switch profile in Karabiner also works perfectly
#!/bin/sh
pro0="e"
pro1="g"
cli='/Library/Application Support/org.pqrs/Karabiner-Elements/bin/karabiner_cli'
name=$("$cli" --show-current-profile-name)
if [ "$name" = $pro0 ]; then
"$cli" --select-profile $pro1
else
"$cli" --select-profile $pro0
fi
So my guess is I need to set permission for BetterTouchTool to execute scripts in Terminal, but how? I can't figure

needlol
(134 rep)
Oct 19, 2022, 07:57 AM
• Last activity: Aug 5, 2025, 10:01 AM
16
votes
6
answers
14877
views
External display color changes when MacBook lid is closed
I have no idea how, as the color profile remains the same, but whenever I close the lid on my MacBook, the external monitor changes to a blue tint. I've tried changing the monitor's settings, as well as ensuring the right color profile is on.
I have no idea how, as the color profile remains the same, but whenever I close the lid on my MacBook, the external monitor changes to a blue tint.
I've tried changing the monitor's settings, as well as ensuring the right color profile is on.
PaulVO
(351 rep)
Apr 7, 2020, 02:12 PM
• Last activity: Aug 5, 2025, 08:15 AM
0
votes
0
answers
26
views
How to force EDID override on Intel Mac running Sequoia
Working with a 2020 MacBook Pro 4TB on Sequoia 15.6. In the past I have edited EDID override plist files to get custom resolutions and HiDPI on external QHD displays. I have also used BetterDummy/BetterDisplay to achieve this, but that app no longer works with Intel Macs (according to the developer,...
Working with a 2020 MacBook Pro 4TB on Sequoia 15.6.
In the past I have edited EDID override plist files to get custom resolutions and HiDPI on external QHD displays.
I have also used BetterDummy/BetterDisplay to achieve this, but that app no longer works with Intel Macs (according to the developer, at least not for getting HiDPI resolutions).
In the past (not sure which macOS version it changed on) you could edit display overrides in /System/Library/Displays/Contents/Resources/Overrides.
It is no longer possible to do this, even with SIP disabled as /System is now read only.
A workaround was to place a custom override in the folder:
/Library/Displays/Contents/Resources/Overrides
However, it seems that overrides in this location are no longer read by macOS.
I am trying to get HiDPI (at 1980 x 1080 or 1600 x 900) on DELL P2418D and BENQ PD2500Q QHD displays. Both have worked in this was the past, with modified EDID and/or BetterDummy/BetterDisplay.
Is there any way of forcing EDID override on Intel Macs running Sequoia now?
Thunderclutch
(59 rep)
Aug 5, 2025, 07:21 AM
1
votes
1
answers
664
views
macOS Terminal Command to Disable Desktop Widgets?
Looking to find a way to use a terminal command to disable/enable desktop widgets in macOS Sonoma. The closest I have been able to find so far is a [script][1] that does this. However, I would like to do this from terminal, or from another app (such as BetterTouchTool) without running the script if...
Looking to find a way to use a terminal command to disable/enable desktop widgets in macOS Sonoma. The closest I have been able to find so far is a script that does this. However, I would like to do this from terminal, or from another app (such as BetterTouchTool) without running the script if possible.
Thanks!
XRegex
(11 rep)
Nov 3, 2023, 12:32 AM
• Last activity: Aug 5, 2025, 06:34 AM
0
votes
0
answers
8
views
how to change bluetooth peripheral device buttons on macos 15.5?
I've been trying to learn how to change a bluetooth ring's button commands, it has 7 buttons, on the listing it's called a scrolling ring, as it has w4 arrow keys with a play/pause button in the middle and 2 buttons toward the bottom, one for bluetooth pairing, and it works to change the volume. i'm...
I've been trying to learn how to change a bluetooth ring's button commands, it has 7 buttons, on the listing it's called a scrolling ring, as it has w4 arrow keys with a play/pause button in the middle and 2 buttons toward the bottom, one for bluetooth pairing, and it works to change the volume. i'm having a terrible time.
Finch
(93 rep)
Aug 5, 2025, 04:52 AM
• Last activity: Aug 5, 2025, 06:30 AM
5
votes
1
answers
3456
views
How to remember only a username in Safari?
Chrome and Firefox allow to remember only a username (gmail, for example) without no problem. But it's not working the same way for Safari. Safari, if remembers, it remembers both, username and password. But if I don't save password it doesn't remember only a username. How can I do this? Couldn't fi...
Chrome and Firefox allow to remember only a username (gmail, for example) without no problem.
But it's not working the same way for Safari.
Safari, if remembers, it remembers both, username and password.
But if I don't save password it doesn't remember only a username.
How can I do this?
Couldn't find any related post.
Askar
(227 rep)
Jun 23, 2014, 12:22 PM
• Last activity: Aug 5, 2025, 04:07 AM
2
votes
2
answers
2297
views
automount is broken after upgrading MacOS Monterey
I'm having issues with automount with my NFS shares after upgrading to MacOS Monterey 12.3.1. /etc/auto_master: ```` # # Automounter master map # /System/Volumes/Data/mnt auto_mounts +auto_master # Use directory service #/net -hosts -nobrowse,hidefromfinder,nosuid /home auto_home -nobrowse,hidefromf...
I'm having issues with automount with my NFS shares after upgrading to MacOS Monterey 12.3.1.
/etc/auto_master:
`
#
# Automounter master map
#
/System/Volumes/Data/mnt auto_mounts
+auto_master # Use directory service
#/net -hosts -nobrowse,hidefromfinder,nosuid
/home auto_home -nobrowse,hidefromfinder
/Network/Servers -fstab
/- -static
`
/etc/auto_mounts
`
nas 10.17.24.105:/homes/mynas
`
`
$ sudo automount -vc
automount: /System/Volumes/Data/mnt mounted
automount: /System/Volumes/Data/home updated (/home -> /System/Volumes/Data/home)
automount: no unmounts
$ ls -l /System/Volumes/Data/mnt/
total 0
ls: fts_read: Input/output error
`
Any ideas? I have already tried a bunch of things, including manually mounting the shares with mount -t nfs
.
jersey bean
(141 rep)
May 2, 2022, 01:27 AM
• Last activity: Aug 5, 2025, 02:05 AM
0
votes
1
answers
228
views
Mac Messages notifications are only displaying phone numbers or email addresses after upgrading to Ventura
I just upgraded my mac from 10.14 to 13.6.5. Now whenever I get a message, the notification that appears shows the person's phone number or email address rather than their name. My contacts are synced using iCloud, and the notifications work fine on my iPhone. It was working just fine in 10.14 too....
I just upgraded my mac from 10.14 to 13.6.5. Now whenever I get a message, the notification that appears shows the person's phone number or email address rather than their name.
My contacts are synced using iCloud, and the notifications work fine on my iPhone. It was working just fine in 10.14 too.
Any ideas on how to fix this?
Update:
I tried to fix it by signing out of Messages and signing back in again... and now every single one of my iMessage conversations are gone! 😭 All of my SMS messages are still there.
Bri Bri
(2930 rep)
Mar 11, 2024, 05:56 PM
• Last activity: Aug 4, 2025, 11:07 PM
0
votes
2
answers
590
views
Performance of Parallels VM from Bootcamp partition vs. VM on macOS partition
Parallels allows us to run a Windows VM on macOS. On older Macs, we were able to run Windows on Boot Camp, which was an alternative to a VM. Interestingly, if we install Windows on Boot Camp we can, from macOS Parallels, run that Windows as a VM. Now to the question: we generally say a VM will be a...
Parallels allows us to run a Windows VM on macOS.
On older Macs, we were able to run Windows on Boot Camp, which was an alternative to a VM.
Interestingly, if we install Windows on Boot Camp we can, from macOS Parallels, run that Windows as a VM.
Now to the question: we generally say a VM will be a little bit slower than Windows running directly on hardware.
What about a VM from the Boot Camp partition vs. a VM on a macOS partition? Which one is supposed to be faster?
KcFnMi
(751 rep)
Jun 12, 2022, 04:51 AM
• Last activity: Aug 4, 2025, 09:06 PM
17
votes
2
answers
10491
views
What and how does macOS Mojave implement to restrict applications access to personal data?
As well as many of the other features talked about during macOS Mojave's release like dark mode and the addition of new apps like Home, another key feature of macOS Mojave seems to be it's heightened focus on both privacy and security. As quoted under the "Camera and Microphone Now Require Your Perm...
As well as many of the other features talked about during macOS Mojave's release like dark mode and the addition of new apps like Home, another key feature of macOS Mojave seems to be it's heightened focus on both privacy and security.
As quoted under the "Camera and Microphone Now Require Your Permission" section of this article:
> Apple also announced that other categories of data, such as your Messages history and Mail database, will be protected in a similar manner to macOS Mojave's new camera and microphone permissions.
I understand that after the update, when an app requests to use your camera or microphone, you will receive an alert like the one below:
However, I am more intrigued by the following:
> ...other categories of data, such as your Messages history and Mail database, will be protected in a similar manner...
I have been unable to find much information about this online and I do not currently have the pre-release version of macOS Mojave installed and am therefore unable to test this new feature but I am curious to know what exactly this feature will mean.
Has Apple publicly documented how this will work?

Tom
(665 rep)
Aug 1, 2018, 11:08 PM
• Last activity: Aug 4, 2025, 07:08 PM
3
votes
3
answers
2028
views
Sudden massive increase in ERR_NETWORK_CHANGED errors in chrome
I've been using this mac for about 8 months with my current wifi setup. For some reason, one day I just started getting a lot of ERR_NETWORK_CHANGED errors in Google Chrome. Nothing has changed, I have not moved my router or my Mac and the devices connected to the wifi are the same, yet I still get...
I've been using this mac for about 8 months with my current wifi setup. For some reason, one day I just started getting a lot of ERR_NETWORK_CHANGED errors in Google Chrome. Nothing has changed, I have not moved my router or my Mac and the devices connected to the wifi are the same, yet I still get these errors. I did not apply any software updates to my Mac so I don't know what the root cause could be.
What are some possible causes in a sudden uptick of these errors?
Epic Programmer
(549 rep)
Apr 16, 2022, 01:11 AM
• Last activity: Aug 4, 2025, 06:02 PM
0
votes
1
answers
851
views
Can't launch drive for desktop (macos Sequoia 15.2) (Google Drive Version: 100.0.2.0 (Apple Silicon) (File Provider))
I have been using Google Drive for desktop on my M1 MacBook Pro for a long time, but recently my folders on my google drive stopped syncing suddenly (Some folders are on my windows laptop and drive just basically mirrors them to my mac). On my other devices drive is running completely fine. There is...
I have been using Google Drive for desktop on my M1 MacBook Pro for a long time, but recently my folders on my google drive stopped syncing suddenly (Some folders are on my windows laptop and drive just basically mirrors them to my mac). On my other devices drive is running completely fine. There is no problem of storage shortage on my account too.
At first, I signed out and signed in but that did not work. So I completely uninstalled and reinstalled it, but in vain. I was seeking help from google high tier support team but nothing really worked for my Mac.
I have attached what pops out after the sign in. I have searched on the internet for a long time but to my surprise I did not found a single person with my kind of problem. The troubleshooting I tried are mentioned below:
1. Signing out and in
2. Uninstall and reinstall
3. Using mac on a different network
4. Signing in with a different google account
5. Deleting the DriveFS folder and restarting the computer
6. Reset user preferences on drive
7. Google drive proxy setting change from Auto-Detect to Direct Connection
Any help would be appreciated. Thanks!!

S. Sadman Salvi
(1 rep)
Dec 26, 2024, 05:15 PM
• Last activity: Aug 4, 2025, 09:06 AM
0
votes
1
answers
682
views
How to disable Camera and Screen Share for all applications (globally) in mac Using MDM?
We know that using MDM we can handle **Privacy Preferences Policy Control** in mac. > I am able to disable **Screen Sharing** and **Camera feature** for the > Particular Application. Is there any way by which we can disable this globally for all applications? [Payload Example][1] [Device Management...
We know that using MDM we can handle **Privacy Preferences Policy Control** in mac.
> I am able to disable **Screen Sharing** and **Camera feature** for the
> Particular Application.
Is there any way by which we can disable this globally for all applications?
Payload Example
Device Management Profile
PrivacyPreferencesPolicyControl.Services


Anup Gupta
(69 rep)
Jun 17, 2020, 10:45 AM
• Last activity: Aug 4, 2025, 07:01 AM
0
votes
1
answers
29
views
Dark colours strobing on external display plugged in via HDMI with MacBook
I've noticed that my screen was slightly strobing when my MacBook is plugged in via HDMI to my LG TV. The issue does not repro when there's lighter colours, and it also doesn't repro on the Mac's internal panel.
I've noticed that my screen was slightly strobing when my MacBook is plugged in via HDMI to my LG TV. The issue does not repro when there's lighter colours, and it also doesn't repro on the Mac's internal panel.
kop48
(340 rep)
Mar 11, 2024, 08:04 PM
• Last activity: Aug 4, 2025, 03:09 AM
3
votes
1
answers
105
views
How does the macOS installer know the country it is in?
I bought a used Mac Mini from another country on Ebay. When I plugged it in the macOS installer listed my country (Portugal) and China as the topmost countries. How does it know this? And why China in addition to Portugal? Some more details: - The Mac mini didn't have any internet connectivity at th...
I bought a used Mac Mini from another country on Ebay.
When I plugged it in the macOS installer listed my country (Portugal) and China as the topmost countries. How does it know this? And why China in addition to Portugal?
Some more details:
- The Mac mini didn't have any internet connectivity at that point, wired or wireless
- I live in an isolated place so only my wifi networks were visible (internet and from a solar inverter)
- I had plugged a cheap usb keyboard (in my local PT layout)
- This happened twice as I had to return the first Mac mini due to it being the wrong model
- Poking my Sequoia installation I can only find a wifi BSSID database in
/System/Library/Frameworks/CoreLocation.framework/Versions/A/Support/factory.db
which does not contain any information about my local wifi networks.
- I had my iPhone close to me while setting this up, but tethering was not being used

Pedro José Cardoso
(31 rep)
Mar 6, 2025, 02:29 PM
• Last activity: Aug 4, 2025, 02:10 AM
Showing page 1 of 20 total questions