I am new to the forum and am glad that is available for folks like me. I'm using VirtualBox on my MacBook MacOS X Yosemite (10.10.5) and running Windows 10. I need to make the vdi larger, but I run into a problem when I try to run the commands in terminal. Here's what I see when I try it--please advise on how to fix it. Hopefully, it is something simple...
Your path contains a space (" "). You can't have a space in a command line for a path, because it separates arguments and/or modifiers. There are two ways you can do this. Either enclose the whole path in quotes:
Do not use both the quotes and the escape character at the same time. An even easier way? After the "50000", drag and drop the VDI from the Finder to the Terminal. It will escape the path for you.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
I should have noticed and warned you about it the first time...
The tilde character in Unix based systems translates to your home directory. In your case:
"~" translates to "/Users/jeffmcgill"
By using "~/Users/jeffmcgill", that translates to "/Users/jeffmcgill/Users/jeffmcgill", a path that doesn't exist. Remove the "~" from the beginning of the path.
Also, start reading the error messages when you make a mistake. They usually tell you what's wrong.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Then used GParted Live CD to enlarge the partition. Thanks so much for your help. Now I have more room to work and the knowledge to expand it later if I need to.
JMac3
Last edited by socratis on 11. Feb 2018, 08:09, edited 1 time in total.
Reason:Enclosed the information in [code] tag for better readability
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.