linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* directory inclusion in ext2/ext3
@ 2003-07-23 19:36 softpro
  2003-07-23 20:04 ` Scott McDermott
  0 siblings, 1 reply; 7+ messages in thread
From: softpro @ 2003-07-23 19:36 UTC (permalink / raw)
  To: linux-kernel

hi,

i have been looking for the possibility to display the contents of several 
directories in another one, but have so far not found anything suitable.

the two possibilites i considered so far were:

- soft-linking all files one by one, but then changes in a linked file 
(renaming, moving, deleting, ...) won't be noticed by the soft-links.
- LVM: exactly what i want as functionality but too low-level. i don't need 
any device merging, striping, mirroring, but just want to be able to link 
directory-contents.

i think it shouldn't be so hard to implement something similar to 
softlinks in ext2 that allows directories to have something like an 
include-directive to display contents of other directories as well.

hope this ain't too naive :-))

Johannes

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: Re: directory inclusion in ext2/ext3
@ 2003-07-23 20:22 softpro
  2003-07-24  0:54 ` Mike Fedyk
  0 siblings, 1 reply; 7+ messages in thread
From: softpro @ 2003-07-23 20:22 UTC (permalink / raw)
  To: linux-kernel

Scott McDermott <vaxerdec () frontiernet ! net> on 2003-07-23 20:04:26:

>> i have been looking for the possibility to display the
>> contents of several directories in another one, but have
>> so far not found anything suitable.

>This sounds like Al Viro's unionfs if I'm not mistaken.

well, not really. unionfs is close because with a "mount -o bind" and 
additive mounting my problem would be solved, but what i'm looking for is a 
very high-level solution. as i said, my idea of solving this is to have an 
inclusion directive in directory-files...

has nobody ever felt the lack of such functionality??

Johannes

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: directory inclusion in ext2/ext3
@ 2003-07-24  3:48 Johannes Halmann
  2003-07-25 17:10 ` Mike Fedyk
  0 siblings, 1 reply; 7+ messages in thread
From: Johannes Halmann @ 2003-07-24  3:48 UTC (permalink / raw)
  To: linux-kernel

On Thu, 24 Jul 2003 03:00:17 +0200 Mike Fedyk wrote:
>> my idea of solving this is to have
>> an inclusion directive in directory-files...
>> 
>> has nobody ever felt the lack of such functionality??

> What exactly does this help you to do?
> What do you want to accomplish?

hmm, i have a lot of huge files on different hard drives and wish to access 
them in a uniform fashion. i would like to sort ALL files in subdirectories 
but have no need for an LVM, RAID or similar. for example:

/mnt/drive1/category1
/mnt/drive1/category2
/mnt/drive2/category1
/mnt/drive2/category2

(the data is so huge, that it is not possible to always merge categories on a 
single disk!)
what i would like to do now is to be able to display all files of "cat1" and 
"cat2" respectively in "/mnt/union/category1" and "/mnt/union/category2". yet 
i don't wish to simply link the directories as this would complicate access 
with growing number of hard drives the data is spread on!

it's a bit weird to explain, i hope it's understandable now :-)))

Johannes

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <cypH.5dM.33@gated-at.bofh.it>]

end of thread, other threads:[~2003-07-25 16:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-23 19:36 directory inclusion in ext2/ext3 softpro
2003-07-23 20:04 ` Scott McDermott
2003-07-23 20:22 softpro
2003-07-24  0:54 ` Mike Fedyk
2003-07-24  1:24   ` Grant Miner
2003-07-24  3:48 Johannes Halmann
2003-07-25 17:10 ` Mike Fedyk
     [not found] <cypH.5dM.33@gated-at.bofh.it>
     [not found] ` <cCCR.hN.7@gated-at.bofh.it>
2003-07-24  8:37   ` Ihar "Philips" Filipau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).