Author Topic: Can the 64 bit KDE rc 1 share a home directory with a new 32 bit KDE install?  (Read 494 times)

Offline deathromantik

  • Sr. Member
  • ****
  • Posts: 498
  • Got any blacker?
Hello,
I am liking the 64 bit RC1 but there are a lot of programs that are not on it yet and the MegaGames repo does not work with it.
So I was thinking about dualbooting the 32bit and 64bit versions of PCLOS and sharing the /home directory. Would this work?
PCLinuxOS KDE - 64bit RC1, COMPAQ Presario Laptop (Turned upside down so it won't overheat!
BenQ external monitor, AMD Athlon II P320 Dual-Core CPU, ATI Manhattan [Mobility Radeon HD 5430 Series] GPU, Toshiba MK3265GS SATA 320 gb HDD and 4 GB RAM

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1910
  • Certified Windows Hater
I don't think that's a good idea.
Inside /home folder, configuration data are saved as long as your personal files.
That configuration data could cause a mess up in programs that are common for both 32bit and 64bit.

I would create separate /home folders for each installation and just share my personal files (e.g. Documents, Music etc) between the two.
For the whole world, you are someone.
For someone, you are the whole world.

Offline deathromantik

  • Sr. Member
  • ****
  • Posts: 498
  • Got any blacker?
Thanks, I guess I shall try sharing those folders then.
PCLinuxOS KDE - 64bit RC1, COMPAQ Presario Laptop (Turned upside down so it won't overheat!
BenQ external monitor, AMD Athlon II P320 Dual-Core CPU, ATI Manhattan [Mobility Radeon HD 5430 Series] GPU, Toshiba MK3265GS SATA 320 gb HDD and 4 GB RAM

Offline Bernd

  • Full Member
  • ***
  • Posts: 57
  • Addicted to PCLinuxOS
Hy deathromantik,
32 bit and 64 bit Versions are using the same config files. So kmail e.g. is the same in both versions. I just updated from 32 bit to 64 bit keeping my /home ( which is on a seperate partition) . I didn´t notice any relevant changes or problems. But I noticed that the 64 bit version is notably starting faster  8) Common programs are meanwhile  available for 64 bit as well.
Bernd
Prozessor: Intel i5-2500K CPU @ 3.30GHz with onboard graphics
Motherboard: Intel DH67BLB3 with H67 Chip

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1910
  • Certified Windows Hater
Hy deathromantik,
32 bit and 64 bit Versions are using the same config files. So kmail e.g. is the same in both versions. I just updated from 32 bit to 64 bit keeping my /home ( which is on a seperate partition) . I didn´t notice any relevant changes or problems. But I noticed that the 64 bit version is notably starting faster  8) Common programs are meanwhile  available for 64 bit as well.
Bernd

I agree with you. It can be done. It can work because of the reasons you mention. But it can also cause problems at some point.
What if something messes up on one of the two installs? The mess will be carried to the other install too.
Is that what you really want?
For the whole world, you are someone.
For someone, you are the whole world.

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11524
  • ----IOFLU----
Hy deathromantik,
32 bit and 64 bit Versions are using the same config files. So kmail e.g. is the same in both versions. I just updated from 32 bit to 64 bit keeping my /home ( which is on a seperate partition) . I didn´t notice any relevant changes or problems. But I noticed that the 64 bit version is notably starting faster  8) Common programs are meanwhile  available for 64 bit as well.
Bernd

I agree with you. It can be done. It can work because of the reasons you mention. But it can also cause problems at some point.
What if something messes up on one of the two installs? The mess will be carried to the other install too.
Is that what you really want?

Exactly what did you contemplate messing up? If one backs up their .<directories> and .<files> everything is fixable with a simple copy/paste from the backup. I'm currently sharing a /home partition between two PCLinuxOS installations without any problems, but for most of my installations I have a /home/polack directory on the / partition, (copied from a single source, to both 32bit and 64bit installations, so all my bookmarks and personal settings remain the same) with all my personal data on separate partitions mounted in the same relative location on each, so it's always accessible from a known, and relatively fixed, location. All my mounted partitions are specified in my /etc/fstab, and I share the same /etc/fstab between all of the installations, with only the / partition edited for each. I've been doing this for years and have yet to lose anything due to "messing up".

[root@fatman ~]# cat /etc/fstab
Code: [Select]
# Entry for /dev/sdc15 :
LABEL=64RC              /                       ext4    defaults,noatime                1 1        <--- This line gets edited as to the LABEL=<whatever>
LABEL=HOME64            /home                   ext4    defaults,noatime                1 2        <--- This line gets commented out for those with /home/polack on the / partition
LABEL=TR5-Documents     /home/polack/Documents  ext3    rw,user,noauto,exec,noatime     0 0
LABEL=Documents2        /home/polack/Documents2 ext3    rw,user,noauto,exec,noatime     0 0
LABEL=DL-1              /home/polack/Downloads  ext4    rw,user,auto,exec,noatime       0 0
LABEL=VDI               /vdi                    ext4    rw,user,auto,exec,noatime       0 0
LABEL=share1            /share1                 ext4    rw,user,auto,exec,noatime       0 0
LABEL=SHARE2            /share2                 ext4    rw,user,auto,exec,noatime       0 0
LABEL=share9            /share9                 ext3    rw,user,auto,exec,noatime       0 0
LABEL=movies            /movies                 ext3    rw,user,auto,exec,noatime       0 0
LABEL=movies2           /movies2                ext3    rw,user,auto,exec,noatime       0 0
LABEL=storage00         /zstorage00             ext3    rw,user,noauto,exec,noatime     0 0
LABEL=120backup         /zbackup                ext3    rw,user,noauto,exec,noatime     0 0
LABEL=boot2000          /mnt/boot               ext3    rw,user,noauto,exec,noatime     0 0
LABEL=REPO              /repo                   ext4    rw,user,auto,exec,noatime       0 0
none                    /proc                   proc    defaults                        0 0
# Entry for /dev/sdc2 :
LABEL=swap2000          swap                    swap    defaults                        0 0
# Entry for /dev/sda2 :
LABEL=swap1000          swap                    swap    defaults                        0 0
# Entry for /dev/sdb2 :
LABEL=swap750           swap                    swap    defaults                        0 0
none                    /dev/pts                devpts  mode=0620                       0 0
/dev/fd0                /mnt/floppy             auto    rw,user,noauto,exec             0 0
/dev/cdrom              /mnt/cdrom              auto    ro,user,noauto                  0 0
/dev/dvd                /mnt/dvd                auto    ro,user,noauto                  0 0
# none                  /dev/shm                tmpfs   defaults                        0 0
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1910
  • Certified Windows Hater
Hmmm, I think "backup" is the magic word here...

It's probably just me, then.
I don't remember what I had messed up because it's been some time and my knowledge was far less limited then.
One thing is sure: I didn't have such a backup to fix it up.
I guess I've been afraid of having shared /home folders across my installs with apparently no reason, just because of that mess up I had created in the past.
For the whole world, you are someone.
For someone, you are the whole world.

Offline Bernd

  • Full Member
  • ***
  • Posts: 57
  • Addicted to PCLinuxOS
you´ll get a bit in trouble when installing other distros using the same /home. All mayor distros use the .kde folder while PCLinuxOs uses .kde4 Then you have to copy files. So it´s better to stick with PCLinuxOS  8) - not only because of kde folders  ;)
Bernd
Prozessor: Intel i5-2500K CPU @ 3.30GHz with onboard graphics
Motherboard: Intel DH67BLB3 with H67 Chip

Offline deathromantik

  • Sr. Member
  • ****
  • Posts: 498
  • Got any blacker?
I have all ready done the whole two separate /home install, I don't have a drive for back up yet so I am being careful.
I am wondering about sharing my PlayOnLinux and WINE drives on the 64 bit with the 32 bit install.
PCLinuxOS KDE - 64bit RC1, COMPAQ Presario Laptop (Turned upside down so it won't overheat!
BenQ external monitor, AMD Athlon II P320 Dual-Core CPU, ATI Manhattan [Mobility Radeon HD 5430 Series] GPU, Toshiba MK3265GS SATA 320 gb HDD and 4 GB RAM

Offline Nish

  • Sr. Member
  • ****
  • Posts: 384
    • SMQ's Adventures in Linux
I have all ready done the whole two separate /home install, I don't have a drive for back up yet so I am being careful.
I am wondering about sharing my PlayOnLinux and WINE drives on the 64 bit with the 32 bit install.



You and me too sort of.   I don't have PlayOnLinux but have crossover office.  Everything I heard iS that it won't work without shared 32/64 bit libraries which are not going to happen with PCLOS 64 bit by design (just what I heard last I listened, please nobody get offended).

Since I depend heavily on a few of the crossover office functions I thought the 64 bit PCLOS would be a no go for me.  I was going to go with a completely separate partition and continue to use the 32 bit with crossover.  IF your experience varies, please let me know!
Never borrow time.  The interest will kill you - signed Mastercard & Visa

Embrace the Bird.  http://www.smqlinux.com - an old lady's adventures in linuxdom