Dear team, How am i gonna solve this error, with a fresh Silo install on RAID 1?
~ # cat /target/boot/silo.conf root=/dev/md1 partition=0 default=Linux read-only timeout=100 image=/vmlinuz label=Linux initrd=/initrd.img image=/vmlinuz.old label=LinuxOLD initrd=/initrd.img.old ~ # /target/sbin/silo -r /target /etc/silo.conf appears to be valid Fatal error: File systems other than ext2, ext3, ufs and romfs not yet supported ~ # df <snap> /dev/md0 93207 26714 61681 30% /target/boot /dev/md1 139839652 1000748 131665692 1% /target /dev/md2 26766048 45096 25338260 0% /target/home ~ # mount <snap> /dev/md0 on /target/boot type ext2 (rw,relatime,block_validity,barrier,user_xattr,acl) /dev/md1 on /target type ext4 (rw,relatime,errors=remount- ro,data=ordered) /dev/md2 on /target/home type ext4 (rw,relatime,data=ordered) Thanks, Frans van Berckel