Re: [RFC] union-mount stuff

Werner Almesberger (almesber@lrc.epfl.ch)
Wed, 7 Jun 2000 11:22:16 +0200 (MET DST)


Alexander Viro wrote:
> union-mount != unionfs.

Oh, I see.

> Nope. Look: we mount /dev/sda7 and /dev/fd0 atop of /mnt. Who should be
> reported as owner?

I'd say /dev/sda7:/ or /dev/fd0:/ using whatever resolution order
you use for any other name clashes.

> Negative and negative. What problems with pivot_root()? It will simplify
> the thing...

In

# mount /dev/foo /mnt
# cd /mnt
# demon &
# pivot_root . /old
# exec chroot . whatever

wouldn't demon then keep / busy ?

- Werner

-- 
  _________________________________________________________________________
 / Werner Almesberger, ICA, EPFL, CH       werner.almesberger@ica.epfl.ch /
/_IN_N_032__Tel_+41_21_693_6621__Fax_+41_21_693_6610_____________________/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/