You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And it unmounts the dislocker drive
also ls /dev/vd*
shows that vdc does not exist anymore
After the above steps when I try to attach any other drives
they skip the vdc and go to vdd instead, as if vdc is still occupied by the dislocker drive
Only happens with the dislocker NTFS drive
EXT4 drives work fine
The text was updated successfully, but these errors were encountered:
I have an NTFS drive which is mounted on a VM by Libvirt
The first time I attach the drive, it attaches as /dev/vdc
and is mounted by
It works fine till here but, when I unmount I do
syscall.Unmount(/drives/drive2, 0)
syscall.Unmount(decryptPath +"/dislocker-file", 0)
And it unmounts the dislocker drive
also
ls /dev/vd*
shows that vdc does not exist anymore
After the above steps when I try to attach any other drives
they skip the vdc and go to vdd instead, as if vdc is still occupied by the dislocker drive
Only happens with the dislocker NTFS drive
EXT4 drives work fine
The text was updated successfully, but these errors were encountered: