How to mount/make a FAT system on Linux

Yea i was wondering how i would mount, and create a FAT directory that way i can save files in the FAT directory in a windows system and be able to access them on Linux systems. Or if there is any other way to share files between Linux and Windows. Any responds will help... thanks!

to create a fat filesystem , you can use the command mkfs.msdos or mkdosfs .

The syntax of the command is very simple : mkdosfs /dev/hdx

to mount a fat filesystem , you'll have just to use the mount command , for example :

mount /dev/hdx /windows

ohh thanks. Ill see if it works and get back to ya when i can. Thanks. ^^"