Complete.Org: Mailing Lists: Archives: linux-help: August 2002:
[linux-help] Re: Saving to a floppy disk
Home

[linux-help] Re: Saving to a floppy disk

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: linux-help@xxxxxxxxx
Subject: [linux-help] Re: Saving to a floppy disk
From: lowell <lowell@xxxxxxxxx>
Date: Sun, 18 Aug 2002 00:17:30 -0500
Reply-to: linux-help@xxxxxxxxx



The PC-Zone wrote:

>I am tring to save to a floppy disk, so I can send a few files out on another 
>issue I am having, I have tried this, but seem to get no where.
>mkdir /foo
>Then with the floppy in the drive, type:
>mount -t vfat /dev/fd0 /foo
>To copy files, use the command:
>cp [filename] /foo
>To unmount the floppy so you can eject it, type:
>umount /foo n
>
            Is that "n" an argument or a typo? Otherwise you want to 
umount /dev/fd0, not foo.
            Foo isn't mounted, it's the mount point...
            Did the files make it onto the floppy ok, and you just can't 
umount? Or is there cp                             trouble as well?

> 
>
>another problem I am having,  I have tried this here
>
            Is there more to your message here that didn't make the trip?

>
>
>-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
>visit http://www.complete.org/cgi-bin/listargate-aclug.cgi
>
>


-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


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