LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   working details of loopback devices (https://www.linuxquestions.org/questions/linux-newbie-8/working-details-of-loopback-devices-606229/)

vivek_110477 12-12-2007 03:08 AM

working details of loopback devices
 
hi,
i am new to the linux environment...
currently i am working on disk encryptors..

during going through the linux i found losetup can be used in this case.
but i am not aware of its technical details. because i am involved in development of an application which involves

i) creating and managing raw partition.
ii) data should be encrypted when being written.
iii)it should be decrypted when being read.

i am using RHEL ES v4.0 and C language

can anybody help me in finding out working details( like information flow/ flowchart/intraction with different linux module) of loopback devices.

bhaslinux 12-12-2007 09:26 AM

why not try crpto-devices

losetup <loop> <file>
cryptsetup <name> <loop>
use /dev/mapper/name for all purposes ... <file> will have encrypted contents !

vivek_110477 12-12-2007 11:28 PM

thanks a lot for replying
but i am looking more theoratical on loopbak devices..
but u or anybody having some url regarding that
or if some other please mail me at vivek_110477@yahoo.com

thanks in advance....


All times are GMT -5. The time now is 05:55 AM.