Mount space on Ubuntu [closed]
Clash Royale CLAN TAG#URR8PPP
I have a sda7, which is where the OS was installed. It has the file system of ext4 with 8GB free of 25GB (with a key also). Aside from that I also has a sda4 of type ntfs which was my old data partition in Windows. I've taken about 20GB/102GB from it in order to extend sda7. But it seems that I can neither extend nor shrink the sda7, so the 20GB is useless. Is there any way to extend the sda7 WITH and/or WITHOUT using an USB?
I used GParted but haven't applied the operations yet
partition gparted
closed as unclear what you're asking by Rui F Ribeiro, jimmij, Mr Shunz, Sparhawk, Christopher Feb 13 at 21:07
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I have a sda7, which is where the OS was installed. It has the file system of ext4 with 8GB free of 25GB (with a key also). Aside from that I also has a sda4 of type ntfs which was my old data partition in Windows. I've taken about 20GB/102GB from it in order to extend sda7. But it seems that I can neither extend nor shrink the sda7, so the 20GB is useless. Is there any way to extend the sda7 WITH and/or WITHOUT using an USB?
I used GParted but haven't applied the operations yet
partition gparted
closed as unclear what you're asking by Rui F Ribeiro, jimmij, Mr Shunz, Sparhawk, Christopher Feb 13 at 21:07
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
"I've followed all instruction on the Internet" there is absolutely no way you've followed all instructions on the Internet. You may have followed one or two... which ones? How did you usegparted
- what did you ask it to do?
– roaima
Feb 10 at 23:11
edit your question and include the output of 'sudo fdisk -l /dev/sda' then re-phrase your question refering to the partitions listed in the output. tks.
– X Tian
Feb 13 at 13:16
add a comment |
I have a sda7, which is where the OS was installed. It has the file system of ext4 with 8GB free of 25GB (with a key also). Aside from that I also has a sda4 of type ntfs which was my old data partition in Windows. I've taken about 20GB/102GB from it in order to extend sda7. But it seems that I can neither extend nor shrink the sda7, so the 20GB is useless. Is there any way to extend the sda7 WITH and/or WITHOUT using an USB?
I used GParted but haven't applied the operations yet
partition gparted
I have a sda7, which is where the OS was installed. It has the file system of ext4 with 8GB free of 25GB (with a key also). Aside from that I also has a sda4 of type ntfs which was my old data partition in Windows. I've taken about 20GB/102GB from it in order to extend sda7. But it seems that I can neither extend nor shrink the sda7, so the 20GB is useless. Is there any way to extend the sda7 WITH and/or WITHOUT using an USB?
I used GParted but haven't applied the operations yet
partition gparted
partition gparted
edited Feb 11 at 6:29
Rui F Ribeiro
41.1k1480138
41.1k1480138
asked Feb 10 at 22:45
idkwhatismynameidkwhatismyname
31
31
closed as unclear what you're asking by Rui F Ribeiro, jimmij, Mr Shunz, Sparhawk, Christopher Feb 13 at 21:07
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as unclear what you're asking by Rui F Ribeiro, jimmij, Mr Shunz, Sparhawk, Christopher Feb 13 at 21:07
Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
2
"I've followed all instruction on the Internet" there is absolutely no way you've followed all instructions on the Internet. You may have followed one or two... which ones? How did you usegparted
- what did you ask it to do?
– roaima
Feb 10 at 23:11
edit your question and include the output of 'sudo fdisk -l /dev/sda' then re-phrase your question refering to the partitions listed in the output. tks.
– X Tian
Feb 13 at 13:16
add a comment |
2
"I've followed all instruction on the Internet" there is absolutely no way you've followed all instructions on the Internet. You may have followed one or two... which ones? How did you usegparted
- what did you ask it to do?
– roaima
Feb 10 at 23:11
edit your question and include the output of 'sudo fdisk -l /dev/sda' then re-phrase your question refering to the partitions listed in the output. tks.
– X Tian
Feb 13 at 13:16
2
2
"I've followed all instruction on the Internet" there is absolutely no way you've followed all instructions on the Internet. You may have followed one or two... which ones? How did you use
gparted
- what did you ask it to do?– roaima
Feb 10 at 23:11
"I've followed all instruction on the Internet" there is absolutely no way you've followed all instructions on the Internet. You may have followed one or two... which ones? How did you use
gparted
- what did you ask it to do?– roaima
Feb 10 at 23:11
edit your question and include the output of 'sudo fdisk -l /dev/sda' then re-phrase your question refering to the partitions listed in the output. tks.
– X Tian
Feb 13 at 13:16
edit your question and include the output of 'sudo fdisk -l /dev/sda' then re-phrase your question refering to the partitions listed in the output. tks.
– X Tian
Feb 13 at 13:16
add a comment |
1 Answer
1
active
oldest
votes
It's hard to answer this question without more information, but most likely the case is clear: As you pointed out, sda7 is the partition your system is installed on. You're probably running gparted from within that system now, so the partition is mounted and needed to run the system. Therefore you can't modify sda7, because you can't modify an ext4 filesystem while it's in use. That is called "online resizing" and is only supported by very few filesystems. You have to use gparted from another boot medium, e.g. a live disc, to resize your system partition while it is not mounted.
Is it also possible when I run GParted on an USB?
– idkwhatismyname
Feb 12 at 16:10
Yes, that's possible as well. The only important thing is, that the partition you want to resize is not mounted. Which it has to be, if you're running your system from it.
– LukeLR
Feb 13 at 18:16
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
It's hard to answer this question without more information, but most likely the case is clear: As you pointed out, sda7 is the partition your system is installed on. You're probably running gparted from within that system now, so the partition is mounted and needed to run the system. Therefore you can't modify sda7, because you can't modify an ext4 filesystem while it's in use. That is called "online resizing" and is only supported by very few filesystems. You have to use gparted from another boot medium, e.g. a live disc, to resize your system partition while it is not mounted.
Is it also possible when I run GParted on an USB?
– idkwhatismyname
Feb 12 at 16:10
Yes, that's possible as well. The only important thing is, that the partition you want to resize is not mounted. Which it has to be, if you're running your system from it.
– LukeLR
Feb 13 at 18:16
add a comment |
It's hard to answer this question without more information, but most likely the case is clear: As you pointed out, sda7 is the partition your system is installed on. You're probably running gparted from within that system now, so the partition is mounted and needed to run the system. Therefore you can't modify sda7, because you can't modify an ext4 filesystem while it's in use. That is called "online resizing" and is only supported by very few filesystems. You have to use gparted from another boot medium, e.g. a live disc, to resize your system partition while it is not mounted.
Is it also possible when I run GParted on an USB?
– idkwhatismyname
Feb 12 at 16:10
Yes, that's possible as well. The only important thing is, that the partition you want to resize is not mounted. Which it has to be, if you're running your system from it.
– LukeLR
Feb 13 at 18:16
add a comment |
It's hard to answer this question without more information, but most likely the case is clear: As you pointed out, sda7 is the partition your system is installed on. You're probably running gparted from within that system now, so the partition is mounted and needed to run the system. Therefore you can't modify sda7, because you can't modify an ext4 filesystem while it's in use. That is called "online resizing" and is only supported by very few filesystems. You have to use gparted from another boot medium, e.g. a live disc, to resize your system partition while it is not mounted.
It's hard to answer this question without more information, but most likely the case is clear: As you pointed out, sda7 is the partition your system is installed on. You're probably running gparted from within that system now, so the partition is mounted and needed to run the system. Therefore you can't modify sda7, because you can't modify an ext4 filesystem while it's in use. That is called "online resizing" and is only supported by very few filesystems. You have to use gparted from another boot medium, e.g. a live disc, to resize your system partition while it is not mounted.
answered Feb 11 at 8:23
LukeLRLukeLR
1456
1456
Is it also possible when I run GParted on an USB?
– idkwhatismyname
Feb 12 at 16:10
Yes, that's possible as well. The only important thing is, that the partition you want to resize is not mounted. Which it has to be, if you're running your system from it.
– LukeLR
Feb 13 at 18:16
add a comment |
Is it also possible when I run GParted on an USB?
– idkwhatismyname
Feb 12 at 16:10
Yes, that's possible as well. The only important thing is, that the partition you want to resize is not mounted. Which it has to be, if you're running your system from it.
– LukeLR
Feb 13 at 18:16
Is it also possible when I run GParted on an USB?
– idkwhatismyname
Feb 12 at 16:10
Is it also possible when I run GParted on an USB?
– idkwhatismyname
Feb 12 at 16:10
Yes, that's possible as well. The only important thing is, that the partition you want to resize is not mounted. Which it has to be, if you're running your system from it.
– LukeLR
Feb 13 at 18:16
Yes, that's possible as well. The only important thing is, that the partition you want to resize is not mounted. Which it has to be, if you're running your system from it.
– LukeLR
Feb 13 at 18:16
add a comment |
2
"I've followed all instruction on the Internet" there is absolutely no way you've followed all instructions on the Internet. You may have followed one or two... which ones? How did you use
gparted
- what did you ask it to do?– roaima
Feb 10 at 23:11
edit your question and include the output of 'sudo fdisk -l /dev/sda' then re-phrase your question refering to the partitions listed in the output. tks.
– X Tian
Feb 13 at 13:16