mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-08 19:44:26 +00:00
prepare usb iso: add fdatasync to dd command and document if=
Also move the parameters which need adaption further to the back to allow users to edit them "faster" Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
44ea3fd62a
commit
8b09f07782
@ -35,10 +35,11 @@ USB flash drive. First find the correct device name of the USB flash drive (see
|
|||||||
below). Then run the `dd` command.
|
below). Then run the `dd` command.
|
||||||
|
|
||||||
----
|
----
|
||||||
# dd if=proxmox-ve_*.iso of=/dev/XYZ bs=1M
|
# dd bs=1M conv=fdatasync if=./proxmox-ve_*.iso of=/dev/XYZ
|
||||||
----
|
----
|
||||||
|
|
||||||
NOTE: Be sure to replace /dev/XYZ with the correct device name.
|
NOTE: Be sure to replace /dev/XYZ with the correct device name and adapt the
|
||||||
|
input filename ('if') path.
|
||||||
|
|
||||||
CAUTION: Be very careful, and do not overwrite the wrong disk!
|
CAUTION: Be very careful, and do not overwrite the wrong disk!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user