Skip to content

Commit

Permalink
Fix diskutil deleteVolume command in Uninstall guide (NixOS#11371)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <[email protected]>
  • Loading branch information
secobarbital and fricklerhandwerk authored Aug 28, 2024
1 parent 076b6f7 commit 8e63dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/manual/src/installation/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ which you may remove.
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**
>
Expand Down

0 comments on commit 8e63dc4

Please sign in to comment.