On 3/16/06, Alejandro Serrano <[EMAIL PROTECTED]> wrote: > I have tried to install Hurd, but I had the problem with passwd file. So > I've formatted everything again, and now, when I boot, I get: > > start /hurd/ext2fs.static: ext2fs: device hd0s1: panic: disk_cache_init: > Block size 1024 != vm_page_size 4096 > [...]
From: http://www.debian.org/ports/hurd/hurd-install ------------------------------- To create a filesystem, use mke2fs and pass it '-b 4096 -o hurd' to designate the Hurd as the owner of the new file system. For instance, assuming the partition is `/dev/hda2': # mke2fs -b 4096 -o hurd /dev/hda2 ------------------------------- You'll have to generate with the right block size and the right owner I guess. -- Javier --

