USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Burning a DVD from a DVD

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » All other software.
View previous topic :: View next topic  
Author Message
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Wed Jan 12, 2024 5:57 am    Post subject: Burning a DVD from a DVD Reply with quote

I bought the Latest Issue of Linux Format which had Suse 9.2 'live' on DVD plus some other things. When I opened it up to see if I could burn a Suse 9.2 CD from the files, It was in so many different directories I couldn't make sense of it. So now, I'd just like to burn a copy of the whole thing. I transferred all of the files to my hard drive in /home/suse9.2downloads. Every time I try to burn it with K3b, I'm told it can't be burned. I realized that it is no longer an ISO now, just files, so how do I make it a bootable ISO that can be burnt to DVD? Confused



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
lynch
Sr. Member


Joined: 15 Nov 2024
Posts: 1946
Location: The Diamond State

PostPosted: Wed Jan 12, 2024 10:19 am    Post subject: Reply with quote

Copy it to your hard drive as an .iso and then burn the image to disk. In kb3, you can go to Tools> DVD> Copy DVD and do it that way.
HTH
lynch



_________________
Mandriva 2024 kernel=2.6.12-12mdk
Suse 10.0 Pro kernel=2.6.13-15.8-default
Back to top
View user's profile Send private message
brewer13210
Member


Joined: 03 May 2024
Posts: 272
Location: Cortland, NY

PostPosted: Wed Jan 12, 2024 2:58 pm    Post subject: Reply with quote

There are plenty of ways to skin this cat, but using the files you copied to your hard drive, you can use 'mkisofs' to create the ISO and something like K3B to burn it.

Somthing to the effect of:
Code:
mkisofs -dvd -o TARGET_FILE_NAME.iso SOURCE_DIRECTORY_NAME


Todd


Back to top
View user's profile Send private message Send e-mail Visit poster's website
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Wed Jan 12, 2024 10:05 pm    Post subject: Reply with quote

Thanks, if one way doesn't work, the other one should Smile I appreciate the help. Very Happy



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sat Jan 15, 2024 12:11 am    Post subject: Reply with quote

lynch wrote:
Copy it to your hard drive as an .iso and then burn the image to disk. In kb3, you can go to Tools> DVD> Copy DVD and do it that way.
HTH
lynch

I've been trying to do this, but I get an error that says the /tmp file is too small, it's only 3.8Gb, I can't figure out how to increase the size, do you know how to do that?



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 9605
Location: Planet Earth

PostPosted: Sat Jan 15, 2024 1:07 am    Post subject: Reply with quote

That's probably all the room you have on the partition. Set k3b to use a partition with more free space for the ISO.



_________________
Mandriva 2024 kernel-2.6.17
Slackware 10.2
Kubuntu 6.06.1
Back to top
View user's profile Send private message Yahoo Messenger
lynch
Sr. Member


Joined: 15 Nov 2024
Posts: 1946
Location: The Diamond State

PostPosted: Sat Jan 15, 2024 9:49 am    Post subject: Reply with quote

Germ wrote:
That's probably all the room you have on the partition. Set k3b to use a partition with more free space for the ISO.

Yep. In k3b, go to Settings> Configure K3B> Misc> Default Temporary Directory. Switch the directory/partition there.
HTH
lynch



_________________
Mandriva 2024 kernel=2.6.12-12mdk
Suse 10.0 Pro kernel=2.6.13-15.8-default
Back to top
View user's profile Send private message
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sun Jan 16, 2024 9:53 am    Post subject: Reply with quote

lynch, as root, I made a /tmp directory on the hdb partition, but K3b said I can't write to the /tmp directory I created. I don't understand that Confused



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
lynch
Sr. Member


Joined: 15 Nov 2024
Posts: 1946
Location: The Diamond State

PostPosted: Sun Jan 16, 2024 12:02 pm    Post subject: Reply with quote

Create the directory in /home/jp/ as a regular user.
lynch



_________________
Mandriva 2024 kernel=2.6.12-12mdk
Suse 10.0 Pro kernel=2.6.13-15.8-default
Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 9605
Location: Planet Earth

PostPosted: Sun Jan 16, 2024 3:21 pm    Post subject: Reply with quote

JP wrote:
lynch, as root, I made a /tmp directory on the hdb partition, but K3b said I can't write to the /tmp directory I created. I don't understand that Confused


If you created the directory as root and are burning as a user, you probably don't have write permission on that directory.



_________________
Mandriva 2024 kernel-2.6.17
Slackware 10.2
Kubuntu 6.06.1
Back to top
View user's profile Send private message Yahoo Messenger
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sun Jan 16, 2024 6:58 pm    Post subject: Reply with quote

Naw, that was all in root. I'll get rid of that directory and start a new one as user. THX Smile



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sun Jan 16, 2024 10:24 pm    Post subject: Reply with quote

Thanks all, I followed just about all the above posts, and was able to make a new directory in /home, called it /home/jp/k3b-tmp, then I changed the path of the burn to that directory and burned it. Now, my next project is to try the "mkisofs" that brewer was showing me. I don't have a big enuff RAM in this box, so I'll send it off to get it checked by someone who has a better computer than I do Wink.



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sun Jan 16, 2024 10:41 pm    Post subject: Reply with quote

brewer13210 wrote:
There are plenty of ways to skin this cat, but using the files you copied to your hard drive, you can use 'mkisofs' to create the ISO and something like K3B to burn it.

Something to the effect of:
Code:
mkisofs -dvd -o TARGET_FILE_NAME.iso SOURCE_DIRECTORY_NAME


Todd


Sad
Code:
[jp@localhost jp]$ mkisofs -dvd -o SUSE-Linux-9.2-LIVE-CD-DVD.iso SUSE-Linux-9.2-LIVE-CD-DVD

After too manypages of info to copy here, the results;
Code:
mkisofs: Unable to make a DVD-Video image.
[jp@localhost jp]$
So what did I do wrong?
The file is in my home directory, I was in the home directory so that all the dots and dashes were in their correct order, but something is obviously missing Confused



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 9605
Location: Planet Earth

PostPosted: Sun Jan 16, 2024 10:47 pm    Post subject: Reply with quote

try it as root. Actually, you may need to use growisofs instead.



_________________
Mandriva 2024 kernel-2.6.17
Slackware 10.2
Kubuntu 6.06.1
Back to top
View user's profile Send private message Yahoo Messenger
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Mon Jan 17, 2024 1:10 am    Post subject: Reply with quote

germ Tried it as root with both mkisofs and growisofs, same results. I did notice one thing that might help someone figure out the problem; for the first few thousand lines it says
Code:
Directories too deep for SUSE-Linux-9.2-LIVE-CD-DVD/help/LDP/LDP/LGNET (.......etc.etc.ad infinitum)



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » All other software. All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2006 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse