<?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 floppy drive in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417309#M14812</link>
    <description>floppy and drive are good. running rh9. i've tried every fstype, cant get it to mount. keeps saying wrong fstype. I'll try the mcopy feature.</description>
    <pubDate>Mon, 08 Nov 2004 10:23:17 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2004-11-08T10:23:17Z</dc:date>
    <item>
      <title>Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417306#M14809</link>
      <description>I am trying to mount the floppy dive. I enter:&lt;BR /&gt;&lt;BR /&gt;mount /dev/fd0 /temp&lt;BR /&gt;system responds to specify filesystem type&lt;BR /&gt;&lt;BR /&gt;I tried&lt;BR /&gt;mount -t tmpfs /dev/fd0 /temp&lt;BR /&gt;it mounts but I dont see any data on the floppy&lt;BR /&gt;&lt;BR /&gt;What filesystem type should I use so I can see the floppy data?</description>
      <pubDate>Mon, 08 Nov 2004 10:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417306#M14809</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-11-08T10:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417307#M14810</link>
      <description>Generally it should be vfat&lt;BR /&gt;however you're no suppose to explicitely specify the file system in such cases.RedHat versions of linux can mount it without the file system argument.&lt;BR /&gt;&lt;BR /&gt;Maybe you have a problem with your floppy-try another one.</description>
      <pubDate>Mon, 08 Nov 2004 10:12:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417307#M14810</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-11-08T10:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417308#M14811</link>
      <description>If you are using a DOS/windows formatted floppy, just use the mtools commands.&lt;BR /&gt;&lt;BR /&gt;examples:&lt;BR /&gt;#mdir a:&lt;BR /&gt;#mcopy /var/tmp/file a:&lt;BR /&gt;&lt;BR /&gt;There is no need to mount the disk.</description>
      <pubDate>Mon, 08 Nov 2004 10:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417308#M14811</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-11-08T10:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417309#M14812</link>
      <description>floppy and drive are good. running rh9. i've tried every fstype, cant get it to mount. keeps saying wrong fstype. I'll try the mcopy feature.</description>
      <pubDate>Mon, 08 Nov 2004 10:23:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417309#M14812</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-11-08T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417310#M14813</link>
      <description>Problem may be that you kernel has not been compiled with support for this FS...&lt;BR /&gt;&lt;BR /&gt;When mounting your floopy into a windows box, what is reported as FS type ?&lt;BR /&gt;&lt;BR /&gt;is this file system appears in result of&lt;BR /&gt;ls /lib/modules/$(uname -r)/kernel/fs&lt;BR /&gt;(this command displays kernel modules for FS)&lt;BR /&gt;&lt;BR /&gt;FS that have support build in kernel can be seen like this :&lt;BR /&gt;more /proc/filesystems&lt;BR /&gt;&lt;BR /&gt;Other point : floppies are generally vfat or msdos.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2004 10:49:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417310#M14813</guid>
      <dc:creator>Fred Ruffet</dc:creator>
      <dc:date>2004-11-08T10:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417311#M14814</link>
      <description>if your floppy was originally formatted on a Windows computer, try this command:&lt;BR /&gt;mount -t vfat /dev/fd0 /temp&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Mon, 08 Nov 2004 10:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417311#M14814</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-11-08T10:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417312#M14815</link>
      <description>You can try to guess what kind of filesystem there's on your floppy:&lt;BR /&gt;&lt;BR /&gt;# file -s /dev/fd0&lt;BR /&gt;&lt;BR /&gt;maybe this helps...&lt;BR /&gt;&lt;BR /&gt;Ciao&lt;BR /&gt;Claudio</description>
      <pubDate>Mon, 08 Nov 2004 11:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417312#M14815</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2004-11-08T11:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417313#M14816</link>
      <description>if i rememer correctly, default redhat kernels don't have Vfat complied in, or loaded. try instmod vfat then mount. &lt;BR /&gt;&lt;BR /&gt;could be way off, it's been since 7 something since i used redhat.</description>
      <pubDate>Tue, 09 Nov 2004 12:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417313#M14816</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-11-09T12:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mount floppy drive</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417314#M14817</link>
      <description>You can also use the following:&lt;BR /&gt;&lt;BR /&gt;mount /mnt/floppy&lt;BR /&gt;ls /mnt/floppy ...&lt;BR /&gt;&lt;BR /&gt;on most linux boxes I have seen.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 13:16:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-floppy-drive/m-p/3417314#M14817</guid>
      <dc:creator>David Asgeirsson</dc:creator>
      <dc:date>2004-11-09T13:16:47Z</dc:date>
    </item>
  </channel>
</rss>

