当前位置: 技术问答>linux和unix
请教一个linux虚拟磁盘的问题
来源: 互联网 发布时间:2017-05-27
本文导语: 请教各位大大们好,本人打算在linux下,用一个普通的文件来模拟一个虚拟磁盘,就像windows下的filedisk差不多,同时能实现对磁盘上的文件的加密解密,由于小弟刚做驱动不久,现在没有一点思路,希望各位大神不吝...
请教各位大大们好,本人打算在linux下,用一个普通的文件来模拟一个虚拟磁盘,就像windows下的filedisk差不多,同时能实现对磁盘上的文件的加密解密,由于小弟刚做驱动不久,现在没有一点思路,希望各位大神不吝教我。
|
Again, I don't know. I show you the route and you will have to dig into it yourself coz it's ur project.
I would say if loop device man page doesn't indicate a way to insert ur own algorithm instead of predefined, then you will have do it by programming it into ur own loop device driver.
Is this link below helpful?
http://homepage.smc.edu/morgan_david/linwin/encryptedfilesystem.htm