mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 20:15:24 +02:00
resize2fs: add Hindi translation (#13930)
Some checks failed
CI / CI (push) Failing after 1m3s
Some checks failed
CI / CI (push) Failing after 1m3s
This commit is contained in:
parent
e7e1b8c736
commit
69adf51f65
1 changed files with 17 additions and 0 deletions
17
pages.hi/linux/resize2fs.md
Normal file
17
pages.hi/linux/resize2fs.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# resize2fs
|
||||
|
||||
> ext2, ext3 या ext4 फाइल सिस्टम का आकार बदलें।
|
||||
> यह अंतर्निहित पार्टीशन का आकार नहीं बदलता है। फाइल सिस्टम को पहले अनमाउंट करना पड़ सकता है, अधिक जानकारी के लिए मैन पेज पढ़ें।
|
||||
> अधिक जानकारी: <https://manned.org/resize2fs>।
|
||||
|
||||
- स्वचालित रूप से फाइल सिस्टम का आकार बदलें:
|
||||
|
||||
`resize2fs {{/dev/sdXN}}`
|
||||
|
||||
- 40G के आकार में फाइल सिस्टम का आकार बदलें, प्रगति बार दिखाते हुए:
|
||||
|
||||
`resize2fs -p {{/dev/sdXN}} {{40G}}`
|
||||
|
||||
- फाइल सिस्टम को उसके न्यूनतम संभव आकार में सिकोड़ें:
|
||||
|
||||
`resize2fs -M {{/dev/sdXN}}`
|
Loading…
Add table
Reference in a new issue