1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge pull request #12204 from NixOS/mergify/bp/2.24-maintenance/pr-11371

Fix diskutil deleteVolume command in Uninstall guide (backport #11371)
This commit is contained in:
mergify[bot] 2025-01-10 22:11:57 +00:00 committed by GitHub
commit 9328fc7529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,9 @@ which you may remove.
diskutil list diskutil list
``` ```
If you _do_ find a "Nix Store" volume, delete it by running `diskutil deleteVolume` with the store volume's `diskXsY` identifier. If you _do_ find a "Nix Store" volume, delete it by running `diskutil apfs deleteVolume` with the store volume's `diskXsY` identifier.
If you get an error that the volume is in use by the kernel, reboot and immediately delete the volume before starting any other process.
> **Note** > **Note**
> >