Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-23-2008, 01:36 PM
john@wexfordpress.com
 
Posts: n/a
reforamat usb drive to fat

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
Reply With Quote
  #2 (permalink)  
Old 07-23-2008, 01:48 PM
Helmut Hullen
 
Posts: n/a
Re: reforamat usb drive to fat

Hallo, john@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".

Reply With Quote
  #3 (permalink)  
Old 07-23-2008, 01:54 PM
Grant
 
Posts: n/a
Re: reforamat usb drive to fat

On Wed, 23 Jul 2008 06:36:19 -0700 (PDT), "john@wexfordpress.com" <john@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/
Reply With Quote
  #4 (permalink)  
Old 07-23-2008, 05:32 PM
Joost Kremers
 
Posts: n/a
Re: reforamat usb drive to fat

john@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@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)
Reply With Quote
  #5 (permalink)  
Old 07-23-2008, 07:16 PM
john@wexfordpress.com
 
Posts: n/a
Re: reforamat usb drive to fat

On Jul 23, 1:32 pm, Joost Kremers <joostkrem...@yahoo.com> wrote:
> j...@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...@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.
Reply With Quote
  #6 (permalink)  
Old 07-23-2008, 07:24 PM
Lew Pitcher
 
Posts: n/a
Re: reforamat usb drive to fat

In alt.os.linux.slackware, Joost Kremers wrote:

> john@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


Which assumes that /sbin/mkfs.vfat exists. IIRC, Slackware doesn't deliver
this as a default. You have to install the dosfstools package, and manually
(soft)link /sbin/mkfs.vfat to /sbin/mkdosfs. While you are at it, you
should also (soft)link /sbin/mkfs.msdos to /sbin/mkdosfs so that you can
mkfs -t msdos
as well

--
Lew Pitcher

Master Codewright & JOAT-in-training | Registered Linux User #112576
http://pitcher.digitalfreehold.ca/ | GPG public key available by request
---------- Slackware - Because I know what I'm doing. ------


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Slackware


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 10:42 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109