<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Format a floppy disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930529#M818384</link>
    <description>Most diskettes are already pre-formatted in 'DOS' format, so their is no need to format them.&lt;BR /&gt;&lt;BR /&gt;Also you should not re-format diskettes if they give problems, but you should throw them away.&lt;BR /&gt;&lt;BR /&gt;As mentioned, if you want to do a *high* level format (HLF), i.e. put a DOS filesystem on it (because it was possibly wiped in some way), then it is best to do that on a PC.&lt;BR /&gt;&lt;BR /&gt;If that is not possible, you can use dd(1) as Trond indicated, i.e.&lt;BR /&gt;&lt;BR /&gt;Take an empty, DOS-formatted diskette and then do:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/... bs=9k | compress &amp;gt;blank_DOS_image.Z&lt;BR /&gt;&lt;BR /&gt;and *keep* blank_DOS_image.Z somewhere.&lt;BR /&gt;&lt;BR /&gt;Then when you need to DOS-HLF a diskette (which is already LLFed), then do:&lt;BR /&gt;&lt;BR /&gt;zcat &amp;lt; blank_DOS_image.Z | dd bs=9k of=/dev/...</description>
    <pubDate>Wed, 19 Mar 2003 16:39:42 GMT</pubDate>
    <dc:creator>Frank Slootweg</dc:creator>
    <dc:date>2003-03-19T16:39:42Z</dc:date>
    <item>
      <title>Format a floppy disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930522#M818377</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I would like know the command to format a floppy disk to a dos format. But in the file /etc/default/fs, i have only the option :&lt;BR /&gt;LOCAL=hfs.&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Wed, 19 Mar 2003 08:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930522#M818377</guid>
      <dc:creator>Moreau Jean-Claude</dc:creator>
      <dc:date>2003-03-19T08:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Format a floppy disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930523#M818378</link>
      <description>you need to have the DOS utilities installed, and use a coommand like dosfmat (I think that is hte command)&lt;BR /&gt;do swlist -l file | grep MSDOS&lt;BR /&gt;and see if you have them&lt;BR /&gt;LOng time since I played with htese commands&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2003 08:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930523#M818378</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-03-19T08:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Format a floppy disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930524#M818379</link>
      <description>I think that the command is :&lt;BR /&gt;mediainit -v -i 2 -f16 /dev/rfloppy/c0t1d0 &lt;BR /&gt;and after i must launch the command : newfs -F ibm_1440 /dev/rfloppy/c0t1d0&lt;BR /&gt;&lt;BR /&gt;This command last command does not work!&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2003 08:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930524#M818379</guid>
      <dc:creator>Moreau Jean-Claude</dc:creator>
      <dc:date>2003-03-19T08:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Format a floppy disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930525#M818380</link>
      <description>If I remember right there are several /usr/bin/dos* commands, but none to format a floppy. A trick might be to use dd to copy a image of a formated floppy to a file, and later dd that file to the floppy you want to format.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Wed, 19 Mar 2003 10:11:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930525#M818380</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2003-03-19T10:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Format a floppy disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930526#M818381</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;take a look at next link,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x088eabe92dabd5118ff10090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x088eabe92dabd5118ff10090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 19 Mar 2003 10:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930526#M818381</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-03-19T10:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Format a floppy disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930527#M818382</link>
      <description>If you have an hp xterm you can do it via the F12 &amp;gt; Floppy &amp;gt; Format section.</description>
      <pubDate>Wed, 19 Mar 2003 10:35:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930527#M818382</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2003-03-19T10:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Format a floppy disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930528#M818383</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I haven't really played with dosls and those other utilities since HP-UX 9.  However your mediainit command looks OK (from other docs I've seen), though I think the newfs won't work as you haven't got an ibm_1440 in  /sbin/lib/mfsconfig.d/.  I'm not sure if a newfs -F hfs of the device will give you the correct result, but could be worth trying.&lt;BR /&gt;&lt;BR /&gt;I'd suggest the easiest option is to format the disks in a PC. :)&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Wed, 19 Mar 2003 10:41:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930528#M818383</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-03-19T10:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Format a floppy disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930529#M818384</link>
      <description>Most diskettes are already pre-formatted in 'DOS' format, so their is no need to format them.&lt;BR /&gt;&lt;BR /&gt;Also you should not re-format diskettes if they give problems, but you should throw them away.&lt;BR /&gt;&lt;BR /&gt;As mentioned, if you want to do a *high* level format (HLF), i.e. put a DOS filesystem on it (because it was possibly wiped in some way), then it is best to do that on a PC.&lt;BR /&gt;&lt;BR /&gt;If that is not possible, you can use dd(1) as Trond indicated, i.e.&lt;BR /&gt;&lt;BR /&gt;Take an empty, DOS-formatted diskette and then do:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/... bs=9k | compress &amp;gt;blank_DOS_image.Z&lt;BR /&gt;&lt;BR /&gt;and *keep* blank_DOS_image.Z somewhere.&lt;BR /&gt;&lt;BR /&gt;Then when you need to DOS-HLF a diskette (which is already LLFed), then do:&lt;BR /&gt;&lt;BR /&gt;zcat &amp;lt; blank_DOS_image.Z | dd bs=9k of=/dev/...</description>
      <pubDate>Wed, 19 Mar 2003 16:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/format-a-floppy-disk/m-p/2930529#M818384</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-03-19T16:39:42Z</dc:date>
    </item>
  </channel>
</rss>

