Author Topic: [solved]researching remaster pclos 2012  (Read 3930 times)

Offline houndhen

  • Full Member
  • ***
  • Posts: 206
Re: researching remaster pclos 2012
« Reply #30 on: February 14, 2012, 05:52:38 PM »
Home will be there. Your problem with remastering was size. 35G home is way too big!     
I use one home partition for 4 distros. I thought that the --nodir would take out all of the folders except the pclos folder in the /home partition. I know, it is probably way weird. The pclos home folder is only 1.6 gb.

Anyway, Can I use this test.iso to install on my laptop?
Then can I copy my files over from my (desktop pc) pclos home folder and paste them in the laptop pclos /home folder?
If so, then I will need to get the hidden files and folders also.

Can I rename test.iso to a better name and it still work?
Thanks,
Harold
PCLOS KDE

Offline Neal ManBear

  • Administrator
  • Super Villain
  • *****
  • Posts: 15847
  • LXDE! Coffee, Bacon and Cheesecake!
Re: researching remaster pclos 2012
« Reply #31 on: February 14, 2012, 05:57:52 PM »
Yes, you should be able to install that ISO.     
Yes, you can copy over files, including the hidden files.     
Right click > Rename.     

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: researching remaster pclos 2012
« Reply #32 on: February 14, 2012, 06:06:21 PM »
Home will be there. Your problem with remastering was size. 35G home is way too big!     
I use one home partition for 4 distros. I thought that the --nodir would take out all of the folders except the pclos folder in the /home partition. I know, it is probably way weird. The pclos home folder is only 1.6 gb.
use this command to verify about the real sizes of each folder in /home
Code: [Select]
du -s /home/*I think you are correct, and you are effectively trying to remaster 1.6 GB from /home + 3.4 GB from '/' ... which should work.
 ... as I have a suspect I want to verify ... there will be a follow up shortly.

Quote
Anyway, Can I use this test.iso to install on my laptop?
that ISO actually will work, but doesn't contain a /home, you will need to login as root and create a new user as first step, then relogin.

Quote
Then can I copy my files over from my (desktop pc) pclos home folder and paste them in the laptop pclos /home folder?
If so, then I will need to get the hidden files and folders also.
Hidden files are all inside each user home, therefore inside /home/<user>, a tar archive of /home/<user> will include all files including those hidden.

Quote
Can I rename test.iso to a better name and it still work?
Yes, of course.

Offline houndhen

  • Full Member
  • ***
  • Posts: 206
Re: researching remaster pclos 2012
« Reply #33 on: February 14, 2012, 06:10:03 PM »
Thanks to everyone for working with me and being so patient. I have learned a lot.
Thanks,
Harold
PCLOS KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: [solved]researching remaster pclos 2012
« Reply #34 on: February 14, 2012, 06:17:00 PM »
Why this command has failed:

Quote
mylivecd --nodir ^/home/hal-crunch,^/home/hal-mepis,^/home/hal-another distro,^/home/isos --workdir /home/hal-pclos/Desktop/temp/ --gzip pclos2012_jhw.iso

Because the workdir is not automatically excluded from the remaster, I think this is glitch (if not a bug) of mylivecd, and should be fixed.

houndhen,

the next time retry as follow:

Quote
mylivecd --nodir ^/home/hal-crunch,^/home/hal-mepis,^/home/hal-another distro,^/home/isos,^/home/hal-pclos/Desktop/temp  --workdir /home/hal-pclos/Desktop/temp/ --gzip pclos2012_jhw.iso


Offline houndhen

  • Full Member
  • ***
  • Posts: 206
Re: [solved]researching remaster pclos 2012
« Reply #35 on: February 15, 2012, 04:21:33 PM »
Thanks AS. You have been a great help.
Thanks,
Harold
PCLOS KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: [solved]researching remaster pclos 2012
« Reply #36 on: February 15, 2012, 04:24:34 PM »
Thanks AS. You have been a great help.

You are welcome  ;)

I would like a confirmation (or not) about the workdir directory exclusion, if it was part of your issue. Thanks.

AS

Offline houndhen

  • Full Member
  • ***
  • Posts: 206
Re: [solved]researching remaster pclos 2012
« Reply #37 on: February 15, 2012, 04:42:29 PM »
OK. What would you like me to do. I think that my partitions were bigger than 4.7 gb. The pclos /home folder was 1.6 gb and the / folder was 3.4 or something like that.

Just let me know what you want me to do. and I will try. It worked when you gave me this to try:
Quote
mylivecd  --gzip  --nodir  ^/home   test.iso
Just to let you know what you want me to do.

FYI... I was able to get the remaster installed and fumbled thru with adding a user, home folder and getting my compressed data from my desktop home folder. I am not real swift with Ark. I just have never used it that much or studied up on how to use it. Anyway, my laptop is running my remaster of PCLOS 2012 and I learned how to do something that I have never done before! Had a lot of good help and it was fun.
Thanks,
Harold
PCLOS KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: [solved]researching remaster pclos 2012
« Reply #38 on: February 15, 2012, 04:51:32 PM »
OK. What would you like me to do. I think that my partitions were bigger than 4.7 gb. The pclos /home folder was 1.6 gb and the / folder was 3.4 or something like that.

That is the uncompressed size, which should be reduced to approx. 30%/35%, therefore you should be able to complete a mylivecd session. The 4GiB limit refers to the final ISO, that should allow you to remaster up to 10 GiB uncompressed.

Quote

Just let me know what you want me to do. and I will try. It worked when you gave me this to try:
Quote
mylivecd  --gzip  --nodir  ^/home   test.iso
Just to let you know what you want me to do.

FYI... I was able to get the remaster installed and fumbled thru with adding a user, home folder and getting my compressed data from my desktop home folder. I am not real swift with Ark. I just have never used it that much or studied up on how to use it. Anyway, my laptop is running my remaster of PCLOS 2012 and I learned how to do something that I have never done before! Had a lot of good help and it was fun.


I have posted a modified version of your mylivecd command on post #34
http://www.pclinuxos.com/forum/index.php/topic,102567.msg875525.html#msg875525
Quote
mylivecd --nodir ^/home/hal-crunch,^/home/hal-mepis,^/home/hal-another distro,^/home/isos,^/home/hal-pclos/Desktop/temp  --workdir /home/hal-pclos/Desktop/temp/ --gzip pclos2012_jhw.iso


if and when you will retry a remaster, just let us know about the result.  ;)

AS

Offline houndhen

  • Full Member
  • ***
  • Posts: 206
Re: [solved]researching remaster pclos 2012
« Reply #39 on: February 15, 2012, 04:58:54 PM »
Will do. I have another laptop that I am working on for a friend so it won't be right away. I copied and saved your mylivecd command and will use it.
Thanks,
Harold
PCLOS KDE

Offline houndhen

  • Full Member
  • ***
  • Posts: 206
Re: [solved]researching remaster pclos 2012
« Reply #40 on: February 22, 2012, 09:16:19 AM »
Quote
mylivecd --nodir ^/home/hal-crunch,^/home/hal-mepis,^/home/hal-another distro,^/home/isos,^/home/hal-pclos/Desktop/temp  --workdir /home/hal-pclos/Desktop/temp/ --gzip pclos2012_jhw.iso

if and when you will retry a remaster, just let us know about the result.  ;)

AS

[/quote]Been trying to post the results of my latest remaster try but when I click on preview, everything that I put in the reply is gone and I haven't been able to get it back. Will try in smaller doses.
Thanks,
Harold
PCLOS KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: [solved]researching remaster pclos 2012
« Reply #41 on: February 22, 2012, 09:20:04 AM »
Quote
mylivecd --nodir ^/home/hal-crunch,^/home/hal-mepis,^/home/hal-another distro,^/home/isos,^/home/hal-pclos/Desktop/temp  --workdir /home/hal-pclos/Desktop/temp/ --gzip pclos2012_jhw.iso


if and when you will retry a remaster, just let us know about the result.  ;)

AS

Been trying to post the results of my latest remaster try but when I click on preview, everything that I put in the reply is gone and I haven't been able to get it back. Will try in smaller doses.
[/quote]

If you need to post long logs, use http://pastebin.com or similar services and post here the related link  ;)

Offline houndhen

  • Full Member
  • ***
  • Posts: 206
Re: [solved]researching remaster pclos 2012
« Reply #42 on: February 22, 2012, 09:34:29 AM »
Quote
if and when you will retry a remaster, just let us know about the result.  ;)

AS
I ran bleachbit, bleachbit su, and the df command before.
df before
Code: [Select]
df
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda9             9.7G  4.5G  4.8G  49% /
/dev/sda7              60G   14G   43G  25% /home
Here is the mylivecd command that I ran
Code: [Select]
mylivecd --nodir ^/home/hal-crunch,^/home/hal-mepis,^/home/hal-ubuntu,^/home/hal-pclos/Desktop/temp  --workdir /home/hal-pclos/Desktop/temp/ --gzip pclos2012_jhw.isoApparently the output of mylivecd is what is too big.Never have used the pastebin. How do I do it and where is it?
Thanks,
Harold
PCLOS KDE

Offline AS

  • Hero Member
  • *****
  • Posts: 4111
  • Have a nice ... night!
Re: [solved]researching remaster pclos 2012
« Reply #43 on: February 22, 2012, 09:41:22 AM »

Apparently the output of mylivecd is what is too big.Never have used the pastebin. How do I do it and where is it?



click on the following: http://pastebin.com  and copy & paste the log output, then post here the link.

alternatively upload a log file to: http://fileconvoy.com and post the provided link here.

Offline houndhen

  • Full Member
  • ***
  • Posts: 206
Re: [solved]researching remaster pclos 2012
« Reply #44 on: February 22, 2012, 09:47:31 AM »
Just noticed the pastebin link. Will look into it and post back.
Thanks,
Harold
PCLOS KDE