<?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: Mount disk drive in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551919#M28241</link>
    <description>#ioscan -nfCfloppy&lt;BR /&gt;#newfs -F vxfs /dev/rfloppy/cxty&lt;BR /&gt;#mount /dev/rfloppy/cxty /floppy</description>
    <pubDate>Thu, 12 Jul 2001 12:54:16 GMT</pubDate>
    <dc:creator>Vincenzo Restuccia</dc:creator>
    <dc:date>2001-07-12T12:54:16Z</dc:date>
    <item>
      <title>Mount disk drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551918#M28240</link>
      <description>Hello,&lt;BR /&gt;How can I do mount a floopy disk drive and copy a file in a diskquete??&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 12 Jul 2001 12:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551918#M28240</guid>
      <dc:creator>Ana Lizcano</dc:creator>
      <dc:date>2001-07-12T12:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mount disk drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551919#M28241</link>
      <description>#ioscan -nfCfloppy&lt;BR /&gt;#newfs -F vxfs /dev/rfloppy/cxty&lt;BR /&gt;#mount /dev/rfloppy/cxty /floppy</description>
      <pubDate>Thu, 12 Jul 2001 12:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551919#M28241</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-07-12T12:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mount disk drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551920#M28242</link>
      <description>Hi Ana&lt;BR /&gt;&lt;BR /&gt;You neednt mount and do that stuff , you can just place the diskette and take a tar dump .&lt;BR /&gt;&lt;BR /&gt;tar cvf &lt;FLOPY device="" file="" name=""&gt;  files.&lt;BR /&gt;&lt;BR /&gt;In case you want youcan also put a floopy formmated in windows env and do simple commands like doscp etc . &lt;BR /&gt;Do ls -l /bin | grep dos and man on the commands .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;/FLOPY&gt;</description>
      <pubDate>Thu, 12 Jul 2001 13:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551920#M28242</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-07-12T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mount disk drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551921#M28243</link>
      <description>See &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd998ee3e323bd5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xd998ee3e323bd5118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 12 Jul 2001 13:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551921#M28243</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-07-12T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mount disk drive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551922#M28244</link>
      <description>Hi,&lt;BR /&gt;you could also use MS-DOS floppy.&lt;BR /&gt;You don't need to mout floppy, just pu it in a drive and type "dosls /dev/floppy/c1t1d0:" (your floppy device file name may be different from my, but semicolon after device file name is required).&lt;BR /&gt;Here is some useful commands for usind MS-DOS floppy under HP-UX:&lt;BR /&gt;- dosls &amp;lt;&amp;gt;/{PATH_on floppy}&lt;BR /&gt;- doscp &lt;SOURCE_LOCAL_FILE&gt; "&amp;lt;&amp;gt;" (swap two parameters source/target to copy from floppy to local file)&lt;BR /&gt; - dosrm "&amp;lt;&amp;gt;"&lt;BR /&gt;Quotation marks are necessary.&lt;BR /&gt;For example:&lt;BR /&gt;- dosls /dev/floppy/c1t1d0:DATA:&lt;BR /&gt;- doscp transmit_data "/dev/floppy/c1t1d0:TRANS.DAT";&lt;BR /&gt;- doscp "/dev/floppy/c1t1d0:DATA/TRANS.DAT" transmit_data&lt;BR /&gt;Don't use long file name as file name for floppy file. Use upper case letters for floppy file names.&lt;BR /&gt;Good luck,&lt;BR /&gt;Sergei Kazakov.&lt;/SOURCE_LOCAL_FILE&gt;</description>
      <pubDate>Fri, 13 Jul 2001 04:09:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-disk-drive/m-p/2551922#M28244</guid>
      <dc:creator>Sergei Kazakov</dc:creator>
      <dc:date>2001-07-13T04:09:09Z</dc:date>
    </item>
  </channel>
</rss>

