mirror of
https://github.com/jetkvm/kvm.git
synced 2026-03-02 22:58:00 -05:00
unmounting disc from web ui doesnt unmount from mac #153
Labels
No labels
component/keyboard-layout
component: cloud
component: device screen
component: extensions
component: hid/keyboard
component: hid/mouse
component: network
component: timesync
component: ui
component: updater
component: usb
component: usb/hid
component: usb/storage
component: video
component: webrtc
component: webserver
need-more-details
status: working-in-progress
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/kvm#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @si458 on GitHub (Mar 9, 2025).
Originally assigned to: @ym on GitHub.
I have a mac mini, when testing using both stable and dev channels,
i can mount an ISO as expected, but then when you say Unmount,
it says it unmounted successfully but in fact it doesnt actually unmount its still mounted on the mac
i ran a custom build on my jetkvm and console is showing the error
Remove Mass Storage Image Error failed to set image path: write /sys/kernel/config/usb_gadget/jetkvm/functions/mass_storage.usb0/lun.0/file: device or resource busyalso side note: when you mount an iso it doesnt actually close the window, it stays open, thats a GUI bug i think
@MattOates commented on GitHub (Mar 10, 2025):
@si458 you might also want to give the team
lsof /sys/kernel/config/usb_gadget/jetkvm/functions/mass_storage.usb0/lun.0/fileto see what's using it.@si458 commented on GitHub (Mar 10, 2025):
@MattOates the output doesnt show the is any attachment to the file?
@legomind commented on GitHub (Sep 20, 2025):
only way to unmount the iso is to reboot the jetkvm device. My host machine is centos btw.
@ym commented on GitHub (Sep 26, 2025):
Thanks for raising this. We'll add a feature that forces a reset if umount fails, since in some cases the storage device cannot be removed while the OS is still using it.
@technowhizz commented on GitHub (Nov 2, 2025):
App: 0.4.9
System: 0.2.7
Host: Ubuntu 22.04
Even after rebooting the kvm the virtual media (when using streaming from link) is still there. The only way to get the
sr0device to disappear is to change the function of the usb emulation to keyboard only. However when re-enablingkeyboard, mouse and Mass Storage, thesr0device appears again on my host machine. Again, this persists after reboots too. I'm really confused as to why