use sandisk utility next question

  • Thread starter Thread starter guidi fabio
  • Start date Start date
G

guidi fabio

my hardware have two ide chanel the first is disable in
the secon there is sandisk and it is slave disk

i use the comand
ndcfwchg /S/F

and the utility faild
faild(error #20)
 
guidi fabio said:
my hardware have two ide chanel the first is disable in
the secon there is sandisk and it is slave disk

i use the comand
ndcfwchg /S/F

and the utility faild
faild(error #20)

Assuming you posted the command exactly as you typed it at a DOS prompt, you
probably need a space between the two options.

ndcfwchg /s /f works for me.

Otherwise, you should check that the CF device is actually a Sandisk CF.
The utility is specific to Sandisk devices.


Graham.
 
Guidi,

There's another command line argument to specify the
master or slave drive. The /S or /P specifies which IDE
channel to use. The /1 or /0 specifies which disk on the
channel. Thus, to write to the slave disk on the second
channel, you need:

ndcfwchg /S /F /1

The default is /0, which is the master disk.

Terry
 
Back
Top