Re: how to create iso9660 archive.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 <davidsen@xxxxxxx>
  "We have more to fear from the bungling of the incompetent than from
the machinations of the wicked."  - from Slashdot
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
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




[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux