L�0 <[EMAIL PROTECTED]> writes:
> But I can tell you how to use your cd-rom well (just like mounting
> it under Linux) : you simply need to create a node with the
> appropriate filesystem server associated, i.e. with "settrans -ca
> /mnt/cdrom /hurd/isofs /dev/hd1", and it should work this way.
Yes, I know. Unfortunately, it doesn't work. I used `cat' instead of
`/hurd/isofs' because I thought it would be simpler with less
opportunities to fail.
> But I had a similar problem with my Linux ext2 partition : I can't
> manage to 'mount' it (with "settrans -ca /mnt/linux /hurd/ext2fs
> /dev/hd0s7") as I get the following error messages :
> ext2fs: Mounted read-only because of unsupported optionnal feature
> (0x1)
> ext2fs: main: panic: no root node!
> settrans: translator died.
The `unsupported optional feature' could be the reason. If you have
the option, reinitialize the ext2fs partition with Hurd's mke2fs, or
under Linux, with "mke2fs -O none".