mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Fix diskutil deleteVolume command in Uninstall guide (#11371)
Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
This commit is contained in:
parent
076b6f7bb1
commit
8e63dc4455
1 changed files with 3 additions and 1 deletions
|
@ -133,7 +133,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**
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue