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: "Koji Hayakawa" <sylf@xxxxxxxxx>
Date: Sun, 18 Aug 2002 00:23:08 -0500
Reply-to: linux-help@xxxxxxxxx

If your disk is formatted in fat16/DOS format, then try mounting with type
"msdos".

mount -t msdos /dev/fd0 /foo

You can access the help file (aka man page) by issuing command

man mount

Hopefully that man page will make some sense with a few years of experience
with NT.

Koji

> -----Original Message-----
> From: linux-help-bounce@xxxxxxxxx [mailto:linux-help-bounce@xxxxxxxxx]On
> Behalf Of The PC-Zone
> Sent: Saturday, August 17, 2002 11:58 PM
> To: linux-help@xxxxxxxxx
> Subject: [linux-help] Saving to a floppy disk
>
>
> 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 another problem I am having,  I have tried this here
>
> -- 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]