diff --git a/pages.hi/linux/mkfs.md b/pages.hi/linux/mkfs.md index 4a25d59b56..e246af6faa 100644 --- a/pages.hi/linux/mkfs.md +++ b/pages.hi/linux/mkfs.md @@ -6,12 +6,12 @@ - एक पार्टीशन पर लिनक्स ext2 फाइल सिस्टम बनाएं: -`mkfs {{पार्टीशन/का/पथ}}` +`sudo mkfs {{पार्टीशन/का/पथ}}` - निर्दिष्ट प्रकार का फाइल सिस्टम बनाएं: -`mkfs -t {{ext4}} {{पार्टीशन/का/पथ}}` +`sudo mkfs {{[-t|--type]}} {{ext4}} {{पार्टीशन/का/पथ}}` - निर्दिष्ट प्रकार का फाइल सिस्टम बनाएं और खराब ब्लॉक्स के लिए जांच करें: -`mkfs -c -t {{ntfs}} {{पार्टीशन/का/पथ}}` +`sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{पार्टीशन/का/पथ}}` diff --git a/pages.it/linux/mkfs.md b/pages.it/linux/mkfs.md index 35017e4e05..c9c5e7c623 100644 --- a/pages.it/linux/mkfs.md +++ b/pages.it/linux/mkfs.md @@ -6,12 +6,12 @@ - Costruisce un filesystem Linux ext2 su una partizione: -`mkfs {{percorso/della/partizione}}` +`sudo mkfs {{percorso/della/partizione}}` - Costruisce un filesystem del tipo specificato: -`mkfs -t {{ext4}} {{percorso/della/partizione}}` +`sudo mkfs {{[-t|--type]}} {{ext4}} {{percorso/della/partizione}}` - Costruisce un filesystem del specificato e controlla la presenza di settori danneggiati: -`mkfs -c -t {{ntfs}} {{percorso/della/partizione}}` +`sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{percorso/della/partizione}}` diff --git a/pages.ko/linux/mkfs.md b/pages.ko/linux/mkfs.md index 4cc42507b7..a177266b87 100644 --- a/pages.ko/linux/mkfs.md +++ b/pages.ko/linux/mkfs.md @@ -6,12 +6,12 @@ - 파티션에 Linux ext2 파일 시스템 구축: -`mkfs {{경로/대상/파티션}}` +`sudo mkfs {{경로/대상/파티션}}` - 지정된 타입의 파일 시스템 구축: -`mkfs -t {{ext4}} {{경로/대상/파티션}}` +`sudo mkfs {{[-t|--type]}} {{ext4}} {{경로/대상/파티션}}` - 지정된 타입의 파일 시스템을 구축하고 불량 블록을 확인: -`mkfs -c -t {{ntfs}} {{경로/대상/파티션}}` +`sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{경로/대상/파티션}}` diff --git a/pages.pt_BR/linux/mkfs.md b/pages.pt_BR/linux/mkfs.md index 231d27830d..ec706b9108 100644 --- a/pages.pt_BR/linux/mkfs.md +++ b/pages.pt_BR/linux/mkfs.md @@ -6,12 +6,12 @@ - Cria um sistema de arquivo ext2 do Linux em uma partição: -`mkfs {{caminho/para/partição}}` +`sudo mkfs {{caminho/para/partição}}` - Cria um sistema de arquivos de um tipo especificado: -`mkfs -t {{ext4}} {{caminho/para/partição}}` +`sudo mkfs {{[-t|--type]}} {{ext4}} {{caminho/para/partição}}` - Cria um sistema de arquivos de um tipo especificado e verifica por blocos ruins: -`mkfs -c -t {{ntfs}} {{caminho/para/partição}}` +`sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{caminho/para/partição}}` diff --git a/pages.zh/linux/mkfs.md b/pages.zh/linux/mkfs.md index a1c31af369..9e07036307 100644 --- a/pages.zh/linux/mkfs.md +++ b/pages.zh/linux/mkfs.md @@ -6,12 +6,12 @@ - 在分区上建立一个 Linux ext2 文件系统: -`mkfs {{path/to/partition}}` +`sudo mkfs {{path/to/partition}}` - 建立指定类型的文件系统: -`mkfs -t {{ext4}} {{path/to/partition}}` +`sudo mkfs {{[-t|--type]}} {{ext4}} {{path/to/partition}}` - 建立指定类型的文件系统并检查坏块: -`mkfs -c -t {{ntfs}} {{path/to/partition}}` +`sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{path/to/partition}}`