Skip to content

Commit

Permalink
Fix diskutil deleteVolume command in Uninstall guide (#11371)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <[email protected]>
(cherry picked from commit 8e63dc4)
  • Loading branch information
secobarbital authored and mergify[bot] committed Jan 10, 2025
1 parent e0c8b0f commit d6488ef
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 @@ -141,7 +141,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 d6488ef

Please sign in to comment.