Author Topic: where is resulting [name.iso] so I can burn it to disk?  (Read 681 times)

Offline bachmaj

  • New Friend
  • *
  • Posts: 3
where is resulting [name.iso] so I can burn it to disk?
« on: November 26, 2010, 04:24:31 PM »
Mylivecd ran and said it had created the iso - My question is, where is the file to be found so that I can burn it to disk?

[root@localhost ~]# mylivecd jbbPCLOS2010.iso
mylivecd, version 0.9.3, http://pclinuxos.com/
Copyright (C) 2010, Texstar <texstar at gmail.com>

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

Disabling Services not needed on the LiveCD

running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list
running: /sbin/chkconfig --list


Creating initrd:                                   [100.00% 00:00:05/00:00:05]
Setting filesystem parameters:                     [100.00% 00:00:05/00:00:05]
Creating compressed image:                         [100.00% 00:09:33/00:09:33]
Creating isolinux boot:                            [100.00% 00:00:00/00:00:00]
Creating final iso:                                [100.00% 00:01:27/00:01:27]
Embedding MD5 checksum:                            [100.00% 00:00:40/00:00:40]
                                                                             
Restoring Services on the installed system


Created 'jbbPCLOS2010.iso' (2587,017,216 bytes) in 00:11:53

[root@localhost ~]#

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: where is resulting [name.iso] so I can burn it to disk?
« Reply #1 on: November 26, 2010, 04:33:12 PM »
In a terminal type

locate jbbPCLOS2010.iso

...  but it should be in the root account of the filesystem

maybe look under

/root


Offline bachmaj

  • New Friend
  • *
  • Posts: 3
Re: where is resulting [name.iso] so I can burn it to disk?
« Reply #2 on: November 26, 2010, 04:44:24 PM »
Thanks - found it.  I'm guessing that I may not be the only user to be confused by this - an option to save the output (or automatically create a link to the iso) on the desktop would have eliminated this problem for me.

I appreciate your help!

Offline Dragynn

  • Hero Member
  • *****
  • Posts: 1436
  • Abide.
Re: where is resulting [name.iso] so I can burn it to disk?
« Reply #3 on: November 26, 2010, 04:49:44 PM »
In a terminal type

locate jbbPCLOS2010.iso

...  but it should be in the root account of the filesystem

maybe look under

/root



I thought the default naming schema in KDE was fanboy.iso? ;D
This aggression will not stand man.

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: where is resulting [name.iso] so I can burn it to disk?
« Reply #4 on: November 26, 2010, 04:52:53 PM »
or at least ask where to put it

anyway when you run a app as root you should expect that every folder used is in root

just as any app you use as your user will search /home/thenameofyouruser to store or search your files

don't forget to mark this as (SOLVED)
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12518
Re: where is resulting [name.iso] so I can burn it to disk?
« Reply #5 on: November 26, 2010, 05:29:28 PM »
Probably in your /root folder.

Thanks to everyone who donates. You keep the servers running.

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: where is resulting [name.iso] so I can burn it to disk?
« Reply #6 on: November 26, 2010, 05:31:38 PM »
Thanks - found it.  I'm guessing that I may not be the only user to be confused by this - an option to save the output (or automatically create a link to the iso) on the desktop would have eliminated this problem for me.

I appreciate your help!

I believe that  - just as you changed the name of the output file - you can specify the path to the output location ....  so your command could have been changed from .....

Code: [Select]
[root@localhost ~]# mylivecd jbbPCLOS2010.iso
to

Code: [Select]
[root@localhost ~]# mylivecd   /home/<user-name>/Desktop/jbbPCLOS2010.iso
or some other location that you choose.

regards.