Greg Pratt wrote:
> 
> Hi Ron,
> Thanks for the information. I'm having a bit of a problem:
> 1) ./flash_on
> 2) Load drivers:
> insmod insmod ./docecc.o
> insmod ./doc2001.o
> insmod ./docprobe.o
> 3) Format the DoC:
> # ./nftl_format /dev/mtd0 1048756
> Phase 1. Checking and erasing Erase Zones from 0x001000b4 to 0x00800000
>         Erasing Zone #1022 @ 0x7fc000
> Phase 2.a Writing NFTL Media Header and Bad Unit Table
> Phase 2.b Writing Spare NFTL Media Header and Spare Bad Unit Table
> Phase 3. Writing Unit Control Information to each Erase Unit
> 
> 4) Execute fdisk against the device:
> # fdisk /dev/nftla
> 
> Unable to open /dev/nftla
> ^^^^^^^^^^^^^^^^^^^^^^^^^ ???
> 

You have to:

        insmod nftlmount
        insmod nftl

to make /dev/nftl avaliable.

Ollie

Reply via email to