Partitioning the hard disk is always an difficult task even those guys who are frequently dealing with computer especially when you in linux flavors. Here comest most friendly free software available in the ubuntu repository , gparted for help. Install gparted with the command
Here you can see that all your partitions and corresponding file-system and all other details are given. And if you observe little more you will get confused with the logical and extended partition concept of the partitioning. The real pain comes when you realize that you can create only 4 primary partitions and if you try to create another one they wont allow you. Here we have to delete any of the partition and resize it.
When i was facing this problem this forum helped me out !!
sudo apt-get install gparted
When you open gparted from your system, you will get the following screen.Here you can see that all your partitions and corresponding file-system and all other details are given. And if you observe little more you will get confused with the logical and extended partition concept of the partitioning. The real pain comes when you realize that you can create only 4 primary partitions and if you try to create another one they wont allow you. Here we have to delete any of the partition and resize it.
When i was facing this problem this forum helped me out !!
- The key sign near the FS wont allow us to do any of the operation on that FS, since this is in use right now.
- If there is key sign on the linux-swap then you can choose swap-off and do the operation.
- try to make changes to extended partition only, so that you can add many partitions here
- EXT4 partitions means Linux FileSystem
- NTFS partitions means Windows Filesystem
If you want to resize the already booting FS then use a bootable usb and use gparted to change everything.
No comments:
Post a Comment