Fedora Installation :: Resize Partition Method Preference F12
Jan 11, 2010
Installed a test system and I messed up. I let the installer use the entire 200gb for F12 install when I only wanted to use 100gb. Since it is test and new install I could just blow it away and start over but decided to use this as a learning opportunity. I chose all the defaults on the install so my partition is ext4. Since the partition I want to resize is in use while the system is up, I need to do this offline.
I have read a bit and it looks like there are couple of methods I could use. I have an install DVD and a Live CD so I could use either. If I could use a GUI that would be nice but I do not know how to access that if there is one. I have already booted to the Live CD and figured out how to access the command line tools (resize2fs and lvm) although I have not figured out how to use them yet.
View 2 Replies
ADVERTISEMENT
Dec 27, 2009
I threw F12 KDE on my spare rig and wanted to throw Ubuntu on it as dual boot so I can play around with different things in each flavor. I installed F12 across the entire drive and later decided I wanted to try Ubuntu with it dual boot. I booted to Ubuntu's LiveCD and fired up GParted - but GParted can't resize the partition. It just gives me a 200mb EXT4 partition and "lvm2".
View 2 Replies
View Related
Feb 27, 2009
I want to resize my Fedora 10 partition down from 150gb to 100gb but GParted 0.4.3-1 doesn't seem to want to touch it since its using LVM. Is there anything I can do?
View 7 Replies
View Related
Apr 11, 2011
I've just installed Fedora 14 over an old Ubuntu (heron, I think). The old install used a single partition for both / and /home; and I wanted to try to avoid reinstalling /home if possible (but yes, I did back it up). I chose the anaconda option to shrink the old Ubuntu /, and created a new LVM for the Fedora /. This seemed to work perfectly. I mounted the old / on '/host' (an old naming habit), and then mounted individual home dirs into /home using autofs. All seemed fine. However, on my first reboot after the autofs mounts fsck failed. The current situation is as follows:
# fsck /dev/sda6
fsck from util-linux-ng 2.18
e2fsck 1.41.12 (17-May-2010)
The filesystem size (according to the superblock) is 15360000 blocks
The physical size of the device is 15359895 blocks
Either the superblock or the partition table is likely to be corrupt!
Abort<y>? yes
# dumpe2fs /dev/sda6 | grep 'Block count'
dumpe2fs 1.41.12 (17-May-2010)
Block count: 15360000
# dumpe2fs -o superblock=32768 /dev/sda6 | grep 'Block count'
dumpe2fs 1.41.12 (17-May-2010)
Block count: 15360000
Same thing for all the other backup superblocks I've tried.
# echo '15360000 4 * p' | dc
61440000
# fdisk -s /dev/sda6
61439583
Resize2fs tells me to run fsck, and complains of a short read if I try to force. Fsck seems to run fine if I say 'no' to the abort prompt, but doesn't change the problem. Filesystem is ext3. Started with debugfs. First used icheck and ncheck to work out which file(s) had been written to the non-existent blocks past the partition size. Fortunately, there was only one. Deleted that file (can restore it from backup later). Quit debugfs. Now resize2fs -p -f worked perfectly. fsck after resizing was clean. Reboot seems happy. As for the origin of the problem, I would guess there's a rounding bug in the code anaconda uses to shrink partitions.
View 1 Replies
View Related
Apr 13, 2009
I am doing a fresh install of Fedora 10 64bit on my PC. What I have done is, freshly installed Vista Home Premium 64 bit on the entire Hard Drive (680GB), then fired up the live CD and told the installer to resize sda1 (The windows partition) to about a 60:40 ratio. I intend to dual boot the system
Now the thing is, it's been running for half an hour now and there's no progress indicator on the installer so I don't know if its actually doing anything. Well there is a progress indicator but it's nonsensical, it just moves backward and forwards. The HDD indicator LED on my computer is flashing every now and again, but not constantly as I expect it to?
View 5 Replies
View Related
Nov 28, 2009
I have a computer with windows xp on it, and i want to dual boot with fedora 11. I have 2 hard drives in it, 1 500gb HD and 1 350gb HD. the 350 isnt much concern b/c its just sitting there all free and unpartitioned right now. Now my 500gb is split into 3 partitions, a 20gb(with xp installed on it) a 105 gb with pretty much nothing on it and a 350gb with all my data.
My problem is I'm trying to resize my 20gb partition through the fedora 11 installer and when I tell it to resize say to 10gb it starts and fails the resize. its a NTFS partition and the windows stuff on the partition is only about 8gb. any idea whats going on? the only error I get is "The resize has failed"
View 3 Replies
View Related
Nov 30, 2010
So I have a partition I wanna make smaller. I can use GParted but this is not secure. Even with backup - there are tons of personal files, I can't check 'em all if they are correct after resizing. So I thought maybe I can create a dir on another machine and do something like
Code:
cp -a / /mnt/0 # which is a mounted directory on another machine
and after repartitioning HDD get everithing back this way. Will it work?
View 8 Replies
View Related
Feb 6, 2010
I've been using GNU/Linux for many years, and am finally taking steps to reduce Windows to a gaming platform only. One important category is photography. I've used the GIMP a lot and have been quietly browsing several photo apps for various tasks; they've really progressed in recent years. There is almost too much choice! On Windows I used XnView as my image viewer and for simple manipulations, but for batch JPG resizing I found Irfanview hard to beat. It has an intuitive interface for options, of which the following have become musts:
-Resize longest side, maintaining aspect ratio
-Specify the exact number of pixels
-Select a useful algorithm (usually cubic)
-Set JPG compression
-Process subdirectories recursively
-Write processed files to a new location, preserving subdirectory structure
-Confirm error-free operation or list errors
- A nice-to-have is visual feedback of progress during processing.
Up till now, the main purpose of this has been to downsize the ~3MB JPG images my digital camera makes for fast viewing-viewing images 640 pixels max side length instead of 3504 pixels, I can browse more efficiently, and watch my life in fast-forward, so to speak. So now I am moving everything to be done on Debian, and want to downsize my 80-GB collection to an intermediate resolution for my wife to work with. I'd like her to use a photo management app instead of doing everything by hand.
I could of course use Irfanview for the job and then copy everything to a *nix partition, but that's sort of not the point. I know the heavily promoted Imagemagick can do batch conversion efficiently and is used as a backend for a lot of apps, but I'm not sure whether it can preserve subdirectory structure; this is a must because of over 200 subdirectories. The mogrify command changes the original image, and it seems inefficient to copy 80 GB only to downsize it.
I'm sure that read-resize-write can be done preserving directory structure by using a script, and I'd be willing to do that in the future, but for now I lack experience and am not willing to use a script I don't understand. Otherwise, there seem to be few free apps that do batch resizing with the features above. I looked into Phatch, but it doesn't seem to let me set the exact resolution I want. I don't want to use Picasa until Google makes it free. Gwenview does batch resize, but doesn't seem to give all the options, unless I missed something.
View 10 Replies
View Related
Mar 3, 2010
I have read several tutorials on how to install it on my Laptop with pre-existing XP without destroying XP in order to get a dual-boot system. For example on those two pages...
[URL]
and
[URL]
...it reads that in the Ubuntu install menu I have to select "manually edit partition table", which I have found and selected, and then I should supposedly be able to edit the size of the desired partition. However, no option for changing the partition size appears. Instead I get a menu where I am asked to determine how I want to mount the partition (as ext4, ext3, etc.) and if I want to format it. However nowhere it mentions anything related to "change size" or similar.
View 9 Replies
View Related
Oct 15, 2010
I am dual booting Windows 7 and Ubuntu on my laptop, and I'm trying to resize my ubuntu partition to make it larger. When I boot from the GParted Live disc , however, It only recognizes the existence of my 160 Gig windows NTFS partition which has ~15 Gigs of free space, which I want to reformat and expand ubuntu into (I freed that space by shrinking my windows partition from inside windows 7). I know my Ubuntu partitions are there (I'm in Ubuntu now, plus my HD is 200 Gigs not 160), but I can't see them.
I have a feeling this has something to do with my resizing of my windows partition from windows, but I'm not sure.
more info:
Code:
sudo fdisk -lu
Disk /dev/sda: 160.0 GB, 160041885696 bytes
240 heads, 63 sectors/track, 20673 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
[Code]....
View 4 Replies
View Related
Aug 8, 2010
I installed Fedora 13, but did not expect it would set up a LVM on the entire remaining unpartitioned space.
So I'm now trying to resize the partition the LVM is on. I already resized lv_home using system-config-lvm... however now lv_swap resides at the end of the physical volume. If I assume correctly that this also means that it resides at the end of the sda6 partition, I need to move it in order to resize the partition.
It now looks like this: [URL]
How would I go about moving lv_swap right next to lv_home? And how can I actually resize the partition? gparted doesn't seem to be able to resize lvm2 partitions.
View 1 Replies
View Related
Dec 21, 2010
I'm running Fedora Core 14 on my server and in copying over all the stuff I had backed up before the install, i recived the message that one of my volumes was nearly out of space. Since this is just a partition on my hard drive, I could resize it to make it larger, but I don't know how. It's a ext4 partition on my 2nd hard drive.
View 10 Replies
View Related
Jan 26, 2010
When Karmic came out I made the decision to leave OSX and become fulltime linux. The one thing I took for granted is OSX's ability to resize a partition to create space for another partition. I am wondering if this is possible? The reason is I want to put all my storage data (i.e. papers, pictures, music, etc) into a partition separate from the OS. I seek to do this so that I can test out Lucid and subsequent alpha's/beta's.
View 5 Replies
View Related
Mar 2, 2010
I installed kubuntu onto my secondary drive witch was half full at the time of the installation. I used all the available space for the install. Now i have kubuntu installed and want to increase the linux partition. But GParted and Partition Ediditor show the resize button as inactive.
View 1 Replies
View Related
Sep 6, 2010
I am currently using Ubuntu Studio 9.10 in dual boot with xp and wondering if it's safe to shrink ubuntu partition and expand swap partition without messing up boot sequence and grub.
View 3 Replies
View Related
Oct 5, 2010
I installed linux on my system and made a dual boot system with Windows 7. But, I realize that my Windows system demands more hardisk space at this time (I planned to have just linux installation in my laptop after graduation, because some of my academic task still needs Windows platform). So I want to squeeze up my linux partition to be smaller. Currently my partition table is
How do I resize my linux root partition? I don't want to try erasing my linux partition, cos I will start everything over and I just don't have that enough time. And I know it will erase the boot loader, then I have to recover the MBR that is still looking so risky for me.
View 4 Replies
View Related
Oct 21, 2010
I am very new on Linux and also in Ubuntu. I have started to use Ubuntu 1 week ago. When I first install Ubuntu, I make the partition (Ext4) of 10 GB. I also make NTFS partition around it. Now actually I want to increase my partition size to 30 GB. I attack my disk status with a picture. I can delete the NTFS partition in the right side of Ext4 partition. Is the any software available to resize the partition?
View 4 Replies
View Related
Jul 18, 2011
This is my first time using Ubuntu, so I don't really know much about it. I tried installing it from a DVD earlier, but it wouldn't work. Then I tried on my flash drive, still didn't work. I realized that the downloaded iso (Ubuntu 11.04 64 bit) was only 411 MB instead of 698 MB. I then tried to download it again, and it was the correct size.
I booted it off my flash drive, and tried to install. It asked how much of the HDD space I wanted to reserve for Ubuntu, I think. I can't quite remember, but I dragged it over to 30 GB. Now I realize that I don't actually need that much, oh well. I got an error, can't quite remember what it said, but then the same window came up again asking to resize the partition. There was only about 20 GB availiable this time (instead of the 320 before), I reserved 6 GB, and clicked continue. I checked back after like 3 hours and the window is white and frozen.
Is there any way I can restart my laptop and correct the issue without messing anything up? If it matters, I'm installing it on an Alienware M11x laptop.
I'm not quite sure, but I think the specs are:
Nvidia GeForce 335M
320 GB HDD
i5 U520M processor @ 1.07 GHz (ranked over 3.0 GHz)
Windows 7 64-bit
View 5 Replies
View Related
Feb 10, 2010
I've been upgrading a Fedora server over the years. Once it was Fedora Core 2 now it is Fedora 10. Now I want to continue the upgrade process and upgrade the server to Fedora 11. The problem is that the boot partition is 100MB but Fedora 11 wants a 200MB boot partition. Looking at Fedora 13 it seems a boot partition of 500MB is gonna be the norm. I would just resize the boot partition but there is a LVM directly after it taking up the rest of the drive.
How do I resize my boot partition in this scenario?
My current line of thought is to use G4L to backup both partitions, then restore the boot partition to a large drive, increase the size with parted then restore the LVM backup after it.
So far G4L has been reluctant to backup the boot partition of Fedora on a test rig to an NTFS drive. Not sure if I should be backing up the image to a ext3 drive.
View 8 Replies
View Related
Aug 7, 2010
So I installed Wubi with Ubuntu 10.04 and chose the standard partition size (8GB?) and now I am running out of disc space. How do I resize this partition?
This guide didn't help: [url]
How do I resize the virtual disks? The download link doesn't work and LVPM doesn't support 10.04.
Any other options or do I need to re-install the whole Wubi?
View 2 Replies
View Related
Sep 2, 2010
As mentioned here I am planning on installing with encryption. This involves using LVM in the partition scheme.
I am following this guide here which uses Mandriva to do the installation. [url]
However, I notice that GParted doesn't seem to have any support for LVM, which is going to be a pain in the rear if I subsequently try to add Ubuntu to the Mandriva boot setup.
The problem I have with DiskDrake (Mandrivas partition editor) is that it only seems to be able to put partitions at the beginning of the drive and it doesn't seem to be able to move partitions. e.g. if I want to create a new partition at the end for swap and leave some unallocated space in the middle for my future Ubuntu installation I am stuck. GParted allows me to create at the end or effectively move it by resizing the beginning and end of the partition.
DiskDrake allows me to create and edit LVM partitions.
Is there perhaps another partition editor that does both? Or maybe a development version of one that does it? Or some option I am missing?
View 2 Replies
View Related
Nov 8, 2010
I bought an 1tb hard disk today and cloned my old 160gb ubuntu install to the new disk using gddrescue (from this tutorial [URL]) and everything worked fine. The problem is that I can't resize my home partition to fill the rest of the disk. I've tried using a live-cd and booting from my 160gb hard disk but I still can't resize the partition.
Here's the "sudo fdisk -l" output:
Quote:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
[Code]......
View 2 Replies
View Related
Nov 25, 2010
I am trying to perform a hard drive installation of RHEL 5.5. I specify the installation method and the partition and directory holding the ISO image in /etc/grub.conf
Code:
However, I am still presented with the "Installation Method" and "Select Partition" screens when anaconda runs. Is the syntax of the repo boot option correct?
View 1 Replies
View Related
Oct 5, 2009
I have Vista and F11 dual booted on my system. I wan't to resize Fedora(I think Vista has already been shrunk as far as It can) and install Debian as a third OS. Fedora takes up all the free space and I am only using a small amount of the partition. I am not sure of the best way to do this. Can I boot the Debian live cd and resize Fedora at the partion step? Or do I need to boot a live F11 cd, repartition and then boot the debian cd? Or is there a better way?
View 1 Replies
View Related
Mar 14, 2010
Can I resize an encrypted partition with gparted?
View 2 Replies
View Related
May 23, 2011
I'm using Fedora 14 x86_64.I want to take 200GB from the /home Extended-Logical Partition, and install Archlinux on it, how do I do that? In this 200GB Free Extended Space I want to create another 4 Logical Partitions for Archlinux.
View 7 Replies
View Related
May 1, 2009
fter my first fedora 10 installation I reinstalled FC 10 keeping my home partition from the first install.I then installed a software as a USER which indeed installs applications on USER's home. Now I'm short of space for installing the applications and so I want to resize my existing home (of USER).Can this be done without reinstallation? Can I borrow needed amount of space from the home partition of 1st install.also I have unformatted and unpartitioned free space can this be made use of? Or the only way is to reinstall
View 4 Replies
View Related
Jun 22, 2010
I have a USB Multiboot created with pendrivelinux.com. I have tried to install Ubuntu 10.04 on a small laptop, but I get the problem that the installer wants to either:
1) Partition my USB key and install it there
2) Install it on my drive and destroy the Windows Partition
4) Install it on my key and destroy everything on it.
3) Manually setup the partitions
When manually setting up partitions, I cannot resize the windows partition. GParted can't resize that partition (there is a triangular ! yellow warning sign, similar to this thread's icon, but yellow). GParted on the USB (GParted Environment) has the same problem as GParted in Ubuntu. It seems to be locked, even though I am in root and I have every hard drive partition unmounted.
View 9 Replies
View Related
Nov 13, 2010
I have understood that Vista does not always play nice with third party partitioners and that it was best to use the tools *within* Vista to change its size.
I do not know, but the same might apply to Windows 7? Anyway I understand Windows 7 also has its own resize tools.
My advice to newcomers with Vista (or Windows 7) has been to use the Windows inbuilt tools to resize and then to leave un partitioned space on the drive, because until recently the Ubuntu Live CD has included an option 'Install into un partitioned space' or similar. Which was very easy.
However, with Ubuntu 10.10 Desktop CD the same option does not exist, so for beginners, or any nervous newcomer, the only practical option in most cases is to use the 'resize' facility in the Ubuntu installer.
This is a circular situation, if the Ubuntu facility resize is recommended to be avoided.
I would very much like to avoid having to tell them to use the 'advanced' option. Most of them are pretty jittery, from having used Windows for years.
I am aware that the 10.10 Alternate CD still includes 'install into un partitioned space'. Do I now tell people they need both a Live CD for initial tests and then also an Alternate CD for install?
They would see the install invitation in the Desktop CD live session and have to disregard it.
The Ubuntu 10.10 installer is, on the face of it, getting more friendly towards nervous newcomers.
Are the warnings about third party partitioners still relevant?
View 3 Replies
View Related
Jan 27, 2011
I want to resize my harddisk partition to make it bigger is there a console commands to do this ? I have some free harddisk that I want to ubuntu to use, I have hear that one can use Gpart, but is it also possible achieve the same by using some commands ?
View 4 Replies
View Related