[Prev][Next][Index][Thread]

Re: about fsread



> Date: Wed, 9 May 2001 21:28:29 +0800 (CST)
> From: "lawranceyang" <lawranceyang@263.net>
> To: oskit-users@fast.cs.utah.edu
> Subject: about fsread
> 
> dear sir:
>   i try to run fsread(a example kernel).because there is linux on my computer,
> i modified fsread.c file as follow:
>   #define OSKIT_UNIX
>   diskname="hda7" /*my ex2 partition*/
>   then i run the kernel.but was warned of "fsread_ffs_open failed:invalid 
> argument".
>   (i used to use this method to run linux_fs_com,and succeeded.)
>   can you help me? thanks in advance!
>                                               lawranceyang@263.net
> 

You need to change fsread_ffs_open to fsread_ext2_open so it interprets your
partition as Linux ext2fs instead of BSD ffs.