mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Mass Storage devices not mounted properly #115
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#115
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 @valeech on GitHub (Dec 24, 2020).
Originally assigned to: @mdevaev on GitHub.
When attaching any iso file the drive shows up in Windows but when I try to access the files I get and error that the disk structure is corrupted and unreadable.
I am able to successfully mount the iso directly on the pi so I know the iso is good.
Everything else about the pikvm is functioning correctly. I am using a spiced USB cable to provide power to the pi
and gadget access to the server.
Pi-KVM info:
journalctl -u kvm when I connect the iso:
Dec 24 21:09:33 pikvm kvmd[369]: kvmd.plugins.msd.otg.helpers INFO --- Unlocking the drive ...
Dec 24 21:09:33 pikvm kvmd[369]: kvmd.plugins.msd.otg.helpers INFO --- Executing helper ['/usr/bin/sudo', '--non-interactive', '/usr/bin/kvmd-helper-otgmsd-unlock', 'unlock'] ...
Dec 24 21:09:33 pikvm sudo[3499]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 24 21:09:33 pikvm sudo[3499]: kvmd : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/kvmd-helper-otgmsd-unlock unlock
Dec 24 21:09:33 pikvm sudo[3499]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Dec 24 21:09:33 pikvm sudo[3499]: pam_unix(sudo:session): session closed for user root
Dec 24 21:09:33 pikvm kvmd[369]: kvmd.plugins.msd.otg.helpers INFO --- Console: Sending SIGUSR1 to MSD 'file-storage' kernel thread with pid=367 ...
journalctl -u kvm when I disconnect the iso:
Dec 24 21:09:37 pikvm kvmd[369]: kvmd.plugins.msd.otg.helpers INFO --- Unlocking the drive ...
Dec 24 21:09:37 pikvm kvmd[369]: kvmd.plugins.msd.otg.helpers INFO --- Executing helper ['/usr/bin/sudo', '--non-interactive', '/usr/bin/kvmd-helper-otgmsd-unlock', 'unlock'] ...
Dec 24 21:09:37 pikvm sudo[3508]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Dec 24 21:09:37 pikvm sudo[3508]: kvmd : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/kvmd-helper-otgmsd-unlock unlock
Dec 24 21:09:37 pikvm sudo[3508]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Dec 24 21:09:38 pikvm sudo[3508]: pam_unix(sudo:session): session closed for user root
Dec 24 21:09:38 pikvm kvmd[369]: kvmd.plugins.msd.otg.helpers INFO --- Console: Sending SIGUSR1 to MSD 'file-storage' kernel thread with pid=367 ...
@mdevaev commented on GitHub (Dec 24, 2020):
Perhaps your ISO is larger than the supported size of 2.2 gigabytes?
@valeech commented on GitHub (Dec 24, 2020):
I was following the Tips section here: https://github.com/pikvm/pikvm/blob/master/pages/cookbook.md#create-a-microsoft-windows-based-flash-disk-image
Are bootable iso images limited to 2.2G? I thought I had read somewhere that if you switched from cdrom mode to flash mode you could use larger images. I am trying to create a Win10 bootable iso and my current iso is about 4.9GB. I created that from the Media Creation Tool...
Thanks for your help!
@mdevaev commented on GitHub (Dec 26, 2020):
I believe that flash drive mode and normal windows images may not be compatible. Alas, I don't know much about windows. If you have any more questions feel free to reopen this issue (or create a new one).