[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Lazy guy wants to burn large backup into DL DVD
- Subject: [ale] Lazy guy wants to burn large backup into DL DVD
- From: cluon at geeklabs.com (Mike Harrison)
- Date: Fri, 12 Nov 2010 16:37:44 -0500 (EST)
- In-reply-to: <[email protected]>
- References: <[email protected]>
> I failed when I tried to burn a video beyond 4 GBy on these blanks.
Hadn't tried this over 4gb... but I do this all the time to CD and DVD.
mkisofs -v -o /tmp/cd.iso -R /home/directorytobackup/
cdrecord -v dev=/dev/cdrom driveropts=burnfree /tmp/cd.iso
rm /tmp/cd.iso
eject /dev/cdrom