Website hosting and cheap domain registration services
  

 Home

Red Hat Linux 7.1: The Official Red Hat Linux Getting Started Guide
PrevChapter 13. Frequently Asked QuestionsNext

Putting Linux Files on a Windows Disk

Q: Putting Linux Files on a Windows Disk

How do I copy files from my Linux machine to a DOS formatted floppy disk so that my Windows machine can read it?

A: Formatting and Mounting Disks for Windows Use

You should format your disk in Windows, then mount it in Linux like this:

Put the floppy in the drive and, as root, type:

mount -t vfat /dev/fd0 /mnt/floppy

To copy files, use the command:

cp [filename] /mnt/floppy

To unmount the floppy so you can eject it, type:

	  umount /mnt/floppy
	

PrevHomeNext
Frequently Asked QuestionsUpSwitching Environments

 

  

Network sites:

Cheap domain name - Cheap domain name registration service including free domain hosting services  

Domain registration : Buy domain name or register domain name from $5.95/year only

 
 
 
 

Disclaimer: For authoritative source or latest update to this documentation, please refer to http://www.redhat.com/docs/manuals/linux/