Sponsored link Serve your customers, not your servers, with VERIO Linux VPS. Full-access test-drive here. |
4GB DVDs [ot]4GB DVDs [ot]Posted Aug 10, 2005 16:09 UTC (Wed) by cbetan (guest, #10157)In reply to: 4GB DVDs [ot] by Luyseyal Parent article: First Look at Knoppix 4.0
The 2GB limitation applies to individual files you want to burn on a iso9660 filesystem.
In the case of Knoppix image -and this is the magic word: "image"- what you have to do is burn the pre-formatted iso9660 image into the dvd, not burn the iso file as a file.
If you use the program 'growisofs' (part of the dvd+rw-tools package):
bash# growisofs -dvd-compat -Z /dev/dvdrw=knoppix.iso
The line above will do the job (given your burner is /dev/dvdrw). However:
bash# growisofs -dvd-compat -Z /dev/dvdrw knoppix.iso
Without the 'equal' sign you will try to burn knoppix.iso as an individual file inside the dvd iso filesystem. For instance:
That will copy your mp3 files to your dvd; if you mount the dvd, you will see your mp3 files.
Hope that helps...
(Log in to post comments)
|
Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds
Powered by Rackspace Managed Hosting.