Displaying 8 results from an estimated 8 matches for "dvdrecord".
Did you mean:
cdrecord
2006 May 20
1
problem to backup some folder - folder empy
hi
my script to backup my home folder
BDIR=/home/$USER
EXCLUDE=exclude.txt
OPTS="-a -r -v -p -t --del --exclude-from=$EXCLUDE
--progress"
BACKUPDIR=/media/dvdrecorder
rsync $OPTS $BDIR $BACKUPDIR
my exclude file
+ .kde/
+ .kde/share/
+ .kde/share/apps/
+ .kde/share/apps/kmail/***
+ .kde/share/apps/kwallet/***
+ .kde/share/apps/konqueror/***
+ .kde/share/apps/kabc/***
- .**
when i check in .kde/share/ (backup) i found
nothing....
my backup script file was in...
2003 Jul 05
2
NEC 1300A DVD-R writing
...ty
Number of Tracks: 1
READ TRACK INFORMATION[#1]:
Track State: invisible incremental
Track Start Address: 0*2KB
Next Writable Address: 0*2KB
Free Blocks: 2297888*2KB
Track Size: 2297888*2KB
The result
=============
root@ghost /usr/local/video/iso
$ dvdrecord -vv -dao dev=1,0,0 out/DivX1.iso
dvdrtools v0.1.4
^^^ note: this is actually dvdrtools_fbsd-0.1.5 downloaded from
http://machiel.generaal.net/files/
[ snip licence ]
Based on:
Cdrecord 1.11a15 (i386-unknown-freebsd4.8) Copyright (C) 1995-2001 J?rg
Schilling
TOC Type: 1 = CD-ROM
scsidev: '1,...
2005 Aug 24
2
Softlinking to a dvd-drive with inconsistent mount points?
In Suse 9.2, it was easy to softlink to a drive from
/home/username/.wine/dosdevices because the mount
point for the drive was always the same. That is,
/media/dvdrecorder was always where the disc would get
mounted.
NOW, with Suse 9.3, the mount point is
/media/DISC_NAME. Since each disk has a different
name, there is never a consistent mount point. So, I
can't make Wine's "d:" drive the dvd-drive because the
mount point name always changes....
2003 Jun 15
2
dvd+rw-tools ported to FreeBSD (Sony 500A DVD[+/-]R[W] support)
...ers.se/~appro/linux/DVD+RW/tools/
(version 5.8.4.4.4)
These tools support DVD-R, DVD-RW, DVD+R, and DVD+RW format dvd burners,
including the popular Sony 500A (which I just bought myself, hence the
port).
It should work on a wider variety of burners then the half-broken
GNU dvdrecord tools work on (the GNU dvdrecord is a hacked up version
of the original cdrecord). Andy's tool set is based around his
growisofs program which features multi-session recording capabilities.
You also need to have mkisofs installed since growisofs uses it. You
can burn individ...
2005 Feb 07
1
System directory L"%SystemRoot%\\system" is not accessible
...6.3 previously installed wasn't being picked
up because it was installed by another game, so I tried to install QT
6.3 again with the intention of doing a Full or Custom install rather
than the Recommended I had done before.
What did I get?
holly@SuSE:~/games/Septerra_Core> wine
/media/dvdrecorder/storage/+drivers/QT6pt3/QuickTimeInstaller.exe
Warning: the specified System directory L"%SystemRoot%\\system" is not
accessible.
holly@SuSE:~/games/Septerra_Core>
Doesn't work if I cd to the directory first, either. Not good. I went
back into the registry and changed a couple...
2010 Jul 06
2
disable dvd write
hi, does anybody know how to disable dvd/cd write access in centos 5.3?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100706/7d32cfef/attachment.html>
2005 Jun 04
3
DVD writer problem
I have an NEC DVD-RW ND2500A (that's not the label I bought it under,
but that's what it really is.) It's supposed to read/write CDs, DVDs,
DVD+Rs, and DVD-Rs. I'm basically dual booting between XP and CentOS 4.
Following the recipe in "The Linux Cookbook", I tried to copy a DVD using:
dd if=/dev/hdd of=/tmp/diskfile.iso
then
cdrecord dev=/dev/hdd fs=32m
2005 May 19
3
Navigating to the upper floor of the /Home directory using Wine.
I want to be able to use Wine to reach the /home base partition or
directory. By wanting such a thing, do I install Wine on the /usr
directory or do I do that on home itself?