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 |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-18-2004, 02:34 PM
|
#1
|
LQ Newbie
Registered: Oct 2003
Location: Where the Mississippi River runs East to West.
Distribution: Gentoo (have used: Fedora, LFS, DSL, Knoppix, DeMuDi, Yoper, Mandrake, FreeDos)
Posts: 6
Rep:
|
Burn Data DVD... Read Data in Linux and Windows
Info:
-I installed a new NEC-3500A 16 x DVD burner.
-Just loaded Fedora Core 2 (It has the software k3b, growisofs.. etc. installed)
-k3b errors out with dvds, but will burn cd's fine.
-I am using 8x memorex dvd-r 4.7GB media
I turned to growisofs from the command line, and did a:
growisofs -Z /dev/cdrom -r /{some directory with tars in it}
That command burns to dvd, but the tars appear to be corrupt in linux. They read fine in windows.
I cannot use the -speed={speed of 1-8} ... growisofs says cannot change speed.
I have also tried adding -J in the line right after the -r, but growisofs doesn't like it.
k3b has problems, burning files over 4.4GB. k3b also errors out because its trying to change the drive speed... and like I said growisofs didn't like that.
Also, i have been burning tars because burning untarred files and directories changes the capitalization and name length.
I am trying to use the burner to backup data files that rest on an ext3 drive.
I know I have alot here... any help would be greatly appreciated.
|
|
|
09-18-2004, 04:14 PM
|
#2
|
Member
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900
Rep:
|
Have you tried using mkisofs directly to make an ISO image on your harddrive? growisofs has caused problems for me any time I didn't do this. Also, if you use mkisofs at least once, you can mount the image via loopback to make sure it's readable under linux - that way if it doesn't work, you can fiddle with the mkisofs parameters until it does, and then try giving those to growisofs directly.
|
|
|
09-18-2004, 05:49 PM
|
#3
|
LQ Newbie
Registered: Oct 2003
Location: Where the Mississippi River runs East to West.
Distribution: Gentoo (have used: Fedora, LFS, DSL, Knoppix, DeMuDi, Yoper, Mandrake, FreeDos)
Posts: 6
Original Poster
Rep:
|
loopback...
CroMagnonagnon,
Thanks for the reply.... I have not tried mkisofs by itself. So to be sure I get this right... I would use mkisofs to make an image file on my hd... and then use growisofs to burn the image?
What is loopback? I have never mounted an image file before would it go like this?:
mkdir /mnt/tempimage
mount ./image.iso /mnt/tempimage
Makeing an image file first will deffinatly sve me some dvd coasters!!
Do you have any clue how to get the speed option to work?
thank you!
|
|
|
09-18-2004, 06:04 PM
|
#4
|
Member
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900
Rep:
|
Yep, sounds like you've got it, except for a small detail on the mount command. Here's an example of the whole shebang:
mkisofs -o large.iso directory_with_tars
mkdir /mnt/tempimage
mount -o loop large.iso /mnt/tempimage
[check /mnt/tempimage files)
growisofs -Z /dev/dvd=large.iso
I'm not sure about changing the speed, but when the ISO image is fine, I have not burnt a single coaster with this method (even though the write speed was all over the place when the machine was busy...)
Good luck!
|
|
|
All times are GMT -5. The time now is 03:15 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
|
|