Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

encrypt DVD command can not work

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
mfaridi
Posts: 141
Joined: 2005-04-21 07:48
Location: Afghanistan
Contact:

encrypt DVD command can not work

#1 Post by mfaridi »

I use LMDE mint

I want use this link for make encrypt DVDs

http://www.distrogeeks.com/create-encry ... dvd-image/

but when I run this command

Code: Select all

sudo apt-get install loop-aes-utils aespipe
I see this error

Code: Select all

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package loop-aes-utils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'loop-aes-utils' has no installation candidate
so Install aes only , this command work

Code: Select all

$ genisoimage -quiet -r ~/Desktop | aespipe -T -e aes256 > desktop.iso
but this command can not work

Code: Select all

sudo mount -o loop,encryption=aes256 desktop.iso /media/iso

and I see this error

Code: Select all

ioctl: LOOP_SET_STATUS: Invalid argument
Can I find another guide for Creat Encrypted DVD ?
life is linux and debian is live

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: encrypt DVD command can not work

#2 Post by arochester »

Debian Use Forums is about Debian...it is not about Ubuntu, Kali, LMDE or any of the other dozens of distros "based" on Debian. They are different. They have their own repositories.

You should ask the LMDE Forums http://forums.linuxmint.com/viewforum.php?f=228

mfaridi
Posts: 141
Joined: 2005-04-21 07:48
Location: Afghanistan
Contact:

Re: encrypt DVD command can not work

#3 Post by mfaridi »

Thanks
But linux mint debian forums is not very active and i asked my question two day ago . and I can not find my answer.
I need help to solve this problem
life is linux and debian is live

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: encrypt DVD command can not work

#4 Post by stevepusser »

Those guides are old, Debian dropped that package after squeeze. Perhaps this one will work? : http://weichselbraun.net/manual/encrypt ... d_dvd.html
MX Linux packager and developer

mfaridi
Posts: 141
Joined: 2005-04-21 07:48
Location: Afghanistan
Contact:

Re: encrypt DVD command can not work

#5 Post by mfaridi »

stevepusser wrote:Those guides are old, Debian dropped that package after squeeze. Perhaps this one will work? : http://weichselbraun.net/manual/encrypt ... d_dvd.html
thanks
when I run this command

Code: Select all

sudo cryptsetup luksOpen /dev/loop0 dvd
I see this error

Code: Select all

Device /dev/loop0 is not a valid LUKS device
and I can not continue
before commands before this command work good without error
life is linux and debian is live

mfaridi
Posts: 141
Joined: 2005-04-21 07:48
Location: Afghanistan
Contact:

Re: encrypt DVD command can not work

#6 Post by mfaridi »

I need help
life is linux and debian is live

Post Reply