• 7 Posts
  • 27 Comments
Joined 7 months ago
cake
Cake day: January 15th, 2026

help-circle











  • I figured my issue is I wanted to find out where I write the path in the Tar command. (though responses I’m getting are showing I may be completely out of my depth with this)

    But for example:

    The base command tar --format=ustar -cvf vbmeta.tar vbmeta.img

    Do I do this:

    tar --format=ustar -cvf vbmeta.tar /home/mcready/Downloads/vgmeta.img

    Or this?

    tar --/home/mcready/Downloads/vgmeta.img -cvf vbmeta.tar vbmeta.img

    Apologies if I wasn’t clear in my post, I edited it to show I am a TOTAL newb 😅