acpi, adduser, cp, fsck, halt, lsmod, lsusb, mkfs, modinfo, modprobe, pidof, poweroff: add Italian translation
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
6155aa9a2a
commit
78a1f4ce6b
16
pages.it/linux/mkfs.md
Normal file
16
pages.it/linux/mkfs.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# mkfs
|
||||
|
||||
> Costruisce un filesystem Linux su una partizione del disco rigido.
|
||||
> Questo comando è deprecato in favore degli strumenti specifici per filesystem: mkfs.<tipo>.
|
||||
|
||||
- Costruisce un filesystem Linux ext2 su una partizione:
|
||||
|
||||
`mkfs {{percorso/alla/partizione}}`
|
||||
|
||||
- Costruisce un filesystem del tipo specificato:
|
||||
|
||||
`mkfs -t {{ext4}} {{percorso/alla/partizione}}`
|
||||
|
||||
- Costruisce un filesystem del specificato e controlla la presenza di settori danneggiati:
|
||||
|
||||
`mkfs -c -t {{ntfs}} {{percorso/alla/partizione}}`
|
Reference in New Issue
Block a user