WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 66
77- एक पार्टीशन पर लिनक्स ext2 फाइल सिस्टम बनाएं:
88
9- ` mkfs {{पार्टीशन/का/पथ}} `
9+ ` sudo mkfs {{पार्टीशन/का/पथ}}`
1010
1111- निर्दिष्ट प्रकार का फाइल सिस्टम बनाएं:
1212
13- ` mkfs -t {{ext4}} {{पार्टीशन/का/पथ}} `
13+ ` sudo mkfs {{[-t|--type]}} {{ext4}} {{पार्टीशन/का/पथ}}`
1414
1515- निर्दिष्ट प्रकार का फाइल सिस्टम बनाएं और खराब ब्लॉक्स के लिए जांच करें:
1616
17- ` mkfs -c -t {{ntfs}} {{पार्टीशन/का/पथ}} `
17+ ` sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{पार्टीशन/का/पथ}}`
Original file line number Diff line number Diff line change 66
77- Costruisce un filesystem Linux ext2 su una partizione:
88
9- ` mkfs {{percorso/della/partizione}} `
9+ ` sudo mkfs {{percorso/della/partizione}}`
1010
1111- Costruisce un filesystem del tipo specificato:
1212
13- ` mkfs -t {{ext4}} {{percorso/della/partizione}} `
13+ ` sudo mkfs {{[-t|--type]}} {{ext4}} {{percorso/della/partizione}}`
1414
1515- Costruisce un filesystem del specificato e controlla la presenza di settori danneggiati:
1616
17- ` mkfs -c -t {{ntfs}} {{percorso/della/partizione}} `
17+ ` sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{percorso/della/partizione}}`
Original file line number Diff line number Diff line change 66
77- 파티션에 Linux ext2 파일 시스템 구축:
88
9- ` mkfs {{경로/대상/파티션}} `
9+ ` sudo mkfs {{경로/대상/파티션}}`
1010
1111- 지정된 타입의 파일 시스템 구축:
1212
13- ` mkfs -t {{ext4}} {{경로/대상/파티션}} `
13+ ` sudo mkfs {{[-t|--type]}} {{ext4}} {{경로/대상/파티션}}`
1414
1515- 지정된 타입의 파일 시스템을 구축하고 불량 블록을 확인:
1616
17- ` mkfs -c -t {{ntfs}} {{경로/대상/파티션}} `
17+ ` sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{경로/대상/파티션}}`
Original file line number Diff line number Diff line change 66
77- Cria um sistema de arquivo ext2 do Linux em uma partição:
88
9- ` mkfs {{caminho/para/partição}} `
9+ ` sudo mkfs {{caminho/para/partição}}`
1010
1111- Cria um sistema de arquivos de um tipo especificado:
1212
13- ` mkfs -t {{ext4}} {{caminho/para/partição}} `
13+ ` sudo mkfs {{[-t|--type]}} {{ext4}} {{caminho/para/partição}}`
1414
1515- Cria um sistema de arquivos de um tipo especificado e verifica por blocos ruins:
1616
17- ` mkfs -c -t {{ntfs}} {{caminho/para/partição}} `
17+ ` sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{caminho/para/partição}}`
Original file line number Diff line number Diff line change 66
77- 在分区上建立一个 Linux ext2 文件系统:
88
9- ` mkfs {{path/to/partition}} `
9+ ` sudo mkfs {{path/to/partition}}`
1010
1111- 建立指定类型的文件系统:
1212
13- ` mkfs -t {{ext4}} {{path/to/partition}} `
13+ ` sudo mkfs {{[-t|--type]}} {{ext4}} {{path/to/partition}}`
1414
1515- 建立指定类型的文件系统并检查坏块:
1616
17- ` mkfs -c -t {{ntfs}} {{path/to/partition}} `
17+ ` sudo mkfs -c {{[-t|--type]}} {{ntfs}} {{path/to/partition}}`
You can’t perform that action at this time.
0 commit comments