Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过使用删除 USB 存储
Process p = Runtime.getRuntime(). exec("vdc volume unmount /mnt/usb_storage/USB_DISK0")
但是 p.waitFor() 返回 4。
那么有什么想法可以移除 USB 吗?