← 返回命令列表

Linux command

woeusb 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

woeusb -d [path/to/windows.iso] [/dev/sdX]

Example

woeusb -p [path/to/windows.iso] [/dev/sdXN]

说明

woeusb is a Windows media creation tool for Linux. It creates bootable Windows USB installation drives from ISO images. The --device mode formats the entire USB drive. The --partition mode preserves existing data on other partitions.

参数

-d, --device
Format entire device and make bootable (wipes all data)
-p, --partition
Use existing partition without erasing other partitions
--target-filesystem _FS_, --tgt-fs _FS_
Target partition filesystem: FAT or NTFS (device mode only)
-l _LABEL_, --label _LABEL_
Filesystem label for the created partition (device mode only)
--workaround-bios-boot-flag
Toggle the partition boot flag for BIOSes that require it
-v, --verbose
Enable verbose output
--no-color
Disable colored output
-h, --help
Display help message
-V, --version
Print version information

FAQ

What is the woeusb command used for?

woeusb is a Windows media creation tool for Linux. It creates bootable Windows USB installation drives from ISO images. The --device mode formats the entire USB drive. The --partition mode preserves existing data on other partitions.

How do I run a basic woeusb example?

Run `woeusb -d [path/to/windows.iso] [/dev/sdX]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d, --device do in woeusb?

Format entire device and make bootable (wipes all data)