<?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: Using floppy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987536#M923910</link>
    <description>Two ways ..&lt;BR /&gt;1) By setting the floppy to a HFS filesystem then copy it.&lt;BR /&gt;2) Using dos related copy utilities.&lt;BR /&gt;For 1.. (assuming c1t1d0 isyour floppy drive) .. insert a blank unformatted floppy, then run ..&lt;BR /&gt;# newfs -F hfs /dev/rfloppy/c1t1d0&lt;BR /&gt;# mkdir /temp&lt;BR /&gt;# mount /dev/floppy/c1t1d0 /temp&lt;BR /&gt;# cp &lt;FILENAME&gt; /temp&lt;BR /&gt;# ll /temp&lt;BR /&gt;# umount /temp&lt;BR /&gt;&lt;BR /&gt;For 2.. insert a formatted dos floppy and run..&lt;BR /&gt;# doscp &lt;FILENAME&gt; /dev/rfloppy/c1t1d0:/&lt;FILENAME&gt;&lt;BR /&gt;# dosll /dev/rfloppy/c1t1d0:&lt;BR /&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
    <pubDate>Tue, 03 Jun 2003 13:52:23 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2003-06-03T13:52:23Z</dc:date>
    <item>
      <title>Using floppy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987534#M923908</link>
      <description>Hi, I am new to all this.  I am using HP-UX 10.20, I am trying to copy a script onto the box, then copy a few files created by the script onto a floppy disk.  There seems to be many ways of doing this.  Could you tell me the simplest way of doing it?  Many thanks...</description>
      <pubDate>Tue, 03 Jun 2003 13:44:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987534#M923908</guid>
      <dc:creator>Priss</dc:creator>
      <dc:date>2003-06-03T13:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using floppy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987535#M923909</link>
      <description>example:&lt;BR /&gt;The device needed to archive to a floppy device is /dev/fl0a.&lt;BR /&gt;The command:&lt;BR /&gt;&lt;BR /&gt;     tar cvf /dev/fl0a object&lt;BR /&gt;will write to the floppy disk the file object or all files in the&lt;BR /&gt;directory object.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2003 13:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987535#M923909</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-06-03T13:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using floppy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987536#M923910</link>
      <description>Two ways ..&lt;BR /&gt;1) By setting the floppy to a HFS filesystem then copy it.&lt;BR /&gt;2) Using dos related copy utilities.&lt;BR /&gt;For 1.. (assuming c1t1d0 isyour floppy drive) .. insert a blank unformatted floppy, then run ..&lt;BR /&gt;# newfs -F hfs /dev/rfloppy/c1t1d0&lt;BR /&gt;# mkdir /temp&lt;BR /&gt;# mount /dev/floppy/c1t1d0 /temp&lt;BR /&gt;# cp &lt;FILENAME&gt; /temp&lt;BR /&gt;# ll /temp&lt;BR /&gt;# umount /temp&lt;BR /&gt;&lt;BR /&gt;For 2.. insert a formatted dos floppy and run..&lt;BR /&gt;# doscp &lt;FILENAME&gt; /dev/rfloppy/c1t1d0:/&lt;FILENAME&gt;&lt;BR /&gt;# dosll /dev/rfloppy/c1t1d0:&lt;BR /&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Tue, 03 Jun 2003 13:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987536#M923910</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-06-03T13:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using floppy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987537#M923911</link>
      <description>add something but with mkdone to the answer of S.K CHAN&lt;BR /&gt;&lt;BR /&gt;To copy the file from a floppy to your&lt;BR /&gt;HP-UX system, follow these steps 1&lt;BR /&gt;&lt;BR /&gt;     1. Create the special device file for the floppy drive using:&lt;BR /&gt;&lt;BR /&gt;        mknod /dev/rfloppy c 4 0xScAd00  Where Sc is the select code of&lt;BR /&gt;        the low speed HP-IB and Ad is the address of the floppy drive&lt;BR /&gt;&lt;BR /&gt;     2. Copy the DOS file from the floppy to the HP-UX hard drive using:&lt;BR /&gt;&lt;BR /&gt;        doscp /dev/rfloppy:DOS_FILE /users/some_user/DOS_FILE&lt;BR /&gt;&lt;BR /&gt;     3. You can also use:&lt;BR /&gt;&lt;BR /&gt;        dosls /dev/rfloppy:   To list the contents of the floppy.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2003 14:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987537#M923911</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2003-06-03T14:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using floppy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987538#M923912</link>
      <description>Hi,&lt;BR /&gt;Another method:&lt;BR /&gt;Go to &lt;A href="http://hpux.connect.org.uk/" target="_blank"&gt;http://hpux.connect.org.uk/&lt;/A&gt;&lt;BR /&gt;search for mtools and install it via depot to your box, then you have new tools to access to your drive like a floppy in a windows box. &lt;BR /&gt;&lt;BR /&gt;The new commands are mdir, mcopy and so on. You have not to type in the device for the floppy.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Tue, 03 Jun 2003 16:30:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987538#M923912</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-06-03T16:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using floppy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987539#M923913</link>
      <description>Thanks to all of you, I haven't had a chance to try it yet.  I will update points as soon as I have the chance to try! :)</description>
      <pubDate>Thu, 05 Jun 2003 09:31:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987539#M923913</guid>
      <dc:creator>Priss</dc:creator>
      <dc:date>2003-06-05T09:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using floppy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987540#M923914</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;The built in commands to work with floppy in HPUX is dos commands&lt;BR /&gt;doscp &lt;SORCE&gt; &lt;DISTANETION&gt;&lt;BR /&gt;you must use row floppy device /dev/rfloppy/cXtXdX:&lt;BR /&gt;(use ioscan -nfCfloppy to find the device)&lt;BR /&gt;you can use wild cards as "*" "." and so on&lt;BR /&gt;the problem with this tools is that is like in dos 8.3 file name.&lt;BR /&gt;example: doscp /dev/rfloppy/cXtXdX:/AST.TXT /tmp/ast.txt&lt;BR /&gt;&lt;BR /&gt;* note that if ioscan would return the entry for floppy you may be need to compile the driver in the kernel (use sam or mk_kernel)&lt;BR /&gt;&lt;BR /&gt;Caesar&lt;/DISTANETION&gt;&lt;/SORCE&gt;</description>
      <pubDate>Fri, 06 Jun 2003 18:10:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-floppy/m-p/2987540#M923914</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-06T18:10:18Z</dc:date>
    </item>
  </channel>
</rss>

