LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-20-2009, 04:58 AM   #1
xzibit-d12
LQ Newbie
 
Registered: Oct 2006
Location: Jos, Nigeria
Distribution: Suse 11.1 , Mandriva Free 2009, and trying my hands on others
Posts: 12

Rep: Reputation: 0
trying to make copies of linux


Greetings to all! Just ordered some distros from FozenTech.com (Suse11.1, Mandriva Free2009, Fedora 10 and others). Since they've arrived i've been trying to share the love with my pals but i have a problem anytime i try to roast out the DVD's. After it has finished burning the new copy does not boot from start up. Is it a security from FrozenTech to make us go back to them and buy or can this problem be solved? I've also tried making ISO's with this command

# mkisofs -J -r -T -o /tmp/your.iso /mnt/cdrom

and burning out with k3b, all to no avail.
Any help will be appreciated. Cheers!
 
Old 06-20-2009, 05:04 AM   #2
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by xzibit-d12 View Post
Greetings to all! Just ordered some distros from FozenTech.com (Suse11.1, Mandriva Free2009, Fedora 10 and others). Since they've arrived i've been trying to share the love with my pals but i have a problem anytime i try to roast out the DVD's. After it has finished burning the new copy does not boot from start up. Is it a security from FrozenTech to make us go back to them and buy or can this problem be solved? I've also tried making ISO's with this command

# mkisofs -J -r -T -o /tmp/your.iso /mnt/cdrom

and burning out with k3b, all to no avail.
Any help will be appreciated. Cheers!
Can't you just download the iso's from the websites of the distros you want, from the internet? Links to most of the distros can be found on this site.
http://distrowatch.com/
There is no charge for downloading for most of them.
cheers,
jdk
 
Old 06-20-2009, 05:31 AM   #3
xzibit-d12
LQ Newbie
 
Registered: Oct 2006
Location: Jos, Nigeria
Distribution: Suse 11.1 , Mandriva Free 2009, and trying my hands on others
Posts: 12

Original Poster
Rep: Reputation: 0
cud download but wud take forever coz dere is really poor bandwidth down here. DVD's have to have continuous download and if you want to use a dowload manager to continue it usually doesn't support for DVD's. The moral of this story is that the image will be erroniously yours.
 
Old 06-20-2009, 05:50 AM   #4
wabbalee
Member
 
Registered: Oct 2006
Location: brisbane - australia
Distribution: ubuntu
Posts: 335

Rep: Reputation: 38
I don't know about Frozentech and possible security technology built in their discs but I don't think there is anything like that on them. Not sure what Mandriva or suse use for their cd burning but in KDE there is K3b and that is one of the best and feature rich front ends I have seen so far. Just choose to copy your disc but do not create a multi session disc, iow close the session. there are some optical drives out there that do not handle reading multi session cd/dvd's with open sessions very well. also, try burning at a speed that your computer can handle with ease rather then burning as fast as it can and rely on the buffer under run technology too much. the way i see it with this technology: its good that it exists but if the system relies on it too much (read: more than once per disc per burn) it is better to burn slower.

good luck
 
Old 06-20-2009, 08:45 AM   #5
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by xzibit-d12 View Post
# mkisofs -J -r -T -o /tmp/your.iso /mnt/cdrom
Making a new .iso file from the filesystem view of the cdrom seems complicated and error prone. I don't know exactly what is wrong with that command, and I'm sure there is a correct command that would work. But the concept is bad.

It should be easy to read the .iso directly off the CD. I'm surprised no one here has told you that command.

I always do such things with ImgBurn in Windows and what you want to do is trivial an obvious in ImgBurn.

K3b in Linux is nearly as easy as ImgBurn in Windows. I don't know for sure that it can read a CD as a single .iso file, but I expect it can. I just don't know the right command.

I hope you understand at least the conceptual difference between:
A) Reading a CD as a directory tree of file and converting that directory tree of files to a bootable .iso file.
B) Directly reading the image from a CD to duplicate the .iso file that was used to originally write that CD.

Last edited by johnsfine; 06-20-2009 at 08:49 AM.
 
Old 06-20-2009, 01:55 PM   #6
NeddySeagoon
Gentoo support team
 
Registered: May 2009
Location: 56N 3W
Distribution: Gentoo
Posts: 178

Rep: Reputation: 41
xzibit-d12,

Read the DVDs with dd, so you get an image of the DVD.
Code:
dd if=/dev/sr0 of=~/dvd.iso
This will put a file dvd.iso in your /home/<username> directory
Before you burn the image, you can mount it to look at
Code:
mount -o loop,ro -f iso9660 ~/dvd.iso /mnt/someplace
Now burn it to DVD as an image, not a file.

Keeping the DVD bootable requires that the boot files at least, don't move around on the DVD.
 
Old 06-20-2009, 04:31 PM   #7
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
K3b will make a bootable iso for you and will then burn it to media.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i make multiple copies of a file in the command line? CoffeeKing!!! Linux - Newbie 17 09-06-2013 06:41 AM
make duplicate copies of files Paul Griesbaum Linux - Newbie 7 06-08-2009 10:39 AM
Make exact copies of dual boot laptop HDDs to identical laptops? DiBosco Linux - Software 2 10-27-2008 05:44 AM
How do I make qmail forword *copies* of emails? Rotwang Linux - Server 2 07-17-2007 09:01 AM
How to make bootable copies of distro CD's llewellyn Linux - Software 3 02-15-2006 04:01 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration