Resize root partition in Ubuntu 16.04 [duplicate]

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
This question already has an answer here:
How to resize partitions?
4 answers
How to extend my root (/) partition?
2 answers
I am using Ubuntu 16.04. I have posted a screenshot of my partitions below. My root partition /dev/sda1 is almost full, and my /home partition /dev/sda3 has plenty of unused space. Is there a way that I can use some space from /dev/sda3 to increase the size of my root partition /dev/sda1 ?

boot grub2 partitioning root
marked as duplicate by karel, wjandrea, pomsky, David Foerster, Eric Carvalho Feb 16 at 22:19
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
This question already has an answer here:
How to resize partitions?
4 answers
How to extend my root (/) partition?
2 answers
I am using Ubuntu 16.04. I have posted a screenshot of my partitions below. My root partition /dev/sda1 is almost full, and my /home partition /dev/sda3 has plenty of unused space. Is there a way that I can use some space from /dev/sda3 to increase the size of my root partition /dev/sda1 ?

boot grub2 partitioning root
marked as duplicate by karel, wjandrea, pomsky, David Foerster, Eric Carvalho Feb 16 at 22:19
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
that is a lot of space used for root. perhaps you should look at clean up. Trysudo apt-get cleanandsudo apt-get autoremoveand removing old unused kernels.
â ravery
Feb 16 at 8:22
1
@ravery: Not really if you installed many packages or have a bunch of stuff in/var, e. g. web pages or data bases.
â David Foerster
Feb 16 at 18:45
@DavidFoerster -- if that is the case, it would be mounting a partition to /var would be an easier fix.
â ravery
Feb 17 at 0:02
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
How to resize partitions?
4 answers
How to extend my root (/) partition?
2 answers
I am using Ubuntu 16.04. I have posted a screenshot of my partitions below. My root partition /dev/sda1 is almost full, and my /home partition /dev/sda3 has plenty of unused space. Is there a way that I can use some space from /dev/sda3 to increase the size of my root partition /dev/sda1 ?

boot grub2 partitioning root
This question already has an answer here:
How to resize partitions?
4 answers
How to extend my root (/) partition?
2 answers
I am using Ubuntu 16.04. I have posted a screenshot of my partitions below. My root partition /dev/sda1 is almost full, and my /home partition /dev/sda3 has plenty of unused space. Is there a way that I can use some space from /dev/sda3 to increase the size of my root partition /dev/sda1 ?

This question already has an answer here:
How to resize partitions?
4 answers
How to extend my root (/) partition?
2 answers
boot grub2 partitioning root
boot grub2 partitioning root
edited Feb 16 at 7:28
karel
51.6k11107131
51.6k11107131
asked Feb 16 at 7:19
venkata sai krishna gani
61
61
marked as duplicate by karel, wjandrea, pomsky, David Foerster, Eric Carvalho Feb 16 at 22:19
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, wjandrea, pomsky, David Foerster, Eric Carvalho Feb 16 at 22:19
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
2
that is a lot of space used for root. perhaps you should look at clean up. Trysudo apt-get cleanandsudo apt-get autoremoveand removing old unused kernels.
â ravery
Feb 16 at 8:22
1
@ravery: Not really if you installed many packages or have a bunch of stuff in/var, e. g. web pages or data bases.
â David Foerster
Feb 16 at 18:45
@DavidFoerster -- if that is the case, it would be mounting a partition to /var would be an easier fix.
â ravery
Feb 17 at 0:02
add a comment |Â
2
that is a lot of space used for root. perhaps you should look at clean up. Trysudo apt-get cleanandsudo apt-get autoremoveand removing old unused kernels.
â ravery
Feb 16 at 8:22
1
@ravery: Not really if you installed many packages or have a bunch of stuff in/var, e. g. web pages or data bases.
â David Foerster
Feb 16 at 18:45
@DavidFoerster -- if that is the case, it would be mounting a partition to /var would be an easier fix.
â ravery
Feb 17 at 0:02
2
2
that is a lot of space used for root. perhaps you should look at clean up. Try
sudo apt-get clean and sudo apt-get autoremove and removing old unused kernels.â ravery
Feb 16 at 8:22
that is a lot of space used for root. perhaps you should look at clean up. Try
sudo apt-get clean and sudo apt-get autoremove and removing old unused kernels.â ravery
Feb 16 at 8:22
1
1
@ravery: Not really if you installed many packages or have a bunch of stuff in
/var, e. g. web pages or data bases.â David Foerster
Feb 16 at 18:45
@ravery: Not really if you installed many packages or have a bunch of stuff in
/var, e. g. web pages or data bases.â David Foerster
Feb 16 at 18:45
@DavidFoerster -- if that is the case, it would be mounting a partition to /var would be an easier fix.
â ravery
Feb 17 at 0:02
@DavidFoerster -- if that is the case, it would be mounting a partition to /var would be an easier fix.
â ravery
Feb 17 at 0:02
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
You need to boot using a live CD/USB to make changes on the root partition. Then you can use Gparted ...
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
You need to boot using a live CD/USB to make changes on the root partition. Then you can use Gparted ...
add a comment |Â
up vote
0
down vote
You need to boot using a live CD/USB to make changes on the root partition. Then you can use Gparted ...
add a comment |Â
up vote
0
down vote
up vote
0
down vote
You need to boot using a live CD/USB to make changes on the root partition. Then you can use Gparted ...
You need to boot using a live CD/USB to make changes on the root partition. Then you can use Gparted ...
answered Feb 16 at 15:13
Marcus
12116
12116
add a comment |Â
add a comment |Â
2
that is a lot of space used for root. perhaps you should look at clean up. Try
sudo apt-get cleanandsudo apt-get autoremoveand removing old unused kernels.â ravery
Feb 16 at 8:22
1
@ravery: Not really if you installed many packages or have a bunch of stuff in
/var, e. g. web pages or data bases.â David Foerster
Feb 16 at 18:45
@DavidFoerster -- if that is the case, it would be mounting a partition to /var would be an easier fix.
â ravery
Feb 17 at 0:02