Create an empty file with the size of your container (10 MB here) dd if=/dev/zero bs=512 count=19532 of=myFile Here we make an encrypted LUKS partition on myFile sudo cryptsetup luksFormat myFile Now we mount the file on an vitual device named mydevice sudo cryptsetup luksOpen myFile myDevice We create an ext4 file system on this device sudo mkfs -t ext4 /dev/mapper/myDevice Now we mount myDevice on an folder named here myMountPoint mkdir myMountPoint sudo mount /dev/mapper/myDevice myMountPoint/ Change the proprietary sudo chown 'here your sesion name' myMountPoint Now you can drag and drop from nautilus
- Re: [Trisquel-users] Help me burning... universlibre
- Re: [Trisquel-users] Help me burning encr... onpon4
- Re: [Trisquel-users] Help me burning... pierrefalek
- Re: [Trisquel-users] Help me burning... Ignacio Agulló
- Re: [Trisquel-users] Help me burning encryped DVD wit... scdbackup
- Re: [Trisquel-users] Help me burning encryped DVD with Luk... universlibre
- Re: [Trisquel-users] Help me burning encryped DVD wit... pierrefalek
- Re: [Trisquel-users] Help me burning encryped DVD wit... pierrefalek
- Re: [Trisquel-users] Help me burning encryped DVD... universlibre
- Re: [Trisquel-users] Help me burning encryped... pierrefalek
- Re: [Trisquel-users] Help me burning encr... universlibre
- Re: [Trisquel-users] Help me burning encryped DVD with Luk... pierrefalek
- Re: [Trisquel-users] Help me burning encryped DVD with Luk... pierrefalek
