[linux-help] Re: Saving to a floppy disk
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
- [linux-help] Re: Saving to a floppy disk, (continued)
[linux-help] Re: Saving to a floppy disk,
Koji Hayakawa <=
|
|