Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-29-2010, 11:40 AM
|
#1
|
Member
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553
Rep:
|
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?
|
|
|
08-30-2010, 04:59 AM
|
#2
|
Member
Registered: Mar 2010
Distribution: Ubuntu 10.04,opensolaris
Posts: 30
Rep:
|
that's not possible,for any operating system to install,you have to create a filesystem of dedicated to it.
|
|
|
08-30-2010, 06:06 AM
|
#3
|
Member
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553
Original Poster
Rep:
|
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.
|
|
|
08-30-2010, 06:11 AM
|
#4
|
LQ Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573
|
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?
|
|
|
08-30-2010, 06:13 AM
|
#5
|
Member
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553
Original Poster
Rep:
|
I mean a full, standard install.
|
|
|
08-30-2010, 06:28 AM
|
#6
|
LQ Guru
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573
|
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.
|
|
|
08-30-2010, 07:57 AM
|
#7
|
Member
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553
Original Poster
Rep:
|
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.
|
|
|
08-30-2010, 12:53 PM
|
#8
|
Member
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 04:10 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|