public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Supermount (NOT Mandrake!)
@ 2003-06-23  2:41 rmoser
  2003-06-23  2:56 ` Con Kolivas
  0 siblings, 1 reply; 2+ messages in thread
From: rmoser @ 2003-06-23  2:41 UTC (permalink / raw)
  To: linux-kernel

Okay, Mandrake's supermount is marked as stable, and it's broken
and a piece of shit.  However, supermount is useful on the iPaq and
convienient in other places as well.  I'm going to work out a somewhat
workable alternative to that, and try to impliment it.  Once I fail at that
(some outlook on life I have, huh?), I'll put the proposal up on here for
you all to take a shot at.

One of the things I'm thinking about is multiple partition devices.  For
example, Zip disks.  Some of us make a Zip disk a single filesystem,
with no partition table: `mount /dev/sda /zip`.  Others leave the 4
partitions on the Zip disk when they get it:  `mount /dev/sda4 /zip`.
What to do, what to do.

Of course the answer's simple.
`mount supermount /zip -o device=/dev/sda,user`, and if we have 4 partitions,
/zip becomes mod a-w, and 4 new directories appear:  /zip/1 /zip/2 /zip/3
/zip/4.  Then supermount mounts each partition on each of those, if
possible.  If it's a broken partition (/dev/sda[1-3] on a new zip disk), it's just
marked mod a-w.

Question:  Can I do this?  I've never programmed in the kernel before but i've
tried several times.  I know about the automounter.  Can I control it from a
virtual filesystem device?  Like, on accessing /zip, could those dirs be created
virtually, then suddenly a supermount mounted on each of them?  I have no
idea what I'm doing but I'm trying!

I'm gonna send this before I feel too stupid to.

--Bluefox Icy


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

* Re: Supermount (NOT Mandrake!)
  2003-06-23  2:41 Supermount (NOT Mandrake!) rmoser
@ 2003-06-23  2:56 ` Con Kolivas
  0 siblings, 0 replies; 2+ messages in thread
From: Con Kolivas @ 2003-06-23  2:56 UTC (permalink / raw)
  To: rmoser, linux-kernel

On Mon, 23 Jun 2003 12:41, rmoser wrote:
> Okay, Mandrake's supermount is marked as stable, and it's broken
> and a piece of shit.  However, supermount is useful on the iPaq and
> convienient in other places as well.  I'm going to work out a somewhat
> workable alternative to that, and try to impliment it.  Once I fail at that
> (some outlook on life I have, huh?), I'll put the proposal up on here for
> you all to take a shot at.
>
> One of the things I'm thinking about is multiple partition devices.  For
> example, Zip disks.  Some of us make a Zip disk a single filesystem,
> with no partition table: `mount /dev/sda /zip`.  Others leave the 4
> partitions on the Zip disk when they get it:  `mount /dev/sda4 /zip`.
> What to do, what to do.
>
> Of course the answer's simple.
> `mount supermount /zip -o device=/dev/sda,user`, and if we have 4
> partitions, /zip becomes mod a-w, and 4 new directories appear:  /zip/1
> /zip/2 /zip/3 /zip/4.  Then supermount mounts each partition on each of
> those, if possible.  If it's a broken partition (/dev/sda[1-3] on a new zip
> disk), it's just marked mod a-w.
>
> Question:  Can I do this?  I've never programmed in the kernel before but
> i've tried several times.  I know about the automounter.  Can I control it
> from a virtual filesystem device?  Like, on accessing /zip, could those
> dirs be created virtually, then suddenly a supermount mounted on each of
> them?  I have no idea what I'm doing but I'm trying!
>
> I'm gonna send this before I feel too stupid to.

supermount ng is good and maintained
http://supermount-ng.sf.net

Con


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

end of thread, other threads:[~2003-06-23  2:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-23  2:41 Supermount (NOT Mandrake!) rmoser
2003-06-23  2:56 ` Con Kolivas

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