Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28th June 2011, 02:43 AM
bwagner62 Offline
Registered User
 
Join Date: Jun 2011
Posts: 2
linuxchrome
Partitialoning HD with Fedora utility

I have installed Fedora 14 along with Libre Office along with some other applications so I am learning slowly, re-learning really. However I am having a difficult time understanding partitioning. I would like to make another partition for Windoze. I also cannot get a USB mouse to work. I have run some commands to gather disk info I will refrain from list it here as it is a lot of data. At least until asked to do so. What I have run so far is fdisk -l , df, blkid, & cat fstab

Thanks to anyone who can help.
Reply With Quote
  #2  
Old 28th June 2011, 06:06 PM
lightman47 Offline
Registered User
 
Join Date: Apr 2009
Posts: 266
linuxchrome
Re: Partitialoning HD with Fedora utility

parted magic is free and does a great job. However, I suspect you're going to run into problems attempting to resize the default logical volume (LV) that Fedora 14 configured. I've tried following various forums' instructions twice and had to do a clean install both times. I've learned not to mess with it.
Reply With Quote
  #3  
Old 28th June 2011, 06:51 PM
weitjong's Avatar
weitjong Online
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 740
linuxfirefox
Re: Partitialoning HD with Fedora utility

For partitioning, "parted" in text mode or gparted in graphical UI. If your system uses LVM, you will need "system-config-lvm" as well. Tips: Don't confuse between partition and filesystem, they are two different things.
__________________
YaoWT - Leave no window unbroken ^_^
Reply With Quote
  #4  
Old 28th June 2011, 06:57 PM
lightman47 Offline
Registered User
 
Join Date: Apr 2009
Posts: 266
linuxchrome
Re: Partitialoning HD with Fedora utility

weitjong: Thanks for that tip; greatly appreciated. That said, I've had NO luck resizing a LV using the tool mentioned - it always got hosed. Ideas? (solely for my future info). Thanks. Also - sorry for detracting from the thread.
Reply With Quote
  #5  
Old 28th June 2011, 09:44 PM
jroa1 Offline
Registered User
 
Join Date: Oct 2010
Posts: 229
linuxfedorafirefox
Re: Partitialoning HD with Fedora utility

Are you sure you do not currently have Windows on a partition already? If you are not sure you could run the following commands.

Code:
su -
parted
print
If you do have Windows on there, it will show up as a ntfs partition.

If you do need to make a new partition for Windows, you can use gparted from the live cd. Even if you can access the program from the gui, it is best to run it from the live cd, that way the installed OS is not being used when you start making changes. Make the new partition a ntfs file system for best results.
Reply With Quote
  #6  
Old 29th June 2011, 05:24 PM
weitjong's Avatar
weitjong Online
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 740
macosfirefox
Re: Partitialoning HD with Fedora utility

lightman47, you are welcome. You don't say whether you are growing or shrinking. Growing is always easy. Also note that you cannot safely perform any operation on the filesystem when it is still mounted. I think it would be more appropriate if you start a new thread for your own.
__________________
YaoWT - Leave no window unbroken ^_^
Reply With Quote
  #7  
Old 29th June 2011, 06:36 PM
bwagner62 Offline
Registered User
 
Join Date: Jun 2011
Posts: 2
linuxchrome
Re: Partitialoning HD with Fedora utility

Weitjong if I boot off a Linux cd will I be able to re-size the current LV That is what I really want/need to do. Also if I do that and install Windoze will I be able to boot it?
Reply With Quote
  #8  
Old 29th June 2011, 08:47 PM
jroa1 Offline
Registered User
 
Join Date: Oct 2010
Posts: 229
linuxfedorafirefox
Re: Partitialoning HD with Fedora utility

Booting off of the live cd, you should be able to make some unallocated space that you can load Windows onto. When you install Windows, it will over write the MBR and it will boot, but nothing else is likely to boot after that. You will need to reinstall GRUB onto the MBR or some other boot loader in order to boot into Linux.

If you are ok with it, you may just want to do a fresh install of Windows onto the entire drive, then make some unallocated space with the live cd, and then finally reinstall Linux (Fedora or whatever) onto the unallocated space. This should make both Windows and Linux bootable.
Reply With Quote
  #9  
Old 30th June 2011, 04:44 PM
weitjong's Avatar
weitjong Online
Registered User
 
Join Date: Oct 2006
Location: Singapore, 新加坡
Posts: 740
linuxfirefox
Re: Partitialoning HD with Fedora utility

I agree with jroa1, mostly. The fresh installation of Fedora sounds like a bit drastic but comparing that to what you have to go through as I outlined below, it may be the right advice for you.

Fixing the MBR after Windows installation is really not an issue at all. I see your issue is more with resizing the LV if its containing partition has taken up all your disk space. It is a lesser problem if you still have unallocated space, for which you can just either use gparted or Windows installer to create a new Windows partition out of the unallocated space. But if you have let Fedora installer take all your entire disk during Fedora installation then it would be a more trickier to solve your issue. Before you proceed, you may want to check with "df -h" to see how much you can shrink your filesystem. I would also assume you have backup all your important data. The step you need to do, I think:
- resize the filesystem to shrink it size.
- shrink the LV containing your filesystem.
- shrink the associated PV.
- and finally shrink the partition containing the PV to make space (which later you can use in Windows)
All these could only be done while your filesystem is not mounted. So, yes you need to boot using a live cd or recovery cd or what have you that has the necessary tools to perform the above steps. Remember, the point of booting from CD is not to mount your filesystem in your disk. So, be careful not to chose a wrong option during booting that inadvertently mount your filesystem in your disk back.

In the OP, you said you want to learn so I just give you the direction but not the exact command. I think the actual command to extend/shrink things are available in net. Let us know if you need more hand holding.

Good luck.
__________________
YaoWT - Leave no window unbroken ^_^
Reply With Quote
Reply

Tags
fedora, partitialoning, utility

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Neworking Issues With Fedora 14 AMD64 nforce3 MB Utility scott9harvey0l Installation and Live Media 0 22nd December 2010 10:35 PM
does Fedora have a backup utility newusermike Using Fedora 16 18th August 2010 03:51 PM
JAR Utility Aghora Using Fedora 2 13th November 2009 11:38 PM
Fedora 4 Update Utility weave Using Fedora 6 9th April 2006 07:40 PM
if-so install from sources utility for fedora asprayama Programming & Packaging 4 31st January 2005 01:15 PM


Current GMT-time: 15:19 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat