Mass Storage Drive
"Reinstall the System and Transfer Files Easily with BliKVM Virtual Media!"
BliKVM supports USB drive emulation, allowing you to reinstall the system remotely. It also supports copying files from the target device.
Disabling Mass Storage
In rare cases, if the BIOS/UEFI cannot correctly recognize and even refuses to use the USB keyboard and mouse, it may be necessary to disable mass storage emulation.
Edit the enable field in /mnt/exec/release/config/app.json to false, then restart the KVM to disable mass storage emulation.
"msd": {
"enable": true,
"isoFilePath": "/mnt/msd/user",
"shell": "./lib/kvmd-msd.sh",
"stateFilePath": "/mnt/msd/config/msd.json",
"tusPort": 10002
}