LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Package for burning (https://www.linuxquestions.org/questions/slackware-14/package-for-burning-525244/)

satimis 02-03-2007 10:09 AM

Package for burning
 
Hi folks,

Slackware-11.0

I have "slamd64-11.0-dvd.iso" imgage download on this box. I can't find K3B here. Which package shall I use to burn the ISO image. TIA.

Remark: I'm going to wipe out Slackware-11.0 and install slamd64-11.0 on this box.

B.R.
satimis

kodon 02-03-2007 10:13 AM

grab it off the ftp (or your cd's)
it's in /extra

dive 02-03-2007 10:38 AM

you can burn with growisofs

H_TeXMeX_H 02-03-2007 12:55 PM

I would use k3b (cuz it has never failed for me ... except when I was using FC5 with ext3). You can get it and install it from your slackware-11.0 CD/DVD in the 'extra/k3b' directory.

satimis 02-03-2007 06:26 PM

Hi folks,

Tks for your advice.


It'll be easier for me to get the ISO image burned with command line, because I'll erase the OS immediately afterwards.


Hi dive

I almost forgot the command line after running GUI burning.

On the directory of ISO image, run

# growisofs -Z /dev/hda=image.iso
(in my case DVD=/dev/hda)

What option shall be up to check CD quality after burning. I looked around man growisofs and can't resolve. TIA


B.R.
satimis

dive 02-03-2007 07:33 PM

I don't think growisofs has a verify option, but maybe if you just burn at a slow speed it should be ok if you are worried.

H_TeXMeX_H 02-03-2007 07:56 PM

just md5sum the image and then the drive ... if they are equal, you're good to go.

for example
Code:

md5sum slackware-11.0.iso
md5sum /dev/hdc

Oh, and bashburn might be nice if you don't have xserver around.

ibmercurial 02-03-2007 08:02 PM

http://ibmercurial.tripod.com/k3bhowto.htm
This page has a k3b package that was "borrowed" from arch linux gimmick. It was packaged for a 2.6 kernel but seems to work fine in slack 10.2 with 2.4.31. slackware libdvdcss and libdvdread are here as well.http://ibmercurial.tripod.com/slackwaredvd.htm

satimis 02-05-2007 12:28 AM

Hi dive,

Quote:

I don't think growisofs has a verify option, but maybe if you just burn at a slow speed it should be ok if you are worried.
Noted with tks.

Now I have problem on burning the DVD.iso image on DVD+RW.

# growisofs -Z /dev/dvd=slamd64-11.0-install-dvd.iso
Code:

Executing 'builtin_dd if=slamd64-11.0-install-dvd.iso of=/dev/dvd obs=32k seek=0'
:-( write failed: Invalid argument)

Unfortunately I have only 2 spare DVD+RW disc available. Is there any solution? TIA

Can I blank+burning DVD in one go? If NO how to blank DVD+RW with cdrecord. Tks.


Edit:
Blanking DVD+RW

# growisofs -Z /dev/dvd=/dev/zero
Code:

WARNING: /dev/dvd already carries isofs!
About to execute 'builtin_dd if=/dev/zero of=/dev/dvd obs=32k seek=0'
/dev/dvd: restarting DVD+RW format...
/dev/dvd: "Current Write Speed" is 4.1x1385KBps.
        0/4700372992 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
        0/4700372992 ( 0.0%) @0x, remaining ??:?? RBU 100.0%
....
....
:-[ WRITE@LBA=230540h failed with SK=5h/ASC=21h/ACQ=00h]:

Input/output error
:-( write failed: Input/output error
/dev/dvd: flushing cache
/dev/dvd: stopping de-icing
/dev/dvd: writing lead-out

Is it the correct command. If YES why error was indicated finally?

Can speed be controlled? Tks


B.R.
satimis

satimis 02-05-2007 12:32 AM

Hi H_TeXMeX_H,

Quote:

Oh, and bashburn might be nice if you don't have xserver around.
[/quote]
Noted with tks.


B.R.
satimis

satimis 02-05-2007 12:33 AM

Quote:

Originally Posted by ibmercurial
http://ibmercurial.tripod.com/k3bhowto.htm
This page has a k3b package that was "borrowed" from arch linux gimmick. It was packaged for a 2.6 kernel but seems to work fine in slack 10.2 with 2.4.31. slackware libdvdcss and libdvdread are here as well.http://ibmercurial.tripod.com/slackwaredvd.htm

Noted with tks.

B.R.
satimis

dive 02-05-2007 09:08 AM

cdrecord has a -blank option but I'm guessing that you need the pro-dvd version of cdrtools to use it (I haven't used it yet). You can download from here:

ftp://ftp.berlios.de/pub/cdrecord/ProDVD/recent

satimis 02-05-2007 09:19 AM

Hi folks,

I have the DVD iso image burned with growisofs on a DVD+RW. The correct syntax should be;

# growisofs -Z /dev/dvd slamd64-11.0-install-dvd.iso
Code:

Executing 'mkisofs slamd64-11.0-install-dvd.iso | builtin_dd of=/dev/dvd obs=32k seek=0'
  0.28% done, estimate finish Mon Feb  5 22:24:06 2007
  0.57% done, estimate finish Mon Feb  5 22:24:06 2007
  0.85% done, estimate finish Mon Feb  5 22:24:06 2007
/dev/dvd: "Current Write Speed" is 4.1x1385KBps.
  1.14% done, estimate finish Mon Feb  5 22:54:52 2007
  1.42% done, estimate finish Mon Feb  5 22:52:14 2007
  1.71% done, estimate finish Mon Feb  5 22:49:30 2007
  1.99% done, estimate finish Mon Feb  5 22:49:13 2007
  2.27% done, estimate finish Mon Feb  5 22:47:33 2007
  2.56% done, estimate finish Mon Feb  5 22:46:54 2007
  2.84% done, estimate finish Mon Feb  5 22:46:22 2007
  3.13% done, estimate finish Mon Feb  5 22:45:57 2007
  3.41% done, estimate finish Mon Feb  5 22:45:35 2007
  3.69% done, estimate finish Mon Feb  5 22:44:50 2007
  3.98% done, estimate finish Mon Feb  5 22:45:02 2007
  4.26% done, estimate finish Mon Feb  5 22:44:25 2007
  4.55% done, estimate finish Mon Feb  5 22:44:15 2007
  4.83% done, estimate finish Mon Feb  5 22:44:06 2007
.....
 99.48% done, estimate finish Mon Feb  5 22:39:36 2007
 99.76% done, estimate finish Mon Feb  5 22:39:37 2007
Total translation table size: 0
Total rockridge attributes bytes: 0
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 21124
1759201 extents written (3435 MB)
builtin_dd: 1759216*2KB out @ average 2.7x1385KBps
/dev/dvd: flushing cache
/dev/dvd: stopping de-icing
/dev/dvd: writing lead-out
/dev/dvd: reloading tray

# sha1sum /home/satimis/Desktop/slamd64-11.0-install-dvd.iso
Code:

5a8ee6ae03b83fb712ffa30416ffebec8208228d  /home/satimis/Desktop/slamd64-11.0-install-dvd.iso
# dd if=/dev/dvd | sha1sum
Code:

7a55a7f15941af910b3edee007a879381dd2c8f4  -
9180416+0 records in
9180416+0 records out
4700372992 bytes (4.7 GB) copied, 873.335 seconds, 5.4 MB/s

The codes generated are not identical. Scanning DVD took prolonged time to finish.


# mount /dev/hda /mnt/cdrom/
Code:

mount: block device /dev/hda is write-protected, mounting read-only
# ls /mnt/cdrom
Code:

slamd64_.iso
It burnt the complete package on DVD+RW


B.R.
satimis

H_TeXMeX_H 02-05-2007 06:11 PM

Typically it's not a good idea to burn using either the 'cdrecord' or 'growisofs' commands directly ... mostly because you don't know what you're doing in most cases, and few people can tell you exactly what options you should use unless they have some more detailed info on your system.

Thus, USE BASHBURN OR K3B !!!

However, if for some reason you absolutely can't use them, then perhaps the command would look something like this:

Code:

growisofs -dvd-compat -speed=1 -Z /dev/hdc=/path/file.iso

satimis 02-05-2007 08:13 PM

H_TeXMeX_H,

Tks for your advice.

Quote:

perhaps the command would look something like this:

Code:

growisofs -dvd-compat -speed=1 -Z /dev/hdc=/path/file.iso

# growisofs -dvd-compat -speed=1 -Z /dev/dvd=/home/satimis/Desktop/slamd64-11.0-install-dvd.iso
Code:

Executing 'builtin_dd if=/home/satimis/Desktop/slamd64-11.0-install-dvd.iso of=/dev/dvd obs=32k seek=0'
:-( write failed: Invalid argument

# growisofs -dvd-compat -speed=1 -Z /dev/hda=/home/satimis/Desktop/slamd64-11.0-install-dvd.iso
Code:

Executing 'builtin_dd if=/home/satimis/Desktop/slamd64-11.0-install-dvd.iso of=/dev/hda obs=32k seek=0'
:-( write failed: Invalid argument

# growisofs -dvd-compat -speed=1 -Z /dev/hdc=/home/satimis/Desktop/slamd64-11.0-install-dvd.iso
Code:

:-( unable to open64("/dev/hdc",O_RDONLY): No such device or address
Remark: I'm running SATA HD


The only reason not installing k3b/bashburn, the front-end package, is slackware-11.0 will be erased immediately after burning to be replaced with slamd64-11.0.

I'll install an additional CD-Writer on the box and run LIveCD to get the DVD iso image burned rather than waiting more time. Tks.


The strange thing is;
# cdrecord -scanbus

can't find the device, the DVD writer.

B.R.
satimis


All times are GMT -5. The time now is 11:47 PM.