Author Topic: {Solved} Making LiveCD (question about user data).  (Read 697 times)

SpeedVin

  • Guest
{Solved} Making LiveCD (question about user data).
« on: June 30, 2010, 05:29:27 AM »
Hey!
I want to build an LiveCD using my configured system but I have question about my user data ;)
Ok let's start...
I buyed an external drive and I want to partition it move data to partition that will be mounted as /home (don't format partion) and let install the system...
What will be witch my data (it will be overrided or what)?
Thanks for help!
« Last Edit: July 01, 2010, 02:00:36 AM by SpeedVin »

Offline rubentje1991

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 2110
  • Rubenus Parvus MCMXCI
Re: Making LiveCD (question about user data).
« Reply #1 on: June 30, 2010, 08:23:46 AM »
What do you want specifically?

You want to move the current /home partition to another partition....? And do you want to use that data to make a remaster???
=> best open 2 different threads, one for moving that partition if needed, and then how to exclude/include specific data in your remaster...

Normally, the data from your /home partition is packed too in the remaster (=> included in the .iso you get after remastering your install)

SpeedVin

  • Guest
Re: Making LiveCD (question about user data).
« Reply #2 on: June 30, 2010, 08:34:33 AM »
Normally, the data from your /home partition is packed too in the remaster (=> included in the .iso you get after remastering your install)
I know but my question is about the moment when the install will copying files to my new /home partion, the data on it (my old data) will be ovverrided or nothing will be done with it?

Offline johnmart

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1105
  • Make Love Not War
Re: Making LiveCD (question about user data).
« Reply #3 on: June 30, 2010, 05:51:20 PM »
Hi SpeedVin, I think your /home will overwrite your existing /home on a remaster install. If you want to preserve your existing /home files, you can exclude them from your remaster with --nodir ^/home/speedvin. I backup files separately to keep my remaster within size limitations.
Have fun!
John  :) :)
Acer Aspire, Intel core2 2.20GHz, ‎Graphics nVidia ‎G98M [GeForce G 105M], 2gb ram, Wireless Intel Link 5100

Why, any 5 year old child could understand this.
Somebody bring me a 5 year old.
Groucho

genomega

  • Guest
Re: Making LiveCD (question about user data).
« Reply #4 on: June 30, 2010, 07:58:01 PM »
The only advice I can supply is that after numerous failures, I discovered that there are a ton of hidden files in the home directory. Many I have no idea why they are in the home directory, basic qt files, kde.old files, ect.

SpeedVin

  • Guest
Re: Making LiveCD (question about user data).
« Reply #5 on: July 01, 2010, 02:00:05 AM »
Hi SpeedVin, I think your /home will overwrite your existing /home on a remaster install. If you want to preserve your existing /home files, you can exclude them from your remaster with --nodir ^/home/speedvin. I backup files separately to keep my remaster within size limitations.
Have fun!
John  :) :)
Wow that's was helpful Thanks I will do like you said :)
The only advice I can supply is that after numerous failures, I discovered that there are a ton of hidden files in the home directory. Many I have no idea why they are in the home directory, basic qt files, kde.old files, ect.
Right I don't want to be in the same situation Thanks too!