LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-17-2011, 06:20 AM   #1
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Rep: Reputation: 107Reputation: 107
Problem burning/mounting discs, ruled out hardware issue


This is a problem that I've known about for a while, but since I don't burn cds that often I haven't worried about it. But I need to do a lot of burning soon, so I want to try to resolve this.

When I try to burn a disc, it goes through the motions - says its burning, has an xfer rate, says Burning Complete when its finished. The disc even has the visible circle where data was written.

But the disc is unusable after burning. If I tell it to Verify Data after burning (I use K3B), the software just freezes when it begins the verification. Inserting the disc and trying to read it just results in a lot of bad sounds from the cd tray, with the disc speeding up and slowing down.

I can write discs from Windows on virtual box using the same drive, so I know it isn't a problem with the drive itself. I think most likely its a problem with my fstab:

Code:
/dev/sda1        swap             swap        defaults         0   0
/dev/sda2        /                ext4        defaults         1   1
/dev/sdb1        /home            ext4        defaults         1   2
#/dev/sdc1        /external.1      ext4        defaults         1   2
#UUID=F8D8CF61D8CF1D2E        /external.media  ntfs-3g     fmask=111,dmask=000 1   0
#/dev/cdrom      /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/fd0         /mnt/floppy      auto        noauto,owner     0   0
devpts           /dev/pts         devpts      gid=5,mode=620   0   0
proc             /proc            proc        defaults         0   0
tmpfs            /dev/shm         tmpfs       defaults         0   0
UUID="50cde5f5-f7b9-4f99-b680-ec2dc81f7df3"     /external.portable      ext4    defaults       $
UUID="2123303e-4813-4a10-93a2-c4c9e140fe02"     /external.portable3     ext4    defaults       $
Not sure if there's something new I need in there or what, or if the fstab is completely irrelevant in this case. Would love to hear any suggestions. Thanks!

Last edited by Cultist; 10-18-2011 at 07:30 AM.
 
Old 10-17-2011, 06:38 AM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,378

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
As you are using K3B, try setting Multisession Mode to No Multisession on the Misc tab in the Burn dialog.
 
Old 10-17-2011, 09:09 AM   #3
BCarey
Senior Member
 
Registered: Oct 2005
Location: New Mexico
Distribution: Slackware
Posts: 1,639

Rep: Reputation: Disabled
I have had similar problems with k3b in the past. I switched to xfburn (available at slackbuilds.org) and it worked.

Brian
 
1 members found this post helpful.
Old 10-17-2011, 10:09 AM   #4
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
Tried both of the above suggestions, no luck with either
 
Old 10-17-2011, 10:23 AM   #5
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Verify that the underlying tool(s) are working properly. Create an ISO image with your favorite tool (K3B, mkisofs, Graveman ...) then use cdrecord to burn that image.
Code:
cdrecord dev=/dev/sr0 fs=32M -v -eject big.file.iso
dev=/dev/sr0 - for the first optical drive
fs=32M - set a (high!) fifo buffer size of 32MiB
-v - verbose output
-eject - take a guess what that does
Quote:
I can write discs from Windows on virtual box using the same drive
Considering the above is true, this appears to be a simple software/options problem. I'm using K3B Version 2.0.80, with cdrecord Cdrecord-ProDVD-ProBD-Clone 3.01a02, on 32bit, and 64bit, with SATA and PATA recorders.


-----
There are known issues with some chipsets and libata. Plus some weird issues certain optical drives and Linux.
For completeness and to help the search engines -
Kernel version?
IDE/SATA chipset?
Optical Drive Model, and is it PATA or SATA?

Last edited by disturbed1; 10-17-2011 at 10:26 AM.
 
1 members found this post helpful.
Old 10-17-2011, 06:46 PM   #6
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,378

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
I have found that lowering the burn speed may be necessary to get reliable disk writes.
Are there any clues in the log file that K3B generates?
 
Old 10-17-2011, 11:48 PM   #7
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
I've never had this issue myself but it does help to create a group "burning" just to be safe and then add your users to the group as needed. K3b seems to be very picky about this.

For most isos I usually just have it burn them using the default settings but on the lowest possible speeds (usually 4x/6x/8x if supported) due to the fact some disks can handle high speed burns but often not due to hardware being a variable in quality.

I often will click Verify Writes and let it run and it runs without issue. Low speed burning is probably your best bet here.

Also if you burn a CD/DVD for storage purposes use the default Linux+Windows option for burning method so it writes as a normal data disk.
 
Old 10-18-2011, 06:04 AM   #8
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
@disturbed: Having trouble actually mounting a cd at all apparently (I don't use my disc drive often). It detects the blank disc when I have a burning app open though.

@allend: Where do I find the K3B log file at? I prefer xfburn now that BCarey introduced it to me, but they both have the same problem right now.

@reaper: I just tried adding the group and burning again, with no luck.

Could someone post the parts of their fstab that deals with the disc drive? I still think that's part of the problem, especially now that I realise I can't even properly mount a pre-burned disc.

Last edited by Cultist; 10-18-2011 at 06:06 AM.
 
Old 10-18-2011, 06:53 AM   #9
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by Cultist View Post
@disturbed: Having trouble actually mounting a cd at all apparently (I don't use my disc drive often). It detects the blank disc when I have a burning app open though.
If the disc is blank, there's nothing to mount

HAL (or udisks) takes care auto-magically mounting removable media.
There is no need to put anything in the fstab for optical disks.
 
Old 10-18-2011, 07:08 AM   #10
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by disturbed1 View Post
If the disc is blank, there's nothing to mount


I mean the app detects when there's a blank disc in, but when I put a non-blank disc (my slackware disc for example), it isn't detected.

edit: Correction, I just tested in KDE and inserting a disk works fine as far as mounting. So this is an xfce-specific problem, apparently

Last edited by Cultist; 10-18-2011 at 07:30 AM.
 
Old 10-18-2011, 08:31 AM   #11
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Stock Xfce? Or Robby's Xfce 4.8.x?
Some people have some issues with Xfce 4.8.x, depending on if they're using startx from init 3, or a different DM besides KDM. Seems the problem has to do with the way policy-kit/udisks/something is initialized.

Starting Xfce from KDM has never showed an issue here.

Did you ever try cdrecord from the command line? Did it work?
 
Old 10-18-2011, 08:42 AM   #12
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
stock xfce.

I couldn't get a disc to mount to copy an image but I downloaded Puppy Linux and tried to burn it.

Command and output were:

Code:
sh-4.1$ cdrecord dev=/dev/sr0 fs=32M -v -eject lupu-528.iso 
cdrecord: No write mode specified.
cdrecord: Assuming -sao mode.
cdrecord: If your drive does not accept -sao, try -tao.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
Cdrecord-ProDVD-ProBD-Clone 3.01a02 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2010 Joerg Schilling
TOC Type: 1 = CD-ROM
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.
SCSI buffer size: 64512
atapi: 1
Device type    : Removable CD-ROM
Version        : 5
Response Format: 2
Capabilities   : 
Vendor_info    : 'HL-DT-ST'
Identifikation : 'DVDRAM GT30N    '
Revision       : 'AS02'
Device seems to be: Generic mmc2 DVD-R/DVD-RW/DVD-RAM.
Current: CD-R
Profile: DVD-RAM 
Profile: DVD+R/DL 
Profile: DVD+R 
Profile: DVD+RW 
Profile: DVD-R/DL layer jump recording 
Profile: DVD-R/DL sequential recording 
Profile: DVD-RW sequential recording 
Profile: DVD-RW restricted overwrite 
Profile: DVD-R sequential recording 
Profile: DVD-ROM 
Profile: CD-RW 
Profile: CD-R (current)
Profile: CD-ROM 
Profile: Removable Disk 
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R LAYER_JUMP
Drive buf size : 327680 = 320 KB
cdrecord: Warning: Cannot read drive buffer.
cdrecord: Warning: The DMA speed test has been skipped.
FIFO size      : 33554432 = 32768 KB
Track 01: data   129 MB        
Total size:      148 MB (14:41.94) = 66146 sectors
Lout start:      148 MB (14:43/71) = 66146 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 5
Disk Is not unrestricted
Disk Is not erasable
  Disk sub type: Medium Type A, high Beta category (A+) (3)
  ATIP start of lead in:  -11634 (97:26/66)
  ATIP start of lead out: 359846 (79:59/71)
Disk type:    Short strategy type (Phthalocyanine or similar)
Manuf. index: 3
Manufacturer: CMC Magnetics Corporation

    Capacity  Blklen/Sparesz.  Format-type  Type
      359846             2048         0x00  Unformated or Blank Media
Blocks total: 359846 Blocks current: 359846 Blocks remaining: 293700
Starting to write CD/DVD/BD at speed 24 in real SAO mode for single session.
Last chance to quit, starting real write    0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is ON.
Turning BURN-Free off
Performing OPC...
Sending CUE sheet...
cdrecord: WARNING: Drive returns wrong startsec (0) using -150
Writing pregap for track 1 at -150
Starting new track at sector: 0
Track 01:  129 of  129 MB written (fifo 100%) [buf  71%]  15.3x.
Track 01: Total bytes read/written: 135467008/135467008 (66146 sectors).
Writing  time:   92.692s
Average write speed   9.5x.
Min drive buffer fill was 68%
Fixating...
Fixating time:    6.357s
cdrecord: fifo had 2134 puts and 2134 gets.
cdrecord: fifo was 0 times empty and 1602 times full, min fill was 99%.
sh-4.1$
Same result with this burn. Disk written but unusable.
 
Old 10-18-2011, 09:53 AM   #13
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,378

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
Quote:
Vendor_info : 'HL-DT-ST'
Identifikation : 'DVDRAM GT30N '
Revision : 'AS02'
You may want to investigate a firmware update.
Quote:
Manufacturer: CMC Magnetics Corporation
You may want to try disks from a different manufacturer.
From http://forum.imgburn.com/index.php?showtopic=8000
Quote:
We see far too many people having problems with RITEK, CMC, RICOH media etc and I can assure you that it isn't just fluke when we suggest the user give Verbatims a try and their issues magically disappear!
 
Old 10-18-2011, 09:56 AM   #14
Cultist
Member
 
Registered: Feb 2010
Location: Georgia
Distribution: Slackware64 14.2
Posts: 779

Original Poster
Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by allend View Post
You may want to investigate a firmware update.

You may want to try disks from a different manufacturer.
From http://forum.imgburn.com/index.php?showtopic=8000
discs aren't the issue. Like I said I've had this problem for months, using other spindles. I've only recently needed to actually fix it.

Firmware might be a good idea though, I'll look at updating
 
Old 10-18-2011, 10:01 AM   #15
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,378

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
Quote:
cdrecord: WARNING: Drive returns wrong startsec (0) using -150
I think that you cannot discount the possibility of a media problem.
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Burning Discs Locks Open Solaris Up tschima Solaris / OpenSolaris 1 04-06-2009 12:38 PM
LXer: UNetbootin lets you install distros without burning discs LXer Syndicated Linux News 0 01-26-2008 01:10 AM
Why did DVD erasing and burning in K3B destroy my discs?? maestro52 Fedora 2 02-01-2007 06:25 PM
Trouble Burning DVD Data discs mrkawphy Linux - Newbie 4 08-09-2006 01:06 PM
Formatting and Burning DVD-RW Discs minm Linux - Newbie 5 07-27-2004 01:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:53 AM.

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