<br><div><span class="gmail_quote">On 9/20/07, <b class="gmail_sendername">Mike McCarty</b> &lt;<a href="mailto:Mike.McCarty@sbcglobal.net">Mike.McCarty@sbcglobal.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bob Goodwin wrote:<br>&gt; Bob Goodwin wrote:<br>&gt;<br>&gt;&gt;<br>&gt;&gt; How do I mount an old dos floppy without making additions to fstab?<br>&gt;&gt; I assume there is a proper way to do this since an icon comes up on
<br>&gt;&gt; the desktop when I plug the disk in to the drive but it can&#39;t deal<br>&gt;&gt; with the file system apparently and refuses to mount.&nbsp;&nbsp;I don&#39;t know<br>&gt;&gt; the magic incantation for the command line.
<br>&gt;&gt;<br>&gt;&gt; I have a few disks I need to extract text [.doc] files from.<br>&gt;&gt;<br>&gt;&gt; Bob Goodwin<br>&gt;&gt;<br>&gt; mount /dev/fd0 -t vfat /media&nbsp;&nbsp; Works but it dumps all the files in /media.<br>
<br>It is preferable to use<br><br>mount /dev/fd0 -t msdos /path/to/empty/directory/for/mount/point<br><br>Note that vfat and msdos are NOT the same. For use with old<br>MSDOS formatted discs, msdos is preferable.<br><br>
Mike<br>--<br><br></blockquote></div><br><br>Gents,<br>
is the /etc/floppy file needed for /dev/fd0 to work?<br>
The file /etc/floppy does not exist in a newly installed system, so I read<br>
somewhere that in order to use the floppy you have to create the file with the command<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # floppy --createrc &gt;/etc/floppy<br>
<br>But even after executing the command in FC7 I could not format the floppy <br>using /dev/fd0, I had to use <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # fdformat /dev/fd0u1440.<br><br>Please note that the file /dev/fd0 did exist. Any comments appreciated.
<br>~Aldo.<br>