From 5978577f7daf545b646bf36d19b6023cb4c30292 Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 25 Jul 2025 15:05:50 +0200 Subject: [PATCH] initial commit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md 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