mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-07-29 16:31:45 +08:00
feat: 优化 MSD 功能体验和控件样式
This commit is contained in:
@@ -44,7 +44,11 @@ impl MsdLunConfig {
|
||||
cdrom: false,
|
||||
ro: read_only,
|
||||
removable: true,
|
||||
nofua: true,
|
||||
// nofua=false: enforce Force Unit Access so the USB host (e.g. Windows)
|
||||
// gets proper write-completion acknowledgements when writing to the
|
||||
// virtual .img file. nofua=true can cause write-verify failures
|
||||
// that manifest as Windows error 0x80070570 on writable drives.
|
||||
nofua: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user