I'm trying to create a filesystem in RAM. I've got the rd.o module, but when I try to create the fs I get:
16:18:04</dev># mkfs -t ext2 -v /dev/ram 2048 mke2fs 1.19, 13-Jul-2000 for EXT2 FS 0.5b, 95/08/09 mkfs.ext2: error in loading shared libraries: mkfs.ext2: undefined symbol: e2p_edit_feature Reinstalling e2fsprogs didn't help. -chris