LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-07-2006, 12:55 AM   #1
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 564

Rep: Reputation: 40
dual layer 8gb problem


Folks,
is it smth wrong with my setup that doesn't allow me to copy a DVD which has more then 4.7GB on it ?

hdd: _NEC DVD_RW ND-3550A, ATAPI CD/DVD-ROM drive
Linux rh9 2.6.142.LVM #1 Sun Apr 2 15:42:45 EDT 2006 i686 i686 i386 GNU/Linux

mkisofs-2.01.1-9.0.FC4.1
dvd+rw-tools-5.21.4.10.8-6
but i just updated it to 6.1 ->
bash-3.00# growisofs -help
* growisofs by <appro@fy.chalmers.se>, version 6.1,
 
Old 07-07-2006, 03:28 AM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
I think you will find that mkisofs only deals with isos up to 4.7G.

If you are only making a copy of a dvd, vobcopy may work for you (it will certainly copy a dual layer disk).
 
Old 07-07-2006, 12:26 PM   #3
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 564

Original Poster
Rep: Reputation: 40
I'm talking with Robert at the moment and this is the part of the message he sent me :
" start of the quote

With OSS DVD here i have even created iso's of
12 Gb, at least well beyond 4.7Gb.


[wikiwork:root]/data)# mkisofs -version
mkisofs 2.01.01a05 (i686-pc-linux-gnu)
[wikiwork:root]/data)# rpm -q -i mkisofs
Name : mkisofs Relocations: /usr
Version : 2.01.01 Vendor: (none)
Release : 5mdk_ossdvd Build Date: Tue 27 Jun 2006 10:41:30 PM CEST
Install Date: Tue 27 Jun 2006 10:41:58 PM CEST Build Host: wikiwork.stokkie.net
Group : Archiving/Cd burning Source RPM: cdrecord-2.01.01a05-5mdk_ossdvd.src.rpm
Size : 806527 License: GPL
Signature : (none)
URL : http://www.fokus.gmd.de/research/cc/.../cdrecord.html
Summary : Creates an image of an ISO9660 filesystem.
Description :
This is the mkisofs package. It is used to create ISO 9660
file system images for creating CD-ROMs. Now includes support
for making bootable "El Torito" CD-ROMs.
[wikiwork:root]/data)#
[wikiwork:root]/data)# cat make-iso.sh
#!/bin/sh

/usr/bin/mkisofs -o /data/iso-test.iso \
-hide-joliet-trans-tbl -hide-rr-moved -allow-leading-dots \
-l -r -V "wikiwork mdv20060 07-jul-2006" \
-publisher "STOCK-2006070701" \
-p "stock" -A "wikiwork mdv20060 07-jul-2006" \
"/data/iso"

echo " Done!"
exit 0
[wikiwork:root]/data)# ./make-iso.sh
Warning: creating filesystem that does not conform to ISO-9660.
Using STEWART_SWERDLOW_HISTORY000.AVI;1 for /data/iso/swerdlow/Stewart-Swerdlow-History-of-Mind-Control-1of2.avi (Stewart-Swerdlow-History-of-Mind-Control-2of2.avi)
0.12% done, estimate finish Fri Jul 7 18:22:11 2006
0.24% done, estimate finish Fri Jul 7 18:22:11 2006
0.37% done, estimate finish Fri Jul 7 18:26:43 2006
0.49% done, estimate finish Fri Jul 7 18:25:35 2006
0.61% done, estimate finish Fri Jul 7 18:24:54 2006
...
...
...
99.55% done, estimate finish Fri Jul 7 18:28:52 2006
99.67% done, estimate finish Fri Jul 7 18:28:53 2006
99.80% done, estimate finish Fri Jul 7 18:28:52 2006
99.92% done, estimate finish Fri Jul 7 18:28:52 2006
Total translation table size: 0
Total rockridge attributes bytes: 3912
Total directory bytes: 16384
Path table size(bytes): 152
Max brk space used 21000
4093333 extents written (7994 MB)
Done!
[wikiwork:root]/data)#
[wikiwork:root]/data)# ll
total 8194684
drwxr-xr-x 4 root root 4096 Jul 7 18:20 iso/
-rw-r--r-- 1 root root 8383145984 Jul 7 18:28 iso-test.iso
-rwxr-x--- 1 root root 275 Jul 7 18:22 make-iso.sh*

The system is mandriva 2006.0 i586 on a AMD Athlon(tm) XP 2500+
with 1024 Gb RAM and a Seagate 300Gb UDMA 133 disk (ST3300622A)
with 16Mb cache on disk.

Download is at http://crashrecovery.org/oss-dvd/RPMS/

The project page is at http://crashrecovery.org/oss-dvd.html and is
registerd at freshmeat since Sun, Oct 5th 2003 at

http://freshmeat.net/projects/ossdvd/

Cheers,
Robert

" end of the quote
 
Old 07-07-2006, 03:21 PM   #4
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Interesting - thanks
 
Old 07-08-2006, 10:23 PM   #5
DBabo
Member
 
Registered: Feb 2003
Distribution: Fedora {latest}
Posts: 564

Original Poster
Rep: Reputation: 40
all right
It is working finally, thanks to Robert.
He was so kind to create RPMs for FC4 : http://crashrecovery.org/oss-dvd/RPMS/fc4/

I took mkisofs-2.01.1-9ossdvd.i386.rpm and after dvdbackup,

mkisofs -dvd-video -o movie.iso ./bkup_dvd :
<skip>
99.66% done, estimate finish Sat Jul 8 19:43:48 2006
99.78% done, estimate finish Sat Jul 8 19:43:49 2006
99.90% done, estimate finish Sat Jul 8 19:43:49 2006
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 2048
Path table size(bytes): 26
Max brk space used 21000
4159048 extents written (8123 MB)


-bash-3.00# growisofs -Z /dev/dvd=/home/share/movie.iso
Executing 'builtin_dd if=/home/share/movie.iso of=/dev/dvd obs=32k seek=0'
/dev/dvd: "Current Write Speed" is 2.5x1385KBps.
0/8517730304 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
0/8517730304 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
0/8517730304 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
0/8517730304 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
0/8517730304 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
0/8517730304 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
0/8517730304 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
3538944/8517730304 ( 0.0%) @0.7x, remaining 1122:43 RBU 100.0%
14548992/8517730304 ( 0.2%) @2.3x, remaining 301:57 RBU 100.0%
26017792/8517730304 ( 0.3%) @2.4x, remaining 190:23 RBU 100.0%
37519360/8517730304 ( 0.4%) @2.4x, remaining 143:08 RBU 100.0%
<skip>
8470560768/8517730304 (99.4%) @2.4x, remaining 0:14 RBU 100.0%
8482029568/8517730304 (99.6%) @2.4x, remaining 0:10 RBU 100.0%
8493531136/8517730304 (99.7%) @2.4x, remaining 0:07 RBU 72.2%
8504999936/8517730304 (99.9%) @2.4x, remaining 0:03 RBU 38.0%
8516468736/8517730304 (100.0%) @2.4x, remaining 0:00 RBU 3.8%
builtin_dd: 4159056*2KB out @ average 2.3x1385KBps
/dev/dvd: flushing cache
/dev/dvd: closing track
/dev/dvd: closing session
/dev/dvd: reloading tray

Pluged the disk into plyer and it worked.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD Drives - Dual Layer or double layer? Groundhog1248 Linux - Hardware 2 09-23-2009 09:30 PM
K3b + Dual Layer DVD lokirulez Linux - Software 6 07-04-2006 06:48 PM
K3b and dual-layer DVD Harp00 Linux - Newbie 2 04-25-2006 06:40 PM
Keeps asking for dual layer DVDs doctorwebbox Linux - Software 2 10-22-2005 05:52 AM
Dual Layer ISO onto 2 Single Layer Medias iammike SUSE / openSUSE 3 05-11-2005 05:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:49 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