Re: how to create iso9660 archive.

2013-04-20 Thread Bill Davidsen

Mark C. Allman wrote:

On Wed, 2013-04-17 at 20:01 -0500, g wrote:

On 04/17/2013 07:26 PM, William Mattison wrote:

(fedora-18, all desktops)

I would like to burn a single dvd with an ISO9660 - Rock Ridge - Joliet
file made from: * /home/user1/project17/ * /home/user2/project17/ *
/home/user2/.hidden/ Each of these directories has multiple levels of
subdirectories.  user1 and user2 each has other directories directly under
his $HOME directory.  I tried to use Brasero to do this.  But the ISO file
it created was a mere 71.7 KB, though these three directories contain over
600 MB of files.  I get the impression that the tool only looked one level
below what I dragged to the right side of the screen.  I need it to go all
the way down, like a cp -r.  On my old Redhat 9 system, X-CD-Roast handled
that beautifully.  I also tried this with another tool whose name I now
cannot now recall or find.  It was worse.  How do I do this with Fedora-18?


have you considered K3b?

k3b allows you to do what you want, as it allows you to pre-build
your own paths and then drag in what ever files, directories, or
paths than you want.

above is main reason i have used over the years from when i was
first released.

hth
--

in a world with out fences, who needs gates.

tc. hago.

g
.



I'd try this from the shell:

genisoimage -V YourLabel -pad -R -quiet  \
-o  YourFile.iso \
/home/user1/project17/  \
/home/user2/project17/  \
/home/user2/.hidden/

wodim dev=/dev/Your_DVD_Device -dao -data YourFile.iso



He said Joliet, I think you want a -J in there.

growisofs -Z /dev/sr0 -R -J \
 /home/user1/project17/ \
 /home/user2/project17/ \
 /home/user2/.hidden/

--
Bill Davidsen david...@tmr.com
  We have more to fear from the bungling of the incompetent than from
the machinations of the wicked.  - from Slashdot
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive. [SOLVED]

2013-04-18 Thread William Mattison
 (fedora-18, all desktops)


 I would like to burn a single dvd with an ISO9660 - Rock Ridge - Joliet file 
 made from:
 * /home/user1/project17/
 * /home/user2/project17/
 * /home/user2/.hidden/
 Each of these directories has multiple levels of subdirectories.  user1 and 
 user2 each has other directories
 directly under his $HOME directory.  I tried to use Brasero to do this.  
 But the ISO file it created was a
 mere 71.7 KB, though these three directories contain over 600 MB of files.  I 
 get the impression that the
 tool only looked one level below what I dragged to the right side of the 
 screen.  I need it to go all the way
 down, like a cp -r.  On my old Redhat 9 system, X-CD-Roast handled that 
 beautifully.  I also tried this
 with another tool whose name I now cannot now recall or find.  It was worse.  
 How do I do this with Fedora-18?

geleem suggested:

 have you considered K3b? k3b allows you to do what you want, as it allows 
 you to pre-build
your own paths
 and then drag in what ever files, directories, or
paths than you want.

I couldn't find k3b on my system.  So I searched the repository, found it and 
X-CD-Roast, and downloaded and installed both.  I tried k3b.  I couldn't find a 
way in it to see hidden files.  Since I found X-CD-Roast, and it worked so well 
for me on the old Redhat 9 system, I decided to try that next.  It didn't see 
my blu-ray writer, and I don't know enough about configuring blu-ray drivers to 
try it.  But it created the image file easily.  I then used Brasero to burn 
that image file to the m-disk.  I verified that it worked correctly.

Since I found X-CD-Roast, and it made the image file easily and successfully, I 
did not try Mark's suggestion.

I thank geleem and Mark for their effort.

Bill.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive. [SOLVED]

2013-04-18 Thread T.C. Hollingsworth
On Thu, Apr 18, 2013 at 6:49 PM, William Mattison wcmatti...@yahoo.com wrote:
 I tried k3b.  I couldn't find a way in it to see hidden files.

There's a settings icon in the top-right corner of the file selector
that opens a menu which contains a Show Hidden Files option.

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive.

2013-04-18 Thread poma
On 18.04.2013 02:26, William Mattison wrote:
 (fedora-18, all desktops)
 
 I would like to burn a single dvd with an ISO9660 - Rock Ridge - Joliet file 
 made from:
 * /home/user1/project17/
 * /home/user2/project17/
 * /home/user2/.hidden/
 Each of these directories has multiple levels of subdirectories.  user1 and 
 user2 each has other directories directly under his $HOME directory.  I tried 
 to use Brasero to do this.  But the ISO file it created was a mere 71.7 KB, 
 though these three directories contain over 600 MB of files.  I get the 
 impression that the tool only looked one level below what I dragged to the 
 right side of the screen.  I need it to go all the way down, like a cp -r.  
 On my old Redhat 9 system, X-CD-Roast handled that beautifully.  I also tried 
 this with another tool whose name I now cannot now recall or find.  It was 
 worse.  How do I do this with Fedora-18?
 
 Thank-you in advance for your help.

Brasero can do this without a hitch in da hip hop pop-up style pitch. :)
How many linux users does it take to change a lightbulb?

poma


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive. [SOLVED]

2013-04-18 Thread g


On 04/18/2013 08:49 PM, William Mattison wrote:



geleem suggested:


have you considered K3b? k3b allows you to do what you want, as it
allows you to pre-build your own paths
and then drag in what ever files, directories, or paths than you want.


I couldn't find k3b on my system.  So I searched the repository, found it
and X-CD-Roast, and downloaded and installed both.  I tried k3b.


i use both k3b and x-cd-roast.


I couldn't find a way in it to see hidden files.


that is hidden. :-)

go to directory;

   ~/.kde/share/config

open file;

   kdeglobals

ctrl+f, enter;

   hidden

you will see;

  Show hidden files=false

change to;

  Show hidden files=true

it used to be in configuration, but has been removed for some reason.

hth.
--

in a world with out fences, who needs gates.

tc. hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive. [SOLVED]

2013-04-18 Thread g

*ooopppsss*

On 04/18/2013 09:48 PM, g wrote:


scratch this.


you will see;

Show hidden files=false

change to;

Show hidden files=true


i have only burned .iso files with this installation, and that was with
drag from knoqueror and drop to appropriate cd/dvd box.

after sending last post, i opened k3b and noted that there were no hidden
directories or files showing.

after sending this, i am going to http://www.k3b.org/ to see what they have
to say about hidden files because i need to burn some backups that have
'hiders' and want to include them without having to zip or cpio to files
and burn the files.

i will post back with what i find.

later.

--

in a world with out fences, who needs gates.

tc. hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive. [SOLVED]

2013-04-18 Thread g


On 04/18/2013 10:19 PM, g wrote:



after sending this, i am going to http://www.k3b.org/ to see what they have
to say about hidden files because i need to burn some backups that have
'hiders' and want to include them without having to zip or cpio to files
and burn the files.


only thing i could find relating to hidden files was in using file browsers.

so, i registered with k3b support and forums. will get back to them after
i receive conformations.

they do have an irc channel. never used such, will go see what they know.

i will post back with what i find.

later. again.

--

in a world with out fences, who needs gates.

tc. hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive. [SOLVED]

2013-04-18 Thread g


On 04/18/2013 10:44 PM, g wrote:



they do have an irc channel. never used such, will go see what they know.

i will post back with what i find.


looks like i will not be joining any chat sessions because i do not have
access to their channel providers.

so i thought, fts. i will wait for registrations to arrive.

so, now i wait. :-)
--

in a world with out fences, who needs gates.

tc. hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


how to create iso9660 archive.

2013-04-17 Thread William Mattison
(fedora-18, all desktops)

I would like to burn a single dvd with an ISO9660 - Rock Ridge - Joliet file 
made from:
* /home/user1/project17/
* /home/user2/project17/
* /home/user2/.hidden/
Each of these directories has multiple levels of subdirectories.  user1 and 
user2 each has other directories directly under his $HOME directory.  I tried 
to use Brasero to do this.  But the ISO file it created was a mere 71.7 KB, 
though these three directories contain over 600 MB of files.  I get the 
impression that the tool only looked one level below what I dragged to the 
right side of the screen.  I need it to go all the way down, like a cp -r.  
On my old Redhat 9 system, X-CD-Roast handled that beautifully.  I also tried 
this with another tool whose name I now cannot now recall or find.  It was 
worse.  How do I do this with Fedora-18?

Thank-you in advance for your help.
Bill.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive.

2013-04-17 Thread g



On 04/17/2013 07:26 PM, William Mattison wrote:

(fedora-18, all desktops)

I would like to burn a single dvd with an ISO9660 - Rock Ridge - Joliet
file made from: * /home/user1/project17/ * /home/user2/project17/ *
/home/user2/.hidden/ Each of these directories has multiple levels of
subdirectories.  user1 and user2 each has other directories directly under
his $HOME directory.  I tried to use Brasero to do this.  But the ISO file
it created was a mere 71.7 KB, though these three directories contain over
600 MB of files.  I get the impression that the tool only looked one level
below what I dragged to the right side of the screen.  I need it to go all
the way down, like a cp -r.  On my old Redhat 9 system, X-CD-Roast handled
that beautifully.  I also tried this with another tool whose name I now
cannot now recall or find.  It was worse.  How do I do this with Fedora-18?


have you considered K3b?

k3b allows you to do what you want, as it allows you to pre-build
your own paths and then drag in what ever files, directories, or
paths than you want.

above is main reason i have used over the years from when i was
first released.

hth
--

in a world with out fences, who needs gates.

tc. hago.

g
.

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: how to create iso9660 archive.

2013-04-17 Thread Mark C. Allman
On Wed, 2013-04-17 at 20:01 -0500, g wrote:

On 04/17/2013 07:26 PM, William Mattison wrote:
  (fedora-18, all desktops)
 
  I would like to burn a single dvd with an ISO9660 - Rock Ridge - Joliet
  file made from: * /home/user1/project17/ * /home/user2/project17/ *
  /home/user2/.hidden/ Each of these directories has multiple levels of
  subdirectories.  user1 and user2 each has other directories directly under
  his $HOME directory.  I tried to use Brasero to do this.  But the ISO file
  it created was a mere 71.7 KB, though these three directories contain over
  600 MB of files.  I get the impression that the tool only looked one level
  below what I dragged to the right side of the screen.  I need it to go all
  the way down, like a cp -r.  On my old Redhat 9 system, X-CD-Roast handled
  that beautifully.  I also tried this with another tool whose name I now
  cannot now recall or find.  It was worse.  How do I do this with Fedora-18?
 
 have you considered K3b?
 
 k3b allows you to do what you want, as it allows you to pre-build
 your own paths and then drag in what ever files, directories, or
 paths than you want.
 
 above is main reason i have used over the years from when i was
 first released.
 
 hth
 -- 
 
 in a world with out fences, who needs gates.
 
 tc. hago.
 
 g
 .
 

I'd try this from the shell:

genisoimage -V YourLabel -pad -R -quiet  \
   -o  YourFile.iso  \
   /home/user1/project17/  \
   /home/user2/project17/  \
   /home/user2/.hidden/

wodim dev=/dev/Your_DVD_Device -dao -data YourFile.iso


-- 
Mark C. Allman, PMP, CSM
Founder, See How You Ski
Allman Professional Consulting, Inc., www.allmanpc.com
617-947-4263, Twitter:  @allmanpc


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org