LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-05-2014, 01:56 PM   #1
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Burned a DVD (Data) with K3B on Laptop, Can't Mount it on Desktop?


Two boxes, both 14.1 64-bit (stable), burn a DVD on the laptop with K3B, read it on the laptop.

Insert on desktop (tried both drives), nuthin.

Uncommented /dev/cdrom in /etc/fstab, nuthin.

No auto mount, no manual mount, nuthin.

Thing says no media found in /dev/sr0; yeah, there is media sitting in there, dammit.

OK, what did I miss here? Did I not burn the thing right (just took all the defaults and I could read it back on the laptop). The drives (both of them) do work just fine with, say, the Slackware 14.1 DVD inserted.
 
Old 02-05-2014, 02:06 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
Not a direct answer to your question but... I always use growisofs to burn DVDs.
 
Old 02-05-2014, 02:52 PM   #3
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Huh. Thanks for that.

So, reading the manual page, it looks like I could
Code:
growisofs -Z /dev/sr0 -R -J /home/trona/direname
and I'll have a readable DVD (that could be read on any DVD on any platform)?

Or, maybe, if I was sitting in /home/trona I could
Code:
growisofs -Z /dev/sr0 -R -J direname
This just looks too darned easy; gotta be some kind of a gotcha here... (before I waste another DVD screwing around trying to figure out what to do).

lshw reports these (on the desktop, only one of them on the laptop):
Code:
     *-scsi:1
          physical id: 2
          logical name: scsi1
          capabilities: emulated
        *-cdrom
             description: DVD reader
             product: DVD-ROM DH-16D5S
             vendor: PLDS
             physical id: 0.0.0
             bus info: scsi@1:0.0.0
             logical name: /dev/cdrom
             logical name: /dev/cdrom0
             logical name: /dev/dvd
             logical name: /dev/dvd0
             logical name: /dev/sr0
             version: VD15
             capabilities: removable audio dvd
             configuration: ansiversion=5 status=nodisc
     *-scsi:2
          physical id: 3
          logical name: scsi2
          capabilities: emulated
        *-cdrom
             description: DVD-RAM writer
             product: DVD+-RW GH50N
             vendor: HL-DT-ST
             physical id: 0.0.0
             bus info: scsi@2:0.0.0
             logical name: /dev/cdr1
             logical name: /dev/cdrom1
             logical name: /dev/cdrw1
             logical name: /dev/cdwriter1
             logical name: /dev/dvd1
             logical name: /dev/dvdr1
             logical name: /dev/dvdrw1
             logical name: /dev/dvdwriter1
             logical name: /dev/sr1
             version: B104
             capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
             configuration: ansiversion=5 status=nodisc
Yeah, /dev/sr1 is the burner, not /dev/sr0 on the desktop.

Thanks.

Last edited by tronayne; 02-05-2014 at 02:53 PM.
 
Old 02-05-2014, 03:12 PM   #4
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,055

Rep: Reputation: Disabled
Yes. You could write:
Code:
growisofs --speed=2 -dvd-compat  -Z /dev/dvd -R -J /home/trona/direname
as growisofs is smart enough to follow the symlinks

I have to credit Pat in README.TXT for proposed additional options.

Maybe you could first run
Code:
growisofs -dry-run --speed=2 -dvd-compat  -Z /dev/dvd -R -J /home/trona/direname
to check that the command will do what you want before actually burning a DVD.
 
Old 02-05-2014, 03:26 PM   #5
tronayne
Senior Member
 
Registered: Oct 2003
Location: Northeastern Michigan, where Carhartt is a Designer Label
Distribution: Slackware 32- & 64-bit Stable
Posts: 3,541

Original Poster
Rep: Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065Reputation: 1065
Well, after I did the previous post I figured, what the heck, give it a shot.

The shot worked (with the command growisofs -Z /dev/sr1 -R -J direname). Popped it out of one, into the other, automounted all by itself, life is good.

I will keep your last post, though, as it's probably better to tell it than to trust it... but, trusting it did work. This is good.

Thanks for your help.
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to re-mount burned DVD Penquin22 Linux - Newbie 1 02-11-2009 08:16 PM
Can't mount DVD-R (with disk/data) on HP Laptop HunterLoftis Linux - Laptop and Netbook 57 09-02-2007 11:42 PM
Can I get the sha1sum of the data burned to DVD? SquishyMarbles Linux - General 2 05-27-2006 01:03 PM
can't watch DVD burned with k3b chemdawg Linux - Software 2 09-15-2005 01:26 PM
LG DVD+-RW/RAM won't mount after writing DVD (growisofs/k3b) jaws_tas Linux - Hardware 1 03-25-2005 01:52 AM

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

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