Complete.Org: Mailing Lists: Archives: discussion: September 1998:
Re: [aclug-L] Floppy
Home

Re: [aclug-L] Floppy

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aclug-L@xxxxxxxxxxxx
Subject: Re: [aclug-L] Floppy
From: John Phillips <jphillip@xxxxxxxxxxxxx>
Date: Tue, 22 Sep 1998 02:49:57 -0500 (CDT)
Reply-to: aclug-L@xxxxxxxxxxxx

Use the command:
mount -t msdos /dev/fd0 /mnt

and then the msdos floppy directory can be listed with:
ls /mnt

if your screen scambles because of some 8 bit chars in msdos directories
use this command to make the screen readable again:
reset
  
you can copy files to and from the floppy 

be sure and umount the floppy BEFORE you remove it from the drive with:
umount /mnt
or the directory on the next floppy will get ruined !


On Tue, 22 Sep 1998, Wayne White wrote:

> I attempted to copy a file to a floppy this evening.
> The drive would not mount with a disk formatted in DOS.
> I could mount it with my start-up disk in it. I did 
> not want to copy the file to my start-up disk. Is there
> a Linux equivelant to formatting a disk so that fd0
> will mount with it in it? I even attempted to mount
> it with a blank, unformatted, disk and was unable to
> do so. I realize this is totally newbie territory,
> but I just can't figure it out with the resources at
> my disposal. 
> 
> Thanks,
> 
> Wayne
> 
> ---
> This is the Air Capitol Linux Users Group discussion list.  If you
> want to unsubscribe, send the word "unsubscribe" to
> aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
> message to aclug-L@xxxxxxxxxxxx.
> 

---
This is the Air Capitol Linux Users Group discussion list.  If you
want to unsubscribe, send the word "unsubscribe" to
aclug-L-request@xxxxxxxxxxxx.  If you want to post to the list, send your
message to aclug-L@xxxxxxxxxxxx.



[Prev in Thread] Current Thread [Next in Thread]