|
试了几次还是不懂:
我的U盘在veket中文件管理器打开为:
/mnt/sdg1/
用命令:
- ./Ventoy2Disk.sh
- **********************************************
- Ventoy: 1.0.38 x86_64
- longpanda admin@ventoy.net
- https://www.ventoy.net
- **********************************************
- Usage: Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
- CMD:
- -i install Ventoy to sdX (fails if disk already installed with Ventoy)
- -I force install Ventoy to sdX (no matter installed or not)
- -u update Ventoy in sdX
- -l list Ventoy information in sdX
- OPTION: (optional)
- -r SIZE_MB preserve some space at the bottom of the disk (only for install)
- -s/-S enable/disable secure boot support (default is disabled)
- -g use GPT partition style, default is MBR (only for install)
- -L Label of the 1st exfat partition (default is Ventoy)
- [root@veket ~/veket/ventoy-1.0.38-linux.tar.gz.解压缩/ventoy-1.0.38] $ ./Ventoy2Disk.sh -i /mnt/sdg1
- **********************************************
- Ventoy: 1.0.38 x86_64
- longpanda admin@ventoy.net
- https://www.ventoy.net
- **********************************************
- /mnt/sdg1 is NOT a valid device
- Usage: Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
- CMD:
- -i install Ventoy to sdX (fails if disk already installed with Ventoy)
- -I force install Ventoy to sdX (no matter installed or not)
- -u update Ventoy in sdX
- -l list Ventoy information in sdX
- OPTION: (optional)
- -r SIZE_MB preserve some space at the bottom of the disk (only for install)
- -s/-S enable/disable secure boot support (default is disabled)
- -g use GPT partition style, default is MBR (only for install)
- -L Label of the 1st exfat partition (default is Ventoy)
- [root@veket ~/veket/ventoy-1.0.38-linux.tar.gz.解压缩/ventoy-1.0.38] $ ./Ventoy2Disk.sh -i /dev/sdg1
- **********************************************
- Ventoy: 1.0.38 x86_64
- longpanda admin@ventoy.net
- https://www.ventoy.net
- **********************************************
- /dev/sdg1 is a partition, please use the whole disk.
- For example:
- sudo sh Ventoy2Disk.sh -i /dev/sdb1 <=== This is wrong
- sudo sh Ventoy2Disk.sh -i /dev/sdb <=== This is right
复制代码 |
|