Jump to content

FAT12 format tool needed


buletov

Recommended Posts


  • 2 weeks later...

Actually you need to FDISK the drive as FAT12 Before FORMATTING IT.

http://fdisk.radified.com/

http://www.23cc.com/free-fdisk/index.htm

You might want to try these tools:

www.ranish.com/part

http://www.zeleps.com/

http://diskman.dyndns.org/

http://www.ibiblio.org/pub/micro/pc-stuff/...rmat/format.lsm

This page is an interesting overview/comparison of FAT12 vs. FAT16

http://www.pscience5.net/CompactFlash.htm

jaclaz

Link to comment
Share on other sites

fdisk and ranish able to see the USB mem stick?

Not directly of course.

You must make a dos/win9x floppy or installation with USB support.

Even then, not ALL computers (due to the poor implementation of the USB standard in some bios) can access it properly.

Here are some possible resources:

http://www.theinquirer.net/?article=10215

http://www.stefan2000.com/darkehorse/PC/DOS/Drivers/USB/

http://www.datoptic.com/Drivers/DAT.exe

The "Moto Hairu" Panasonic driver di1000dd.sys is reported to be working:

http://www.computing.net/dos/wwwboard/forum/15210.html

Another "possible" approach would be to create an empty "RAW" virtual drive file formatted as FAT12, then DD it to the stick.

Finally one could try to use the DOS 3.3 format utility, which had only FAT12 support, if I recall correctly.

jaclaz

Link to comment
Share on other sites

UPDATE:

This "could" work:

http://www.mager.org/mkdosfs/

it is a WinNT port of linux command mkdosfs:

NAME

    mkdosfs - create an MS-DOS file system under Linux

SYNOPSIS

    mkdosfs  [  -A ][ -b sector-of-backup ] [ -c ] [ -l file-

    name ] [ -C ] [ -f number-of-FATs ] [ -F FAT-size ]  [  -i

    volume-id  ] [ -I ] [ -m message-file ] [ -n volume-name ]

    [ -r root-dir-entries ] [ -R number-of-reserved-sectors  ]

    [ -s sectors-per-cluster ] [ -S logical-sector-size ] [ -v

    ] device [ block-count ]

DESCRIPTION

    mkdosfs is used to create  an  MS-DOS  file  system  under

    Linux  on  a device (usually a disk partition).  device is

    the  special  file  corresponding  to  the device (e.g

    /dev/hdXX). block-count  is  the number of blocks on the

    device.  If omitted, mkdosfs automatically determiness the

    file system size.

....

    -F FAT-size

              Specifies the type of file allocation  tables  used

              (12,  16  or  32  bit). If  nothing is specified,

              mkdosfs will automatically select between 12 and 16

              bit,  whatever fits better for the filesystem size.

              32 bit FAT (FAT32 format) must (still) be  selected

              explicitly if you want it.

jaclaz

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...