The UNIX and Linux Forums
>
Special Forums
>
Hardware
>
Filesystems, Disks and Memory
How to mount/make a FAT system on Linux
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
How to mount/make a FAT system on Linux
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
10-22-2005
krhamidou
Registered User
Join Date: Oct 2005
Posts: 27
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
krhamidou
View Public Profile
Find all posts by krhamidou
Find krhamidou's past nominations received
Find krhamidou's present nominations given