<?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: How do I save data into diskette  under Linux which can also be read by Win O.S in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053480#M6254</link>
    <description>One way is to format the diskette under windows, then to insert it to a pc with LINUX OS and to copy files to the diskette.&lt;BR /&gt;Another way is to format with DOS alike file system directly under LINUX. The command for this is the following:&lt;BR /&gt; mkfs -t vfat /dev/fd0&lt;BR /&gt;&lt;BR /&gt;be sure that the diskette is NOT mounted , otherwise you'll get errors while executing this command&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Aug 2003 05:18:28 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2003-08-21T05:18:28Z</dc:date>
    <item>
      <title>How do I save data into diskette  under Linux which can also be read by Win O.S</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053479#M6253</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Under LInux, I saved the data into diskette but the diskette data CANNOT be read by WIN O.S. May I know any particular method which I can save the data into diskette by DOS file system instead of LINUX. Just like to ease of the data access between WIN &amp;amp; Linux since I always switch between them.&lt;BR /&gt;&lt;BR /&gt;Thank You &amp;amp; Best regards,&lt;BR /&gt;&lt;BR /&gt;elkok</description>
      <pubDate>Thu, 21 Aug 2003 04:48:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053479#M6253</guid>
      <dc:creator>elkok</dc:creator>
      <dc:date>2003-08-21T04:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save data into diskette  under Linux which can also be read by Win O.S</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053480#M6254</link>
      <description>One way is to format the diskette under windows, then to insert it to a pc with LINUX OS and to copy files to the diskette.&lt;BR /&gt;Another way is to format with DOS alike file system directly under LINUX. The command for this is the following:&lt;BR /&gt; mkfs -t vfat /dev/fd0&lt;BR /&gt;&lt;BR /&gt;be sure that the diskette is NOT mounted , otherwise you'll get errors while executing this command&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 05:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053480#M6254</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2003-08-21T05:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save data into diskette  under Linux which can also be read by Win O.S</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053481#M6255</link>
      <description>the only way I know to share data on diskettes between linux and win systems is a windows formatted diskette.&lt;BR /&gt;&lt;BR /&gt;Format a diskette on a windows machine (but there are tools to do the same on linux, like kfloppy) and mount it on the linux machine using:&lt;BR /&gt;&lt;BR /&gt;$ mount /mnt/floppy&lt;BR /&gt;&lt;BR /&gt;or, if the diskette format type isn't automatically recognized:&lt;BR /&gt;&lt;BR /&gt;$ mount -t vfat /dev/fd0 /mnt/floppy&lt;BR /&gt;&lt;BR /&gt;there are other commands like mdir, mcopy, mdel that they can read/write a floppy without mounting it. man pages, as always, help.&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Thu, 21 Aug 2003 05:30:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053481#M6255</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-08-21T05:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save data into diskette  under Linux which can also be read by Win O.S</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053482#M6256</link>
      <description>It's even THE way. When making fs under linux, you format 1.7MB, which is far more than what windows can read (1.44 Mb).&lt;BR /&gt;Format as Alexander suggested under win or linux, and you'll be able to exchange datas with your win box.&lt;BR /&gt;Look at a man mkfs, you'll see that you can also format for MAC format, among many others, which is quite convenient...&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 05:39:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053482#M6256</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-08-21T05:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save data into diskette  under Linux which can also be read by Win O.S</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053483#M6257</link>
      <description>Several years ago on an old Sun workstation we could use a "doswrite" or "dosread" command.  I have no idea if Linux has a similar command.  Take a look for it.  I imagine something like "man -k dos" might return something, if it exists.</description>
      <pubDate>Fri, 22 Aug 2003 14:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053483#M6257</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-08-22T14:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I save data into diskette  under Linux which can also be read by Win O.S</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053484#M6258</link>
      <description>You can use mtools if they are installed:&lt;BR /&gt;&lt;BR /&gt;[p.fessel@wotan .ask]$ rpm -qi mtools&lt;BR /&gt;Name        : mtools                       Relocations: (not relocateable)&lt;BR /&gt;Version     : 3.9.8                             Vendor: MandrakeSoft&lt;BR /&gt;Release     : 3mdk                          Build Date: Fri 22 Nov 2002 03:01:02 PM BRST&lt;BR /&gt;Install date: Fri 11 Apr 2003 04:52:17 PM BRT      Build Host: bi.mandrakesoft.com&lt;BR /&gt;Group       : File tools                    Source RPM: mtools-3.9.8-3mdk.src.rpm&lt;BR /&gt;Size        : 450783                           License: GPL&lt;BR /&gt;Packager    : Fran??ois Pons &lt;FPONS&gt;&lt;BR /&gt;URL         : &lt;A href="http://www.tux.org/pub/tux/knaff/mtools/index.html" target="_blank"&gt;http://www.tux.org/pub/tux/knaff/mtools/index.html&lt;/A&gt;&lt;BR /&gt;Summary     : Programs for accessing MS-DOS disks without mounting the disks&lt;BR /&gt;Description :&lt;BR /&gt;Mtools is a collection of utilities for accessing MS-DOS files.&lt;BR /&gt;Mtools allow you to read, write and move around MS-DOS filesystem&lt;BR /&gt;files (normally on MS-DOS floppy disks).  Mtools supports Windows95&lt;BR /&gt;style long file names, OS/2 Xdf disks, and 2m disks.&lt;BR /&gt;&lt;BR /&gt;Mtools should be installed if you need to use MS-DOS disks.&lt;BR /&gt;&lt;BR /&gt;So you can use all DOS commands prepended with a "m". So you can do "mformat a:", "mcopy file.txt a:", "mcd a:/director.y", etc.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Paulo Fessel&lt;/FPONS&gt;</description>
      <pubDate>Fri, 22 Aug 2003 20:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-do-i-save-data-into-diskette-under-linux-which-can-also-be/m-p/3053484#M6258</guid>
      <dc:creator>Paulo A G Fessel</dc:creator>
      <dc:date>2003-08-22T20:35:42Z</dc:date>
    </item>
  </channel>
</rss>

