You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is an alternative way to download and at the same time directly write to a USB storage device without the need to store the compressed file to local storage first, hence saving both space and time:
Hello, sorry for posting on a 2 year old issue, but the image is unable to be directly written to an external drive, due to its extra LZMA compression, meaning that it needs to be stored locally, extracted, an optionally verified using sha256sum, before being written to an external drive.
Unless there's a way to automate that too, then the command you written wouldn't be usable. If there's a way to automate all of those I've mentioned above, please let me know. Thank you.
Here is an alternative way to download and at the same time directly write to a USB storage device without the need to store the compressed file to local storage first, hence saving both space and time:
root@host:/home/me# wget "https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.1/FreeBSD-12.1-RELEASE-amd64-dvd1.iso" -O /dev/sdX
Maybe it could be mentioned on the website.
The text was updated successfully, but these errors were encountered: