how to allocate space from windows to ubuntu? [duplicate]
This question already has an answer here:
How to resize partitions?
4 answers
I had 2 os on my computer Windows and Ubuntu, I wanted to remove windows and did this with OS uninstaller,but all the space from windows left there and I cant move that space to my ubuntu using Gpartedheres screenshot of my gparted
The ext3 is deleted Windows and i need to move that space to ubuntu(ext4). Thanks for Help.
partitioning gparted disk disk-usage unallocated
marked as duplicate by karel, Kulfy, guiverc, George Udosen, user535733 Dec 25 '18 at 14:50
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 |
This question already has an answer here:
How to resize partitions?
4 answers
I had 2 os on my computer Windows and Ubuntu, I wanted to remove windows and did this with OS uninstaller,but all the space from windows left there and I cant move that space to my ubuntu using Gpartedheres screenshot of my gparted
The ext3 is deleted Windows and i need to move that space to ubuntu(ext4). Thanks for Help.
partitioning gparted disk disk-usage unallocated
marked as duplicate by karel, Kulfy, guiverc, George Udosen, user535733 Dec 25 '18 at 14:50
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 |
This question already has an answer here:
How to resize partitions?
4 answers
I had 2 os on my computer Windows and Ubuntu, I wanted to remove windows and did this with OS uninstaller,but all the space from windows left there and I cant move that space to my ubuntu using Gpartedheres screenshot of my gparted
The ext3 is deleted Windows and i need to move that space to ubuntu(ext4). Thanks for Help.
partitioning gparted disk disk-usage unallocated
This question already has an answer here:
How to resize partitions?
4 answers
I had 2 os on my computer Windows and Ubuntu, I wanted to remove windows and did this with OS uninstaller,but all the space from windows left there and I cant move that space to my ubuntu using Gpartedheres screenshot of my gparted
The ext3 is deleted Windows and i need to move that space to ubuntu(ext4). Thanks for Help.
This question already has an answer here:
How to resize partitions?
4 answers
partitioning gparted disk disk-usage unallocated
partitioning gparted disk disk-usage unallocated
asked Dec 25 '18 at 9:24
j doej doe
1
1
marked as duplicate by karel, Kulfy, guiverc, George Udosen, user535733 Dec 25 '18 at 14:50
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, Kulfy, guiverc, George Udosen, user535733 Dec 25 '18 at 14:50
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 |
add a comment |
1 Answer
1
active
oldest
votes
There are 2 problems: the first one is that the partitions are locked - you can see the little key icons next to the partition names. The partitions are locked because they are mounted and they are mounted because you booted from them. The easiest way around this is to boot from a live USB or CD (a live Ubuntu CD for example). Then you can unmount the partitions if they still happen to be mounted.
Next problem: since your Linux partition is inside of an extended partition (/dev/sda2), you have to first resize the extended partition, and then finally you'll be able to resize /dev/sda6.
Finally: it looks like you have plenty of disk space so I recommend giving the swap partition (/dev/sda5) a little bit of space - maybe 1Gbyte.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are 2 problems: the first one is that the partitions are locked - you can see the little key icons next to the partition names. The partitions are locked because they are mounted and they are mounted because you booted from them. The easiest way around this is to boot from a live USB or CD (a live Ubuntu CD for example). Then you can unmount the partitions if they still happen to be mounted.
Next problem: since your Linux partition is inside of an extended partition (/dev/sda2), you have to first resize the extended partition, and then finally you'll be able to resize /dev/sda6.
Finally: it looks like you have plenty of disk space so I recommend giving the swap partition (/dev/sda5) a little bit of space - maybe 1Gbyte.
add a comment |
There are 2 problems: the first one is that the partitions are locked - you can see the little key icons next to the partition names. The partitions are locked because they are mounted and they are mounted because you booted from them. The easiest way around this is to boot from a live USB or CD (a live Ubuntu CD for example). Then you can unmount the partitions if they still happen to be mounted.
Next problem: since your Linux partition is inside of an extended partition (/dev/sda2), you have to first resize the extended partition, and then finally you'll be able to resize /dev/sda6.
Finally: it looks like you have plenty of disk space so I recommend giving the swap partition (/dev/sda5) a little bit of space - maybe 1Gbyte.
add a comment |
There are 2 problems: the first one is that the partitions are locked - you can see the little key icons next to the partition names. The partitions are locked because they are mounted and they are mounted because you booted from them. The easiest way around this is to boot from a live USB or CD (a live Ubuntu CD for example). Then you can unmount the partitions if they still happen to be mounted.
Next problem: since your Linux partition is inside of an extended partition (/dev/sda2), you have to first resize the extended partition, and then finally you'll be able to resize /dev/sda6.
Finally: it looks like you have plenty of disk space so I recommend giving the swap partition (/dev/sda5) a little bit of space - maybe 1Gbyte.
There are 2 problems: the first one is that the partitions are locked - you can see the little key icons next to the partition names. The partitions are locked because they are mounted and they are mounted because you booted from them. The easiest way around this is to boot from a live USB or CD (a live Ubuntu CD for example). Then you can unmount the partitions if they still happen to be mounted.
Next problem: since your Linux partition is inside of an extended partition (/dev/sda2), you have to first resize the extended partition, and then finally you'll be able to resize /dev/sda6.
Finally: it looks like you have plenty of disk space so I recommend giving the swap partition (/dev/sda5) a little bit of space - maybe 1Gbyte.
answered Dec 25 '18 at 10:22
Eric MintzEric Mintz
549112
549112
add a comment |
add a comment |