You need to check if your kernel has
- correct partition type support
I have CONFIG_MSDOS_PARTITION set, is there something else I need?
- correct fs type support ( like rich said, ext3 etc)
It's there except for CONFIG_EXT3_FS_XATTR, because it conflicted with the tiny patches.
Myles
Myles Watson wrote:
You need to check if your kernel has
- correct partition type support
I have CONFIG_MSDOS_PARTITION set, is there something else I need?
Hm. Does /sys/block/hda/hda1 exist? It should be automatically created by the kernel if you mount sysfs. If it doesn't exist, the partition could not be found. Now check if at least /sys/block/hda is there. If not, even the hard disk was not found.
Regards, Carl-Daniel