commit 5978577f7daf545b646bf36d19b6023cb4c30292 Author: dany Date: Fri Jul 25 15:05:50 2025 +0200 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa650b3 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# complete set of commands involved +## preparation with Parallels Desktop itself +first close the machine down if not done already + +second got to that machines hardware settings pane + +third reveal advanced settings, then click properties + +resize to fit your needs (probably you want a backup before :) + +click apply + +restart the machine + +## closing act in running machine +open terminal.app and issue the following command: + +``` +$ sudo diskutil resizevolume /dev/disk0s2 R +``` + +this will move the recovery disk (which is somewhat limited in this regard anyway) to the end of the disk and resize the volume up to the reminding space. \ No newline at end of file