I have only one partition in ubuntu where my boot files are also there. I want to have one more partition how can i do it?
Asked
Active
Viewed 1,857 times
1
1 Answers
0
You can resize the partition of the bootfiles. You can resize it with livecd. This is the complete guide of partitioning: Why I'm seeing a lock besides the partition I'm trying to modify with gparted?
After resize, you can add a new partition.
-
1This assumes a separate
/boot
partition already exists. If the goal is to create one (where only a/
exists), that will require moving files, editing/etc/fstab
, and reinstalling GRUB, none of which are covered in that guide. – Eliah Kagan Oct 05 '12 at 16:22
/boot
partition, and you want to modify your existing Ubuntu installation so that you do? Or do you mean something else? Please edit your question to provide as many more details as possible about what you are trying to accomplish. Please also open a Terminal window (Ctrl
+Alt
+T
), runmount
anddf -h
(separately), and edit your question to include the output of each. – Eliah Kagan Oct 05 '12 at 16:23