Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Documentation, Tips & Tricks
  • Search

How to backup DVDs to DVD+R

Unofficial documentation for various parts of Gentoo Linux. Note: This is not a support forum.
Post Reply
Advanced search
95 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
Author
Message
castra
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 86
Joined: Tue Aug 12, 2003 7:59 pm

  • Quote

Post by castra » Wed Dec 17, 2003 5:14 pm

Solved the problem

Insted of /dev/scsi/host0/bus0/target0/lun0/cd I used /dev/sr0 and
everything worked just fine ...

Thanks for howto !
Top
enz
n00b
n00b
Posts: 21
Joined: Thu Apr 10, 2003 1:44 am

  • Quote

Post by enz » Tue Dec 23, 2003 3:20 pm

after using dvdshrink then making an iso growisofs still complains the iso is too large:

-rw-r--r-- 1 root root 4682186752 Dec 23 10:20 MEETPARENTS.iso
-rw-r--r-- 1 root root 4.4G Dec 23 10:20 MEETPARENTS.iso

<edit>
this was my silly mistake i did:

growisofs -Z /dev/hdd MEETPARENTS.iso

when it should have been:

growisofs -Z /dev/hdd=MEETPARENTS.iso
</edit>
Last edited by enz on Tue Dec 23, 2003 11:40 pm, edited 1 time in total.
Top
viperlin
Veteran
Veteran
Posts: 1319
Joined: Tue Apr 15, 2003 5:50 pm
Location: UK

  • Quote

Post by viperlin » Tue Dec 23, 2003 3:29 pm

shrink it more
Top
kamikaze_gerbil
n00b
n00b
User avatar
Posts: 71
Joined: Sat Feb 08, 2003 8:07 am
Location: Vancouver, Canada

  • Quote

Post by kamikaze_gerbil » Sun Dec 28, 2003 2:43 am

Anyone help with this?
Why do I get the I/O error?

Code: Select all

bash-2.05b# growisofs -Z /dev/scsi/host0/bus0/target1/lun0/cd=/home/kamikaze_gerbil/media/dvd/filename.udf
Executing 'builtin_dd if=/home/kamikaze_gerbil/media/dvd/filename.udf of=/dev/scsi/host0/bus0/target1/lun0/cd obs=32k seek=0'
/dev/scsi/host0/bus0/target1/lun0/cd: "Current Write Speed" is 2.0x1385KBps.
   1245184/4249559040 ( 0.0%) @0.3x, remaining 341:10
:-[ LBA=260h, SENSE KEY=3h/ASC=02h/ASCQ=00h ]
:-( write failed: Input/output error
/dev/scsi/host0/bus0/target1/lun0/cd: flushing cache
:-( unable to FLUSH CACHE: Input/output error
/dev/scsi/host0/bus0/target1/lun0/cd: updating RMA
/dev/scsi/host0/bus0/target1/lun0/cd: closing session
Top
lain iwakura
Apprentice
Apprentice
User avatar
Posts: 176
Joined: Thu May 09, 2002 3:59 am
Location: sd, ca

Test the ISO before buring!

  • Quote

Post by lain iwakura » Sun Dec 28, 2003 9:22 am

Here's a neat tip to test how the dvd will work (or won't) before even burning.

you need the loop module/feature

Code: Select all

1) mount -o loop -t auto [iso] [mount_dir]
2) point software player to [mount_dir]
[resident anime junkie] -- not just a linux freak.
Top
kamikaze_gerbil
n00b
n00b
User avatar
Posts: 71
Joined: Sat Feb 08, 2003 8:07 am
Location: Vancouver, Canada

Re: Test the ISO before buring!

  • Quote

Post by kamikaze_gerbil » Sun Dec 28, 2003 4:23 pm

lain iwakura wrote:Here's a neat tip to test how the dvd will work (or won't) before even burning.
Thanks, thats a good test. Works ok, so I must have another problem. I can burn a data dvd ok using k3b so it must be something with the command itself?
:(

Code: Select all

growisofs -Z /dev/scsi/host0/bus0/target1/lun0/cd=/home/kamikaze_gerbil/media/dvd/filename.udf
edit Maybe not. If I try to burn an iso with k3b I get a similar error!
Top
lain iwakura
Apprentice
Apprentice
User avatar
Posts: 176
Joined: Thu May 09, 2002 3:59 am
Location: sd, ca

  • Quote

Post by lain iwakura » Mon Dec 29, 2003 12:40 am

Sounds like a burner problem. Has it worked before? Hmm, with data -- well technically, the iso is data.

My bet would be that you need to try ATAPI support (instead of scsi.)
[resident anime junkie] -- not just a linux freak.
Top
SNo0py
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Fri Jul 12, 2002 8:01 am
Location: Vienna, Austria
Contact:
Contact SNo0py
Website

  • Quote

Post by SNo0py » Mon Dec 29, 2003 8:36 am

Hm. Even with buffer underun protection I have about 10 "lost" DVD (out of about 60) :(

I got a error message that the burner couldn't write to the disc, similar to that one posted above. I think the DVD mediums are of low quality because the error happened at 10% as well as at 98% of the medium.

Anyways, I disable xdm, cron, vmware before burning and it works fine!
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
Top
substance
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 125
Joined: Wed Jan 21, 2004 12:23 am

  • Quote

Post by substance » Mon Feb 02, 2004 3:53 am

i used dvdshrink and wine, then i created an ISO but when i try to use growisofs i get this..

Code: Select all

noah@LIQuid > growisofs -Z /dev/ide/host1/bus1/target1/lun0/cd=/home/noah/Data/dvd-conversion-files/dvdshrink/complete/fifth.iso
WARNING: /dev/ide/host1/bus1/target1/lun0/cd already carries isofs!
About to execute 'builtin_dd if=/home/noah/Data/dvd-conversion-files/dvdshrink/complete/fifth.iso of=/dev/ide/host1/bus1/target1/lun0/cd obs=32k seek=0'
/dev/ide/host1/bus1/target1/lun0/cd: "Current Write Speed" is 1.0x1385KBps.
:-[ LBA=0h, SENSE KEY=5h/ASC=21h/ASCQ=02h ]
:-[ attempt -blank=full or re-run with -dvd-compat -dvd-compat to engage DAO ]
:-( write failed: Invalid argument
wtf?
AXP 1700+ @ 2.2GHz (220x10), Abit NF7-S 2.0, 768MB Twinmos PC3200, Radeon 9100, Gentoo :>
Top
substance
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 125
Joined: Wed Jan 21, 2004 12:23 am

  • Quote

Post by substance » Mon Feb 02, 2004 4:27 am

i didnt emerge dvdrtools, because its not in portage...

thats probably it, but how do i install it
AXP 1700+ @ 2.2GHz (220x10), Abit NF7-S 2.0, 768MB Twinmos PC3200, Radeon 9100, Gentoo :>
Top
Pink
Veteran
Veteran
User avatar
Posts: 1062
Joined: Thu Jul 24, 2003 11:52 am

  • Quote

Post by Pink » Mon Feb 02, 2004 8:08 am

Here it is:

Code: Select all

*  app-cdr/dvd+rw-tools
      Latest version available: 5.13.4.7.4
      Latest version installed: 5.16.4.8.5
      Size of downloaded files: 71 kB
      Homepage:    http://fy.chalmers.se/~appro/linux/DVD+RW/
      Description: A set of tools for DVD+RW/-RW drives.
If you do this:

Code: Select all

emerge -s dvd
it will give you all the packages with dvd in the title, it is a long list but it useful.
Top
substance
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 125
Joined: Wed Jan 21, 2004 12:23 am

  • Quote

Post by substance » Mon Feb 02, 2004 6:04 pm

well ok i have that :P ... im still getting the same error ;/

Code: Select all

 growisofs -Z /dev/ide/host1/bus1/target1/lun0/cd=/home/noah/Data/dvd-conversion-files/dvdshrink/complete/fifth.iso
Executing 'builtin_dd if=/home/noah/Data/dvd-conversion-files/dvdshrink/complete/fifth.iso of=/dev/ide/host1/bus1/target1/lun0/cd obs=32k seek=0'
/dev/ide/host1/bus1/target1/lun0/cd: "Current Write Speed" is 1.0x1385KBps.
:-[ LBA=0h, SENSE KEY=5h/ASC=64h/ASCQ=00h ]
:-[ attempt -blank=full or re-run with -dvd-compat -dvd-compat to engage DAO ]
:-( write failed: Input/output error
AXP 1700+ @ 2.2GHz (220x10), Abit NF7-S 2.0, 768MB Twinmos PC3200, Radeon 9100, Gentoo :>
Top
lain iwakura
Apprentice
Apprentice
User avatar
Posts: 176
Joined: Thu May 09, 2002 3:59 am
Location: sd, ca

  • Quote

Post by lain iwakura » Tue Feb 03, 2004 6:56 am

Sounds like your medium isn't empty.

growisofs is "supposed" to auto blank the medium for you, but in your case, it isn't working.

try growisofs again, but instead target /dev/dvd when writing. I don't know if this will work, but it's worth a shot.

most likey growisofs isn't compatible with your burner yet, so I would suggest
trying cdrecord compiled with the dvdr USE flag enabled.
[resident anime junkie] -- not just a linux freak.
Top
SNo0py
Apprentice
Apprentice
User avatar
Posts: 270
Joined: Fri Jul 12, 2002 8:01 am
Location: Vienna, Austria
Contact:
Contact SNo0py
Website

  • Quote

Post by SNo0py » Tue Feb 03, 2004 8:50 am

As I said above, sometimes I get the same error, at 10% of the medium as well as at 99% :(

I don't have a solution yet - I believe it's an error on the medium. Nevertheless I shut down X, cron and other "expensive" processes before burning...
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
Top
lain iwakura
Apprentice
Apprentice
User avatar
Posts: 176
Joined: Thu May 09, 2002 3:59 am
Location: sd, ca

  • Quote

Post by lain iwakura » Tue Feb 03, 2004 2:03 pm

yeah, um, I wasn't replying to you, SNo0py, I was talking to substance.

but, yeah, you shouldn't be running vmware while burning dvd's -- or anything else that cpu intensive while burning.
[resident anime junkie] -- not just a linux freak.
Top
substance
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 125
Joined: Wed Jan 21, 2004 12:23 am

  • Quote

Post by substance » Tue Feb 03, 2004 6:05 pm

i have a sony dvd-/+rw drive ;/ ... Sigh there isnt anything else that will write dvds?
AXP 1700+ @ 2.2GHz (220x10), Abit NF7-S 2.0, 768MB Twinmos PC3200, Radeon 9100, Gentoo :>
Top
lain iwakura
Apprentice
Apprentice
User avatar
Posts: 176
Joined: Thu May 09, 2002 3:59 am
Location: sd, ca

  • Quote

Post by lain iwakura » Wed Feb 04, 2004 5:18 am

sony, eh? weird. I have the same drive (4x version.)

I'm using the latest kernel (2.6.1) with ATAPI support and have an ASUS A7N8X Deluxe mobo. I've never tried DVD burning with the 2.4 series (if that's what you're using) -- not sure if that's the deal, though. I'm guess something's just set up funky with your kernel.
[resident anime junkie] -- not just a linux freak.
Top
Tun
n00b
n00b
Posts: 58
Joined: Mon Jan 19, 2004 11:13 pm
Location: Stockport, England
Contact:
Contact Tun
Website

  • Quote

Post by Tun » Wed Feb 04, 2004 8:17 am

Hi,

I came across this thread as I'm looking to burn DVD's in linux it's about the only thing left I have to boot into windows for. You might wanna look at

http://zebra.fh-weingarten.de/~maxi/htm ... 00253.html

which is a forum for this program

http://www.theorie.physik.uni-goettinge ... transcode/[/url]

edit : just found this, I've not tried any of them, but it looks like support for this type of thing is improving now
http://www.exit1.org/dvdrip/
Top
emanuelez
n00b
n00b
Posts: 11
Joined: Mon Sep 22, 2003 7:08 am
Location: Italy
Contact:
Contact emanuelez
Website

  • Quote

Post by emanuelez » Wed Feb 04, 2004 2:33 pm

what about this?

http://james.nontrivial.org/projdvd.htm
Top
substance
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 125
Joined: Wed Jan 21, 2004 12:23 am

  • Quote

Post by substance » Wed Feb 04, 2004 6:39 pm

im using 2.6.1 yes...

Ive got the 4x version drive as well :P
I didnt use the -dvd-compat command, maybe thats why?
AXP 1700+ @ 2.2GHz (220x10), Abit NF7-S 2.0, 768MB Twinmos PC3200, Radeon 9100, Gentoo :>
Top
lain iwakura
Apprentice
Apprentice
User avatar
Posts: 176
Joined: Thu May 09, 2002 3:59 am
Location: sd, ca

  • Quote

Post by lain iwakura » Thu Feb 05, 2004 6:01 am

you could try it! I've never had to do that, though.

what type of dvd medium are you burning to (dvd+rw?)

also, try emerging k3b -- it's a buring frontend that uses kdelibs, growisofs, cdrecord, and a buttload of other utilities. I think it's worth a shot.
[resident anime junkie] -- not just a linux freak.
Top
substance
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 125
Joined: Wed Jan 21, 2004 12:23 am

  • Quote

Post by substance » Thu Feb 05, 2004 11:05 pm

yeah i have k3b its nice... i havent tried it with a dvd yet, i didnt know it worked with dvds (im using dvd-rw media)
AXP 1700+ @ 2.2GHz (220x10), Abit NF7-S 2.0, 768MB Twinmos PC3200, Radeon 9100, Gentoo :>
Top
smith3a
n00b
n00b
Posts: 11
Joined: Mon Jun 09, 2003 12:17 am

Re: Test the ISO before buring!

  • Quote

Post by smith3a » Sat Mar 06, 2004 2:04 am

lain iwakura wrote:Here's a neat tip to test how the dvd will work (or won't) before even burning.

you need the loop module/feature

Code: Select all

1) mount -o loop -t auto [iso] [mount_dir]
2) point software player to [mount_dir]
There's an even easier way to do this if you have xine:

xine dvd://path to dvd files
Top
lain iwakura
Apprentice
Apprentice
User avatar
Posts: 176
Joined: Thu May 09, 2002 3:59 am
Location: sd, ca

  • Quote

Post by lain iwakura » Sat Mar 06, 2004 2:25 am

that's good to know, but yeah, I like to test the iso right before burning. :P
[resident anime junkie] -- not just a linux freak.
Top
HermanR
Apprentice
Apprentice
User avatar
Posts: 293
Joined: Thu Jan 08, 2004 8:41 pm
Location: The Netherlands

  • Quote

Post by HermanR » Sat Mar 06, 2004 7:58 pm

I have some problems running dvdshrink in Wine.

I first tried to run Wine using my Windows setup on another partition. This trashed my Program Files directory, so I decided to try it another way.

When I run Wine without Windows, I can install dvdshrink, but when I run it and try to open the folder where dvdbackup put the DVD-content, it crashes.

So what is the preferred way to run dvdshrink through Wine? And how do I prevent these errors from occurring?

Any help will be highly appreciated!
Top
Post Reply

95 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Return to “Documentation, Tips & Tricks”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic