Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-26-2010, 07:51 AM
|
#1
|
|
Senior Member
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 2,576
Rep:
|
Cdrecord question.
Kernel 2.6.21.5, Slackware 12.0
CDrecord Pro-DVD Clone 2.01
Hi:
How do I get the image of a given DVD? I mean, the DVD, recorded by me, contains a certain ISO9660 image in it. How do I transfer it to the hard. All it contains is data. Any hintwill be welcome.
|
|
|
|
11-26-2010, 09:25 AM
|
#2
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,706
|
You can do either:
Code:
dd if=/dev/dvdrw of=image.iso
Code:
cat /dev/dvdrw > image.iso
|
|
|
|
11-26-2010, 09:26 AM
|
#3
|
|
Senior Member
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware-current
Posts: 2,810
|
If you mean that there is a file 'yourimage.iso' on the DVD, then:
Mount the DVD as would normally to say '/mnt/dvd'.
Then 'mount -t iso9660 /mnt/dvd/yourimage.iso /mnt/tmp' should allow you to access the files under /mnt/tmp.
|
|
|
|
11-26-2010, 10:02 AM
|
#4
|
|
Senior Member
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 2,576
Original Poster
Rep:
|
In no way. I think H_TeXMeX_H got the idea. I backed up a subtree from the hard into a CD. Now the subtree on the hard has grown up and is bigger than a CD capacity. So, DVD. And I must merge the old subtree with the new one. Got it?
|
|
|
|
11-26-2010, 10:37 AM
|
#5
|
|
Senior Member
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware-current
Posts: 2,810
|
So you want to bring back any data from the CD that is not present or has not been superseded into the tree on the hard disk.
I would use 'rsync -u /path/to/CD/ path/to/tree/'
|
|
|
1 members found this post helpful.
|
11-26-2010, 12:17 PM
|
#6
|
|
Senior Member
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 2,576
Original Poster
Rep:
|
Thank you so much, allend, for you suggestion. I'm looking forward to make it work. Regards.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:39 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|