| WritingPortableDvds |
UserPreferences |
| SEED Wiki | FrontPage | RecentChanges | TitleIndex | WordIndex | SiteNavigation | HelpContents |
If you write a DVD on a Mac using the Finder, you'll get a DVD that works great on other Macs but is unreadable on Linux or Windows machines.
I used the following to create a DVD on the G5 that was readable on Linux and Windows:
mkisofs -J -R -o myimage.iso directoryToWrite hdiutil burn myimage.iso
mkisofs comes from the
cdrecord repository, specifically
ftp://ftp.berlios.de/pub/cdrecord/cdrtools-2.00.3.tar.gz.
hdiutil is part of the MacOS system.