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

Re: questions on fsread



Thanks for those who sent advives for me.  It worked beautifully after
I followed your suggestion: 

> I think if you set
> DISK_NAME to "sd0" and PART_NAME to "s2" you might get the right behavior.

> Problem 2 is that fsread.c is currently hardwired to expect an FFS, aka BSD,
> filesystem (are you begining to detect an OS bias here? :-).  If you change:
> 
> 	CHECK(err, fsread_ffs_open, (part, filename, &fbio));
> 
> to:
> 
> 	CHECK(err, fsread_ext2_open, (part, filename, &fbio));
> 

Thank you very much!!!


--
Concentration .. Naomaru Itoi

=================================
To subscribe or unsubscribe, send mail with "subscribe" or "unsubscribe"
to oskit-users-request@flux.cs.utah.edu.  The oskit-announce list is low
volume - if you want to subscribe, mail oskit-announce-request@flux.cs.utah.edu


References: