How to increase /specific filesystem directory size manually in Red Hat 5.6 The Next CEO of Stack OverflowNo yum repos on Red Hat Enterprise Linux Server release 5.2 (Tikanga)RHEL installed once but displayed thrice in GRUB bootloader menuIs it possible to convert RHEL to CentOS?Install compat-libstdc++-33.i686 on Red Hat Enterprise Linux Server release 6.5 (Santiago)After updating the Red Hat server kernel to latest version it still shows as old versionHow to Install GTK-2 on LinuxHow can a non-empty directory have size 0?X11 forwarding over SSH does not render GUI correctly on MacOSRed Hat 6.9 Desktop yum groupinstall Developer Tools not found?Merge mount points
Is it possible to search for a directory/file combination?
Make solar eclipses exceedingly rare, but still have new moons
Interfacing a button to MCU (and PC) with 50m long cable
How to count occurrences of text in a file?
Is it ever safe to open a suspicious html file (e.g. email attachment)?
Do I need to enable Dev Hub in my PROD Org?
Non-deterministic sum of floats
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
How does the mv command work with external drives?
What do "high sea" and "carry" mean in this sentence?
Why do we use the plural of movies in this phrase "We went to the movies last night."?
How to start emacs in "nothing" mode (`fundamental-mode`)
What happened in Rome, when the western empire "fell"?
Workaholic Formal/Informal
Is there a difference between "Fahrstuhl" and "Aufzug"
FBX seems to be empty when imported into Blender
Preparing Indesign booklet with .psd graphics for print
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Why am I allowed to create multiple unique pointers from a single object?
At which OSI layer a user-generated data resides?
WOW air has ceased operation, can I get my tickets refunded?
Disadvantage of gaining multiple levels at once in a short milestone-XP game
Is micro rebar a better way to reinforce concrete than rebar?
How did people program for Consoles with multiple CPUs?
How to increase /specific filesystem directory size manually in Red Hat 5.6
The Next CEO of Stack OverflowNo yum repos on Red Hat Enterprise Linux Server release 5.2 (Tikanga)RHEL installed once but displayed thrice in GRUB bootloader menuIs it possible to convert RHEL to CentOS?Install compat-libstdc++-33.i686 on Red Hat Enterprise Linux Server release 6.5 (Santiago)After updating the Red Hat server kernel to latest version it still shows as old versionHow to Install GTK-2 on LinuxHow can a non-empty directory have size 0?X11 forwarding over SSH does not render GUI correctly on MacOSRed Hat 6.9 Desktop yum groupinstall Developer Tools not found?Merge mount points
I want to increase the size of a specific filesystem in RHEL 5.6, like uw04 as you can see here
/dev/mapper/xxxxx-uw04--vol size=109G used=102G Avail=873M
I don't know which filesystem used..
Is there anyway to increase the size of 102G? Because only available have 873M and I afraid it will be cause the problem.
Version: Red Hat Enterprise Linux Server release 5.6 (Tikanga)
rhel mount
New contributor
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
|
show 4 more comments
I want to increase the size of a specific filesystem in RHEL 5.6, like uw04 as you can see here
/dev/mapper/xxxxx-uw04--vol size=109G used=102G Avail=873M
I don't know which filesystem used..
Is there anyway to increase the size of 102G? Because only available have 873M and I afraid it will be cause the problem.
Version: Red Hat Enterprise Linux Server release 5.6 (Tikanga)
rhel mount
New contributor
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
It seems you are talking about filesystems, not about folders.
– RalfFriedl
2 days ago
Yes that's correct, but anyway I want to increase the size and why give me avail only 873M and I have 109G and used 102G?
– Ameer
2 days ago
1
Then why don't you edit the question? The difference between size, used and avail is because some space is needed for inodes and other filesystem data.
– RalfFriedl
2 days ago
2
@Ameer. Are you using lvm by any chance? Could you please(if using) post on your question the result of the comandsvgsandlvsas root?
– nwildner
2 days ago
1
AFAIK Cygwin doesn't use a Device Mapper, so please be more specific with your set-up. For example, is this really Cygwin, or is it some different machine entirely?
– roaima
2 days ago
|
show 4 more comments
I want to increase the size of a specific filesystem in RHEL 5.6, like uw04 as you can see here
/dev/mapper/xxxxx-uw04--vol size=109G used=102G Avail=873M
I don't know which filesystem used..
Is there anyway to increase the size of 102G? Because only available have 873M and I afraid it will be cause the problem.
Version: Red Hat Enterprise Linux Server release 5.6 (Tikanga)
rhel mount
New contributor
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I want to increase the size of a specific filesystem in RHEL 5.6, like uw04 as you can see here
/dev/mapper/xxxxx-uw04--vol size=109G used=102G Avail=873M
I don't know which filesystem used..
Is there anyway to increase the size of 102G? Because only available have 873M and I afraid it will be cause the problem.
Version: Red Hat Enterprise Linux Server release 5.6 (Tikanga)
rhel mount
rhel mount
New contributor
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited yesterday
Ameer
New contributor
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
AmeerAmeer
112
112
New contributor
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ameer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
It seems you are talking about filesystems, not about folders.
– RalfFriedl
2 days ago
Yes that's correct, but anyway I want to increase the size and why give me avail only 873M and I have 109G and used 102G?
– Ameer
2 days ago
1
Then why don't you edit the question? The difference between size, used and avail is because some space is needed for inodes and other filesystem data.
– RalfFriedl
2 days ago
2
@Ameer. Are you using lvm by any chance? Could you please(if using) post on your question the result of the comandsvgsandlvsas root?
– nwildner
2 days ago
1
AFAIK Cygwin doesn't use a Device Mapper, so please be more specific with your set-up. For example, is this really Cygwin, or is it some different machine entirely?
– roaima
2 days ago
|
show 4 more comments
1
It seems you are talking about filesystems, not about folders.
– RalfFriedl
2 days ago
Yes that's correct, but anyway I want to increase the size and why give me avail only 873M and I have 109G and used 102G?
– Ameer
2 days ago
1
Then why don't you edit the question? The difference between size, used and avail is because some space is needed for inodes and other filesystem data.
– RalfFriedl
2 days ago
2
@Ameer. Are you using lvm by any chance? Could you please(if using) post on your question the result of the comandsvgsandlvsas root?
– nwildner
2 days ago
1
AFAIK Cygwin doesn't use a Device Mapper, so please be more specific with your set-up. For example, is this really Cygwin, or is it some different machine entirely?
– roaima
2 days ago
1
1
It seems you are talking about filesystems, not about folders.
– RalfFriedl
2 days ago
It seems you are talking about filesystems, not about folders.
– RalfFriedl
2 days ago
Yes that's correct, but anyway I want to increase the size and why give me avail only 873M and I have 109G and used 102G?
– Ameer
2 days ago
Yes that's correct, but anyway I want to increase the size and why give me avail only 873M and I have 109G and used 102G?
– Ameer
2 days ago
1
1
Then why don't you edit the question? The difference between size, used and avail is because some space is needed for inodes and other filesystem data.
– RalfFriedl
2 days ago
Then why don't you edit the question? The difference between size, used and avail is because some space is needed for inodes and other filesystem data.
– RalfFriedl
2 days ago
2
2
@Ameer. Are you using lvm by any chance? Could you please(if using) post on your question the result of the comands
vgs and lvs as root?– nwildner
2 days ago
@Ameer. Are you using lvm by any chance? Could you please(if using) post on your question the result of the comands
vgs and lvs as root?– nwildner
2 days ago
1
1
AFAIK Cygwin doesn't use a Device Mapper, so please be more specific with your set-up. For example, is this really Cygwin, or is it some different machine entirely?
– roaima
2 days ago
AFAIK Cygwin doesn't use a Device Mapper, so please be more specific with your set-up. For example, is this really Cygwin, or is it some different machine entirely?
– roaima
2 days ago
|
show 4 more comments
1 Answer
1
active
oldest
votes
You can use below command
lvresize -L +Mention_extra_sizewhich_you_want_to_add /dev/vgname/lvname
resize2fs /dev/vgname/lvname
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Ameer is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509061%2fhow-to-increase-specific-filesystem-directory-size-manually-in-red-hat-5-6%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use below command
lvresize -L +Mention_extra_sizewhich_you_want_to_add /dev/vgname/lvname
resize2fs /dev/vgname/lvname
add a comment |
You can use below command
lvresize -L +Mention_extra_sizewhich_you_want_to_add /dev/vgname/lvname
resize2fs /dev/vgname/lvname
add a comment |
You can use below command
lvresize -L +Mention_extra_sizewhich_you_want_to_add /dev/vgname/lvname
resize2fs /dev/vgname/lvname
You can use below command
lvresize -L +Mention_extra_sizewhich_you_want_to_add /dev/vgname/lvname
resize2fs /dev/vgname/lvname
answered yesterday
Praveen Kumar BSPraveen Kumar BS
1,6801311
1,6801311
add a comment |
add a comment |
Ameer is a new contributor. Be nice, and check out our Code of Conduct.
Ameer is a new contributor. Be nice, and check out our Code of Conduct.
Ameer is a new contributor. Be nice, and check out our Code of Conduct.
Ameer is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509061%2fhow-to-increase-specific-filesystem-directory-size-manually-in-red-hat-5-6%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
It seems you are talking about filesystems, not about folders.
– RalfFriedl
2 days ago
Yes that's correct, but anyway I want to increase the size and why give me avail only 873M and I have 109G and used 102G?
– Ameer
2 days ago
1
Then why don't you edit the question? The difference between size, used and avail is because some space is needed for inodes and other filesystem data.
– RalfFriedl
2 days ago
2
@Ameer. Are you using lvm by any chance? Could you please(if using) post on your question the result of the comands
vgsandlvsas root?– nwildner
2 days ago
1
AFAIK Cygwin doesn't use a Device Mapper, so please be more specific with your set-up. For example, is this really Cygwin, or is it some different machine entirely?
– roaima
2 days ago