LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 08-29-2010, 11:40 AM   #1
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
I want to install Fedora KDE spin on an existing XFS partition without formatting it


I want to install Fedora KDE spin on an existing XFS partition without formatting it. (Since said partition is full of my data that I have nowhere else to put). But the installer doesn't allow me to set the partition as / without formatting. XFS is not one of the filesystems listed as options for formatting.

How can I make Fedora do what I want?
 
Old 08-30-2010, 04:59 AM   #2
ultimate_linux
Member
 
Registered: Mar 2010
Distribution: Ubuntu 10.04,opensolaris
Posts: 30
Blog Entries: 3

Rep: Reputation: 0
that's not possible,for any operating system to install,you have to create a filesystem of dedicated to it.
 
Old 08-30-2010, 06:06 AM   #3
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Original Poster
Rep: Reputation: 115Reputation: 115
I've done it with Arch Linux, it can be done with Ubuntu's alternate installer. It's very possible. If the partition already has a filesystem that Linux can use on it, there's no need to format it. Provided that you ensure there are no folders with names the installer will want to use, and that there is enough free space, it works just fine.

Last edited by cantab; 08-30-2010 at 06:12 AM.
 
Old 08-30-2010, 06:11 AM   #4
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
so cantab
do you mean boot it as frugal usb off hdd
or
you mean decompress the compressed filesystem of livecd into a folder
like a chroot?
 
Old 08-30-2010, 06:13 AM   #5
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Original Poster
Rep: Reputation: 115Reputation: 115
I mean a full, standard install.
 
Old 08-30-2010, 06:28 AM   #6
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
you could manually install it I would think...
thats how I install alot of distros

Mount your partition you want to install too and
example:
mkdir /target
mount /dev/sda1 /target

Code:
cp -R --preserve /bin /target
cp -R --preserve /boot /target
cp -R --preserve /dev /target
cp -R --preserve /etc /target
cp -R --preserve /home /target
cp -R --preserve /lib /target
cp -R --preserve /opt /target
cp -R --preserve /root /target
cp -R --preserve /sbin /target
cp -R --preserve /srv /target
cp -R --preserve /usr /target
cp -R --preserve /var /target
and

Code:
mkdir -p /target/media
mkdir -p /target/mnt
mkdir -p /target/opt
mkdir -p /target/proc
mkdir -p /target/sys
mkdir -p /target/tmp
then setup grub/lilo
?

EDIT:
oh, I left out the other stuff
after that I chroot into the install and setup grub/lilo, upgrade pkgs etc

Code:
mount --bind /dev/ /target/dev
mount -t proc none /target/proc
mount -t sysfs none /target/sys
mount -t devpts none /target/dev/pts

export HOME=/root
export LC_ALL=C

chroot /target
then install grub/lilo,etc

then exit and umount everything

Code:
exit
umount -l -f /target/proc
umount -l -f /target/sys
umount /target/dev/pts
umount /target/dev
umount /target

Last edited by linus72; 08-30-2010 at 06:40 AM.
 
Old 08-30-2010, 07:57 AM   #7
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Original Poster
Rep: Reputation: 115Reputation: 115
Well, if I run the anaconda installer, either from the non-live installation DVD or from the LiveCD, as opposed to the liveinst program, it no longer insists I format the partition to set a mount point. But after setting the existing xfs partition as /, I get

"Bootable partitions cannot be on an xfs filesystem."

In general, they can, my Arch system has been on a single xfs filesystem, booting using GRUB. So seems like this is a Fedora issue. Googling hasn't really helped, it turns up lots of reports of a bug in Fedora 11 regarding ext4 but nothing regarding Fedora 13.

A manual install is an idea, but I'd always be wary of whether there were going to be any differences between it and a standard install.
 
Old 08-30-2010, 12:53 PM   #8
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Original Poster
Rep: Reputation: 115Reputation: 115
Well, I installed Kubuntu just fine. I'd wanted to try Fedora because I've never used it before and I'm interested in the stuff it's doing with virtualisation. But ultimately, one has to go with what works.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Fedora 13 - Xfce spin vs. LXDE spin LXer Syndicated Linux News 0 06-19-2010 07:50 AM
Install ubuntu linux on existing fedora partition hoolahoous Linux - Software 2 03-17-2009 05:46 PM
Fedora and XFS root partition stumpedguy_frustrate Fedora 2 11-18-2007 06:52 PM
Formatting partition with XFS. duffmckagan Linux - Software 1 10-30-2005 12:58 PM
Formatting Existing Partition? aquiferous Linux - Newbie 1 01-27-2005 05:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 10:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration