public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* metadata and contents in loop device
@ 2002-01-22 18:02 Michael Zhu
  2002-01-22 18:07 ` Alexander Viro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Michael Zhu @ 2002-01-22 18:02 UTC (permalink / raw)
  To: linux-crypto; +Cc: linux-kernel

Hello, everyone, in my loop device I want to use
different keys to en/decrypt the file contents and the
metadata of directories/file names information. But
how can I differentiate these two types of data in the
loop device? The loop device just cares about the
block. But the metadata of directories/file names
information is just the file system information. Any
idea about this? Thanks in advance.

Michael

______________________________________________________________________ 
Web-hosting solutions for home and business! http://website.yahoo.ca

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: metadata and contents in loop device
  2002-01-22 18:02 metadata and contents in loop device Michael Zhu
@ 2002-01-22 18:07 ` Alexander Viro
  2002-01-22 18:18 ` Lars Marowsky-Bree
  2002-01-22 18:28 ` Xavier Bestel
  2 siblings, 0 replies; 4+ messages in thread
From: Alexander Viro @ 2002-01-22 18:07 UTC (permalink / raw)
  To: Michael Zhu; +Cc: linux-crypto, linux-kernel



On Tue, 22 Jan 2002, Michael Zhu wrote:

> Hello, everyone, in my loop device I want to use
> different keys to en/decrypt the file contents and the
> metadata of directories/file names information. But
> how can I differentiate these two types of data in the
> loop device?

You can't.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: metadata and contents in loop device
  2002-01-22 18:02 metadata and contents in loop device Michael Zhu
  2002-01-22 18:07 ` Alexander Viro
@ 2002-01-22 18:18 ` Lars Marowsky-Bree
  2002-01-22 18:28 ` Xavier Bestel
  2 siblings, 0 replies; 4+ messages in thread
From: Lars Marowsky-Bree @ 2002-01-22 18:18 UTC (permalink / raw)
  To: Michael Zhu; +Cc: linux-crypto, linux-kernel

On 2002-01-22T13:02:01,
   Michael Zhu <mylinuxk@yahoo.ca> said:

> Hello, everyone, in my loop device I want to use
> different keys to en/decrypt the file contents and the
> metadata of directories/file names information. But
> how can I differentiate these two types of data in the
> loop device? The loop device just cares about the
> block. But the metadata of directories/file names
> information is just the file system information. Any
> idea about this? Thanks in advance.

You can't.

Not without a special filesystem, which stored both kinds of data on different
block devices. Have fun writing one ;-)

What is the intended use of this?


Sincerely,
    Lars Marowsky-Brée <lmb@suse.de>

-- 
Perfection is our goal, excellence will be tolerated. -- J. Yahl


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: metadata and contents in loop device
  2002-01-22 18:02 metadata and contents in loop device Michael Zhu
  2002-01-22 18:07 ` Alexander Viro
  2002-01-22 18:18 ` Lars Marowsky-Bree
@ 2002-01-22 18:28 ` Xavier Bestel
  2 siblings, 0 replies; 4+ messages in thread
From: Xavier Bestel @ 2002-01-22 18:28 UTC (permalink / raw)
  To: Michael Zhu; +Cc: linux-crypto, Linux Kernel Mailing List

On Tue, 2002-01-22 at 19:02, Michael Zhu wrote:
> Hello, everyone, in my loop device I want to use
> different keys to en/decrypt the file contents and the
> metadata of directories/file names information. But
> how can I differentiate these two types of data in the
> loop device? The loop device just cares about the
> block. But the metadata of directories/file names
> information is just the file system information. Any
> idea about this? Thanks in advance.

Mmmh ... I don't really see the point, but perhaps you should look at
stegfs (sorry, don't remember the URL)



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-01-22 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-22 18:02 metadata and contents in loop device Michael Zhu
2002-01-22 18:07 ` Alexander Viro
2002-01-22 18:18 ` Lars Marowsky-Bree
2002-01-22 18:28 ` Xavier Bestel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox