|
|
| Linux Command Line - nothing it's impossible by command line! |
|
|
|
|
|
|
Download offline copy |
|
|
|
|
| |
|
|
| |
| |
| |
| |
| Follow us on... |
|
|
 |
|
 |
|
| |
| News Letter |
|
|
 |
Sign-up me to receive the news about this document |
|
|
|
|
|
| |
Version
Linux Command Line version 1.4
Last modified date: 2009-07-03
Created Date: 2008-01-06
|
|
| |
|
|
|
|
|
|
|
|
|
Linux Command Line:
Format a Filesystem |
|
|
|
|
|
View the commands list divided into arguments |
|
|
|
|
|
|
|
|
|
|
| Command |
Description |
|
# fdformat -n /dev/fd0 |
format a floppy disk [man] |
|
# mke2fs /dev/hda1 |
create a filesystem type linux ext2 on hda1 partition [man] |
|
# mke2fs -j /dev/hda1 |
create a filesystem type linux ext3 (journal) on hda1 partition [man] |
|
# mkfs /dev/hda1 |
create a filesystem type linux on hda1 partition [man] |
|
# mkfs -t vfat 32 -F /dev/hda1 |
create a FAT32 filesystem [man] |
|
# mkswap /dev/hda3 |
create a swap filesystem [man] |
|
|
|
|
|
|
|
|
|
Translated by:
LinuxGuide.it team
| become translator! |
|
|
| |
|
|
|
|
| |
|
| Except where otherwise specified, the contents of LinuxGuide.it are licensed under License Creative Commons 2.5 Attribution |
| Free Distribution if provided Authors and, Not Commercial purposes and, Not Derivated Works 2.5 |
|
|
|
| Logos and trademarks used for the link are owned by their legitimate owners |
|