- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- cdrecord-ProDVD
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 07:22 AM
09-08-2003 07:22 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2003 01:24 PM
09-08-2003 01:24 PM
Re: cdrecord-ProDVD
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
Hope this helps
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 06:33 AM
09-09-2003 06:33 AM
Re: cdrecord-ProDVD
I believe this is the official FTP site :
ftp://ftp.berlios.de/pub/cdrecord/ProDVD/
Not sure if they have rpm's but the bins work great, no install needed.
Rgds,
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 04:37 AM
09-11-2003 04:37 AM
Re: cdrecord-ProDVD
cdrecord-prodvd-2.01a12-i586-pc-linux-gnu
My system uses cdrecord, older version. I am trying to install the newer one with dvd support. How do I insure that when mondo runs, it uses the new cdrecord program and not the older one?
Help is appreciated, as always.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 05:10 AM
09-11-2003 05:10 AM
Solutionbut I downloaded the same file as your just to help out, now if login as root you do the command
#file cdrecord-prodvd-1.11b19-i586-pc-linux-gnu
you will see this is an executable.
so all you should have to do is replace the cdrecord executable with this new binary
first to find out where cdrecord is do
#find / -name cdrecord
or
# where cdrecord
once you know where cdrecord lives do something like (depends where you binary lives)
#mv /usr/bin/cdrecord /usr/bin/cdrecord_keep_old
this will rename/move your cdrecord binary to a safe for later if need be place.
now cp cdrecord-prodvd-1.11b19-i586-pc-linux-gnu from where you have saved it to /usr/bin/cdrecord like
#cp /tmp/cdrecord-prodvd-1.11b19-i586-pc-linux-gnu /usr/bin/cdrecord
now you should be able to testit with cdrecord command like
#cdrecord -version
if this works you are probably set , please note that you may have to modify /etc/cdrecord.conf to you setting
this should do it IF not just rm /usr/bin/cdrecord and mv /usr/bin/cdrecord_keep_old to /usr/bin/cdrecord
and you should be back to your old cdrecord setup
hope this is of some use to you
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2003 05:52 AM
09-11-2003 05:52 AM
Re: cdrecord-ProDVD
chmod u+x file
and maybe suid helps as well if you plan to burn cds/dvds as a non root user :
chmod u+s file