@lenels2eng said in Trouble getting first Image:
should I just start over with a larger vdisk???
No need to I reckon. You can simply merge those together. See if you still have any images left in the original directory ls -al /images
. If so, move them to the other one mv /images/<image_name> /images2/
. All done, then clean the old directory - not actually needed, but might prevent from further confusion rm -rf /images/.mntcheck /images/dev /images/postdownloadscripts
(think before you do this). No unmount the 2nd vdisk umount /images2
and remount mount /dev/sdXY /images
. Make sure you have the entry also in your /etc/fstab
file correct for next reboot. Then remove the second storage node definition and simply go with the single one in /images
…
Be careful with this, it’s just written down and untested. Your situation might be a bit different to what I expect. Please double check and don’t run the commands blindly!!