mkfs
From Wikipedia, the free encyclopedia
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (July 2010) |
mkfs ("MaKe FileSystem") is the Linux/GNU command for formatting a disk partition with a specific filesystem.
[edit] Syntax
The basic syntax is:
mkfs -t type device
where type is the type of the filesystem and device is the Unix device the filesystem will reside on. Generally supported filesystems are Unix ext2 and ext3, MS-DOS, and Windows FAT32 (NTFS is typically not supported). Some Unices may support Sun and Mac OS filesystems.
At least on Linux, mkfs itself is only a wrapper for several filesystem-specific commands such as mkfs.ext3 or mkfs.vfat. These filesystem-specific commands can also be called directly.
[edit] See also
[edit] External links
| This Unix-related article is a stub. You can help Wikipedia by expanding it. |