Re: translators, ext2 and files

2000-07-14 Thread Thomas Bushnell, BSG
Mark Kettenis <[EMAIL PROTECTED]> writes: > Anyway, I agree with Marcus that it's useful to have this feature, and > it's probably how Thomas designed it. yep. Thomas

Re: translators, ext2 and files

2000-07-14 Thread Roland McGrath
> How about having a magic translator /dev/underlying to represent the > underlying node of a translator (similar to /dev/tty for the > controlling terminal)? That would be a pain and not fit well with the abstraction layers. There is no inherent mapping between processes and filesystems.

Re: translators, ext2 and files

2000-07-14 Thread Kalle Olavi Niemitalo
Mark Kettenis <[EMAIL PROTECTED]> writes: > How about having a magic translator /dev/underlying to represent the > underlying node of a translator (similar to /dev/tty for the > controlling terminal)? How would libc know about the underlying port? Remember, the same process may be translating m

Re: translators, ext2 and files

2000-07-14 Thread Mark Kettenis
From: Kalle Olavi Niemitalo <[EMAIL PROTECTED]> Date: 14 Jul 2000 23:23:31 +0300 Mark Kettenis <[EMAIL PROTECTED]> writes: >Date: Thu, 13 Jul 2000 19:27:55 -0400 >From: Olivier Galibert <[EMAIL PROTECTED]> > >settrans -c dummy /hurd/ext2fs `pwd`/dummy > >

Re: translators, ext2 and files

2000-07-14 Thread Kalle Olavi Niemitalo
Mark Kettenis <[EMAIL PROTECTED]> writes: >Date: Thu, 13 Jul 2000 19:27:55 -0400 >From: Olivier Galibert <[EMAIL PROTECTED]> > >settrans -c dummy /hurd/ext2fs `pwd`/dummy > >...because the translator will end up looping on itself. > > Did you check that? If it really does that

Re: translators, ext2 and files

2000-07-14 Thread Niels Möller
Olivier Galibert <[EMAIL PROTECTED]> writes: > It's probably even too magic for the translator itself. This does not > work: > dd if=/dev/zero of=dummy bs=1024k count=8 > mke2fs dummy > settrans -c dummy /hurd/ext2fs `pwd`/dummy > > ...because the translator will end up looping on itself. You