Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Using mkisofs to make an image for a dvd?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Schizoid
Apprentice
Apprentice


Joined: 11 Apr 2003
Posts: 267

PostPosted: Thu Dec 15, 2005 11:50 pm    Post subject: Using mkisofs to make an image for a dvd? Reply with quote

I am trying to burn one large file that is just a tad over spec size for my dvd+r drive. growisofs ignores the -overburn option if you are trying to burn files. You can only use -overburn to burn images.

So I need to make my file into an image, and then tell growisofs to burn that with -overburn.

The problem is since growisofs has spoiled me I do not know what options need to be passed to mkisofs to make my file into a valid dvd file system image. It is not the same as making a cdrom image as far as I know.

This is not to make a video dvd, just a plain dvd with files to be read by a computer.

I have tried the man file and a few google searches but nothing concrete has appeared. Thank you for any help.
Back to top
View user's profile Send private message
guduri
Apprentice
Apprentice


Joined: 04 Apr 2005
Posts: 230
Location: Ann Arbor, Michigan

PostPosted: Fri Dec 16, 2005 3:43 am    Post subject: Reply with quote

Create the iso using
Code:

mkisofs -o image.iso -R -J [filename]


Then burn it using (assuming /dev/dvd is your burner)
Code:

growisofs -overburn -Z /dev/dvd=image.iso

_________________
Power is about what you can control. Freedom is about what you can unleash.
Back to top
View user's profile Send private message
Schizoid
Apprentice
Apprentice


Joined: 11 Apr 2003
Posts: 267

PostPosted: Sat Dec 17, 2005 3:54 am    Post subject: Reply with quote

Hey, thanks for the reply.

That first command gets me:

mkisofs: Value too large for defined data type. File is too large - ignoring

And then I get an empty iso file.

What would happen if I bought a dual layer dvdr and tries to burn it with that?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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