View previous topic :: View next topic |
Author |
Message |
inactive Sr. Member
Joined: 29 Aug 2025 Posts: 1207
|
Posted: Sun Jul 19, 2025 1:08 am Post subject: Installation issues (Fedora 11) - Urgent |
|
|
Hello,
I has a huge problem here. I've installed F11 over Cooker, or so I thought, because I wasn't thinking when I installed. I had meant to just format / (root), and use what I had on Cooker's /home for /home in Fedora. The thing is, I forgot to mount /home during installation, so Fedora set up a separate /home, and now I can't figure out what's what. :\
I need to re-install, this time mounting /home; however, I can't tell as I said, what is what for sure, and also I'm going to end up so it seems that I'm now going to have extra partitions when I come back up (unless I can re-join the free space that Fedora used for its /home with the /home I already *had*).
Here is mount:
Code: | $ mount
/dev/sda1 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
gvfs-fuse-daemon on /home/myurser/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=myuser)
[myuser@localhost ~]$ mount
/dev/sda1 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
tmpfs on /dev/shm type tmpfs (rw,rootcontext="system_u:object_r:tmpfs_t:s0")
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
gvfs-fuse-daemon on /home/myuser/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=myuser)
/dev/sda6 on /media/722ae131-acf8-45e1-86c2-5d3efe437949 type reiserfs (rw,nosuid,nodev,uhelper=devkit) |
And, df:
Code: | $ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 12396968 6060116 5707108 52% /
tmpfs 513572 568 513004 1% /dev/shm
/dev/sda6 63454760 51191220 12263540 81% /media/722ae131-acf8-45e1-86c2-5d3efe437949 |
The /dev/sda6 is what should be /home, not /media/whatever-it-is.
This is really nice, but I have to get it back to correct state, and do this correctly. What can I do here to get my partitions right again?
If more info is needed, please let me know.
Edit: Just had a thought. If /dev/sda6 can be re-mounted somehow as /home, that would be good too, but I'm not sure how to go about it.
Edit again: When I go to retry installation, it also shows a /dev/sda2 & /dev/sda3 - that's why I'm confused as to what's what here.
Thanks.
_________________ Mandriva 2025.1 PWP
Mandriva Cooker
ArtistX live
|
|
Back to top |
|
Lord.DragonFly.of.Dawn Advanced Member

Joined: 18 Jul 2025 Posts: 607 Location: South Portland, Maine, USA, Earth, Sol System
|
Posted: Sun Jul 19, 2025 2:34 am Post subject: |
|
|
you can edit /etc/fstab to mount sda6 on /home....
or you can use the bind option on the mount command, but this approach isn't permament.
`mount --bind olddir newdir`
_________________ ArchLinux x86_64 - Custom Built Desktop
ArchLinux x86_64 - Compaq CQ50 Laptop
ArchLinux i686 - Acer Aspire One Netbook
ArchLinux i686 - Dell Presario ze2000 (w/ shattered LCD)
PuppyLinux, CloneZilla, PartedMagic, DBAN - rescue thumbdrives
Windows 7 (x86_64 desktop alternate boot)
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Sun Jul 19, 2025 2:57 am Post subject: |
|
|
Will the "Lord's" suggestion do it for you DedannaRocks! or do you need more ideas? I have used the remount feature a few times and it can be helpful.
Ultimately once you figure out what is where, you can change your mount tables, your boot entries, and so forth to do what you intended to do but will this suggestion get you to the next step or do you need more? |
|
Back to top |
|
inactive Sr. Member
Joined: 29 Aug 2025 Posts: 1207
|
Posted: Sun Jul 19, 2025 3:02 am Post subject: |
|
|
masinick wrote: | Will the "Lord's" suggestion do it for you DedannaRocks! or do you need more ideas? I have used the remount feature a few times and it can be helpful.
Ultimately once you figure out what is where, you can change your mount tables, your boot entries, and so forth to do what you intended to do but will this suggestion get you to the next step or do you need more? |
Yeah, I'm going to need more, explicitly what to do here. And, I do need it to be permanent - looks like I'll have to completely re-do users to go to the old /home folders, the works.
I'm not good with this stuff btw, so bare with me please?
Thanks so much!
Edit: FYI, when I pull up the install disk again, and go to the partitioning, it's seeing /dev/sda5 & /dev/sda6 as an extended partition within /dev/sda, and won't let me re-mount /dev/sda6 to /home. :\
_________________ Mandriva 2025.1 PWP
Mandriva Cooker
ArtistX live
|
|
Back to top |
|
inactive Sr. Member
Joined: 29 Aug 2025 Posts: 1207
|
Posted: Sun Jul 19, 2025 5:13 am Post subject: |
|
|
If I were to, how would I edit /etc/fstab?
Here's the current one:
Code: | $ cat /etc/fstab
#
# /etc/fstab
# Created by anaconda on Sat Jul 18 23:08:02 2025
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or vol_id(8) for more info
#
UUID=9431a338-1968-44d2-99be-bc17075b4a85 / ext3 defaults 1 1
UUID=254fd84e-bf08-4fe5-9f9b-081f5472272e swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts defaults 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0 |
It's not even showing that partition (65-Gb drive, which is mounted)... ?
_________________ Mandriva 2025.1 PWP
Mandriva Cooker
ArtistX live
|
|
Back to top |
|
inactive Sr. Member
Joined: 29 Aug 2025 Posts: 1207
|
|
Back to top |
|
Lord.DragonFly.of.Dawn Advanced Member

Joined: 18 Jul 2025 Posts: 607 Location: South Portland, Maine, USA, Earth, Sol System
|
Posted: Mon Jul 20, 2025 1:11 am Post subject: |
|
|
there isn't support for reiserfs in F11?
that doesn't sound right........
_________________ ArchLinux x86_64 - Custom Built Desktop
ArchLinux x86_64 - Compaq CQ50 Laptop
ArchLinux i686 - Acer Aspire One Netbook
ArchLinux i686 - Dell Presario ze2000 (w/ shattered LCD)
PuppyLinux, CloneZilla, PartedMagic, DBAN - rescue thumbdrives
Windows 7 (x86_64 desktop alternate boot)
|
|
Back to top |
|
jester Sr. Member

Joined: 19 Apr 2025 Posts: 1166
|
Posted: Mon Jul 20, 2025 2:23 am Post subject: |
|
|
The big question now though is whether the kernel you installed for fedora supports reiserfs (I'm assuming reiserfs3 as opposed to 4)
In your shoes I'd be backing up the /home on /dev/sda6 with a livecd/dvd before going any further.
I'm a big proponent of 'universal' /boot and swap partitions, however, the minor differences between distros on how they set permissions on folders in the root filesystem always makes me wary of recycling /home - e.g. your mail app will need to be accessing and writing to files in /var and /tmp before updating your user's e-mail account in /home/user - there are way too many opportunities in that process alone for a single file or directory permission to cripple your mail app.
_________________ Arch64 :: Funtoo64 :: FreeBSD-8.0 :: OSX-10.4.11 (PPC)
Testing: Fedora12_x86-64 :: Ubuntu-10.04-LTS_x86-64
|
|
Back to top |
|
jada Linux Guru

Joined: 13 May 2025 Posts: 3064 Location: Sun City, CA 92585
|
Posted: Mon Jul 20, 2025 2:36 am Post subject: |
|
|
Lord.DragonFly.of.Dawn wrote: | there isn't support for reiserfs in F11?
that doesn't sound right........ |
ext3, ext4, XFS that's all. If you need something else, you need to do it by your self 
Last edited by jada on Mon Jul 20, 2025 2:58 am; edited 1 time in total |
|
Back to top |
|
Lord.DragonFly.of.Dawn Advanced Member

Joined: 18 Jul 2025 Posts: 607 Location: South Portland, Maine, USA, Earth, Sol System
|
Posted: Mon Jul 20, 2025 2:48 am Post subject: |
|
|
oh? is that all?
NO PROBLEM!
i gurss arch and gentoo/funtoo have spoiled me that way....
_________________ ArchLinux x86_64 - Custom Built Desktop
ArchLinux x86_64 - Compaq CQ50 Laptop
ArchLinux i686 - Acer Aspire One Netbook
ArchLinux i686 - Dell Presario ze2000 (w/ shattered LCD)
PuppyLinux, CloneZilla, PartedMagic, DBAN - rescue thumbdrives
Windows 7 (x86_64 desktop alternate boot)
|
|
Back to top |
|
jester Sr. Member

Joined: 19 Apr 2025 Posts: 1166
|
Posted: Mon Jul 20, 2025 2:53 am Post subject: |
|
|
Yep, jada's right - I dug a little deeper and came across this in bugzilla.redhat.com
So I guess the only options are
1. Give up on a reiserfs /home on fedora 11 - salvage data with a livecd/dvd and live with ext3/4
2. Try installing the reiserfs-utils package, check your fedora kernel for reiserfs support, and try a temp mounting with the mount -o bind suggestion from Lord.Dragon.Fly - if successful, make it permanent in /etc/fstab
3. Make your own fedora 'spin' which includes reiserfs support
Bottom line is that the fedora install media will be of zero help.
_________________ Arch64 :: Funtoo64 :: FreeBSD-8.0 :: OSX-10.4.11 (PPC)
Testing: Fedora12_x86-64 :: Ubuntu-10.04-LTS_x86-64
|
|
Back to top |
|
inactive Sr. Member
Joined: 29 Aug 2025 Posts: 1207
|
Posted: Fri Jul 31, 2025 4:23 am Post subject: |
|
|
I gave up on it for now, until I can get another hard drive to install it on. No reiserfs? No me. End of story.
Thanks though.
_________________ Mandriva 2025.1 PWP
Mandriva Cooker
ArtistX live
|
|
Back to top |
|
|