On 7/9/21 12:01 PM, Michael Singer wrote:

        After decryption, my file system presents itself to me as an ordinary 
directory
        that I find somewhere under /media/xy. The encryption program used 
works in a
        way that the device in /dev/xvdi is always encrypted. Only what is 
currently
        accessed in the /media/xy folder is decrypted. Consequently, it does 
not work
        if I use the following command to create a loop that I then mount in 
another
        qube, because it will not be decrypted there:

        $disp1: sudo losetup -r /dev/loop0 /dev/xvdi

On 7/9/21 18:04 PM, haaber wrote:

    Why not

        sudo losetup -r /dev/loop0 /media/xy

    ?? That is what I do alwys, at works fine.  After that, the widget (for
    example) allows to attach /dev/loop0 to other qubes.  Best


Dear Bernhard,

this way it works only, if /media/xy would be a device. But it is an ordinary 
directory
and losetup says: invalid argument.

Best regards
Michael Singer

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/6e947474-e3d5-fc13-97c9-c4f31425eeb6%40posteo.de.

Reply via email to