Extending a root partition in Linux

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a primary partition /dev/sda3 which is mounted on / (root) filesystem of size 45 GB.
We have a requirement to extend it to 100 GB. Is it possible?
linux partition
add a comment |Â
up vote
0
down vote
favorite
I have a primary partition /dev/sda3 which is mounted on / (root) filesystem of size 45 GB.
We have a requirement to extend it to 100 GB. Is it possible?
linux partition
3
Yes, it is possible if you have enough free space around sda3.
â Ipor Sircer
Sep 25 at 3:31
2
Please provide the output ofsudo fdisk -l
â Vlastimil
Sep 25 at 3:47
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a primary partition /dev/sda3 which is mounted on / (root) filesystem of size 45 GB.
We have a requirement to extend it to 100 GB. Is it possible?
linux partition
I have a primary partition /dev/sda3 which is mounted on / (root) filesystem of size 45 GB.
We have a requirement to extend it to 100 GB. Is it possible?
linux partition
linux partition
edited Sep 25 at 3:47
Vlastimil
6,8411149123
6,8411149123
asked Sep 25 at 3:28
Krish
6
6
3
Yes, it is possible if you have enough free space around sda3.
â Ipor Sircer
Sep 25 at 3:31
2
Please provide the output ofsudo fdisk -l
â Vlastimil
Sep 25 at 3:47
add a comment |Â
3
Yes, it is possible if you have enough free space around sda3.
â Ipor Sircer
Sep 25 at 3:31
2
Please provide the output ofsudo fdisk -l
â Vlastimil
Sep 25 at 3:47
3
3
Yes, it is possible if you have enough free space around sda3.
â Ipor Sircer
Sep 25 at 3:31
Yes, it is possible if you have enough free space around sda3.
â Ipor Sircer
Sep 25 at 3:31
2
2
Please provide the output of
sudo fdisk -lâ Vlastimil
Sep 25 at 3:47
Please provide the output of
sudo fdisk -lâ Vlastimil
Sep 25 at 3:47
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Yes it is possible if you have spare free space. You can use partition editor tools like gparted for displaying and editing the current disk layout. Just be careful to backup all important data before you do it. DWYOR.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Yes it is possible if you have spare free space. You can use partition editor tools like gparted for displaying and editing the current disk layout. Just be careful to backup all important data before you do it. DWYOR.
add a comment |Â
up vote
0
down vote
Yes it is possible if you have spare free space. You can use partition editor tools like gparted for displaying and editing the current disk layout. Just be careful to backup all important data before you do it. DWYOR.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Yes it is possible if you have spare free space. You can use partition editor tools like gparted for displaying and editing the current disk layout. Just be careful to backup all important data before you do it. DWYOR.
Yes it is possible if you have spare free space. You can use partition editor tools like gparted for displaying and editing the current disk layout. Just be careful to backup all important data before you do it. DWYOR.
answered Sep 25 at 11:23
affan
274
274
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f471220%2fextending-a-root-partition-in-linux%23new-answer', 'question_page');
);
Post as a guest
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
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
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
3
Yes, it is possible if you have enough free space around sda3.
â Ipor Sircer
Sep 25 at 3:31
2
Please provide the output of
sudo fdisk -lâ Vlastimil
Sep 25 at 3:47