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

Re: fsread



> From: Facundo Arena <trax@abaconet.com.ar>
> Subject: Re: fsread
> 
> Still having the same problem... I don't know what happen... :(

So, is this how the beginning of your fsread.c looks, after you modified
it, with the second set changed to match what Steve recommended?

#if 0
# define DISK_NAME	"sd0"		/* shaky */
# define PART_NAME	"a"
#else
# define DISK_NAME	"hd0"
# define PART_NAME	"s2"
#endif

Lbs

---------------------------------------------------------------------------
Leigh B. Stoller                     Computer Science - Flux Research Group
stoller@cs.utah.edu                  University of Utah
http://www.cs.utah.edu/~stoller      Salt Lake City, Utah 84112
Voice: (541) 758-6252                FAX: (801) 585-3743
---------------------------------------------------------------------------