1
0
Fork 0
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

This commit is contained in:
RAJ RAUT 2024-10-02 17:20:04 +05:30 committed by GitHub
parent e7e1b8c736
commit 69adf51f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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}}`