Hi guys, basically as the title says I want to make external SSD drive with “Windows to Go” for the stuff that I really need Windows for unfortunately (proprietary CAD software) but there is no software for making this on Linux that I can find

Edit: typo

  • Chaser@lemmy.zip
    link
    fedilink
    arrow-up
    3
    ·
    14 hours ago

    I don’t know about windows to go. But rufus? Isn’t it just writing images to usb drives? Sounds like you’re looking for the dd command. You can write images with

    dd if=/path/to/my/image of=/dev/[insert device here] status=progress