From: john on
I use a usb pen drive to transfer files between my Slack system and my
antique Win 98 computer which has a inkjet color printer.
Unfortunately in a fit of madness I reformatted the pen drive to
linux. Now I need to put it back in FAT format again so that the
antique can recognize it. . It is /dev/sda1. I tried
fdformat /dev/sda1
but it balks because of no format specified. The pen drive is 256mb
capacity.

John Culleton
From: Helmut Hullen on
Hallo, john(a)wexfordpress.com,

Du meintest am 23.07.08:

> I use a usb pen drive to transfer files between my Slack system and
> my antique Win 98 computer which has a inkjet color printer.
> Unfortunately in a fit of madness I reformatted the pen drive to
> linux. Now I need to put it back in FAT format again so that the
> antique can recognize it. . It is /dev/sda1. I tried
> fdformat /dev/sda1
> but it balks because of no format specified. The pen drive is 256mb
> capacity.

Try "fdisk"

change disk
show partitions
delete
non-DOS

Viele Gruesse
Helmut

"Ubuntu" - an African word, meaning "Slackware is too hard for me".

From: Grant on
On Wed, 23 Jul 2008 06:36:19 -0700 (PDT), "john(a)wexfordpress.com" <john(a)wexfordpress.com> wrote:

>I use a usb pen drive to transfer files between my Slack system and my
>antique Win 98 computer which has a inkjet color printer.
>Unfortunately in a fit of madness I reformatted the pen drive to
>linux. Now I need to put it back in FAT format again so that the
>antique can recognize it. . It is /dev/sda1. I tried
>fdformat /dev/sda1
>but it balks because of no format specified. The pen drive is 256mb
>capacity.

mkdosfs /dev/sda1 ??

Or format the thing from Win98.

Grant.
--
http://bugsplatter.mine.nu/
From: Joost Kremers on
john(a)wexfordpress.com wrote:
> Unfortunately in a fit of madness I reformatted the pen drive to
> linux. Now I need to put it back in FAT format again so that the

mkfs -t vfat


--
Joost Kremers joostkremers(a)yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)
From: john on
On Jul 23, 1:32 pm, Joost Kremers <joostkrem...(a)yahoo.com> wrote:
> j...(a)wexfordpress.com wrote:
> > Unfortunately in a fit of madness I reformatted the pen drive to
> > linux. Now I need to put it back in FAT format again so that the
>
> mkfs -t vfat
>
> --
> Joost Kremers joostkrem...(a)yahoo.com
> Selbst in die Unterwelt dringt durch Spalten Licht
> EN:SiS(9)

Following a montage of advice from various people I used cfdisk to
delete the existing partition and create a vfat partition, then I used
mkdosfs to make a file system and then I was more or less home free.
The Win 98 partition still did not see it (Win XP saw it fine on my
other machine) so I loaded in Slax in text only mode and was easily
able to put the file where it could be read by MSWin. Then I fired up
Win 98 and used Adobe Reader to print the pdf file.