Re: initializing a blank DVD+R disk?

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

 



On 01/11/2010 02:40 PM, Stuart McGraw wrote:
> I am trying to setup backup software (Bacula) on my home
> network and ran into a real dumb newbie DVD question I haven't
> been able to google an answer to (at least an answer I could
> understand) since I have never used writable DVDs before.
>
> How does one write a iso filesystem onto a blank DVD+R disk
> without writing any files, and leaving the DVD writable (i.e,
> not finalized if that this the right term)?  The growisofs
> and mkisofs man pages are mostly greek to me.  Is there a
> magic cookbook incantation I can use until I can figure
> out all the techy details?\

It's pretty simple:

	growisofs -Z /dev/dvd -R -J /path/file1 /path/file2 ...

When you want to add more files:

	growisofs -M /dev/dvd -R -J /path/to/more/files ...

The magic is replacing the "-Z" (meaning "initialize session") with
"-M" (merge data into session).  When you finally want to close the
session:

	 growisofs -M /dev/dvd=/dev/zero

which fills out the rest of the session with zeroes.

Hope that helps.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer                      ricks@xxxxxxxx -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-               500: Internal Fortune Cookie Error                   -
----------------------------------------------------------------------
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux