Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-04-2012, 06:44 PM
|
#1
|
Senior Member
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,488
|
k3b and bluray burning
Tried to burn my first bluray today and k3b will let me add files but then keeps telling me to insert empty or appendable medium. I've burned dvd's fine with the same drive so I know my drive works.
The diskinfo in k3b says its an empty BD-R so it looks like it should work.
I thought maybe a root folder limit so I made a new folder and put everything in it but no go.
|
|
|
01-05-2012, 11:17 AM
|
#2
|
Member
Registered: Feb 2008
Location: Rhode Island, USA
Distribution: Slackware12.2 & Slackware64-current
Posts: 265
Rep:
|
I've never been able to make anything but frisbess with k3b. I use cdrecord from the command line.
|
|
|
01-08-2012, 01:34 PM
|
#3
|
Member
Registered: Mar 2007
Location: America
Distribution: Linux
Posts: 161
Rep:
|
K3b
Try getting the latest version. Maybe their beta.
Not to deter you but Nero would probably be a better idea.
from their website:
Nero Linux 4 is the only application to offer blue laser data burning support, including support for Blu-ray Disc.
http://www.nero.com/enu/linux4.html
They usually give you 30 days or so.
|
|
|
01-20-2012, 07:34 PM
|
#4
|
LQ Newbie
Registered: Jan 2012
Location: Cincinnati, Ohio
Distribution: Ubuntu
Posts: 1
Rep: 
|
I had the same problem. Downloaded Nero Linux and problem solved. Works very well. Only $20 to buy after the trial is up.
Thanks salemboot.
|
|
|
01-21-2012, 07:18 PM
|
#5
|
LQ Veteran
Registered: Feb 2007
Distribution: Slackware64-current with KDE4Town.
Posts: 9,644
|
From the K3b Handbook:
Quote:
Chapter 1. Introduction
If you have used a burning program such as Nero under Windows, K3b will feel
quite familiar.
Featuring a simple, yet powerful graphical interface, K3b provides various options
for burning a CD, DVD, or BD (Blu-ray disc). Various types of optical projects are
supported including (but not limited to) audio and data, video projects for DVD and
VCD, as well as multi-session and mixed-mode discs. K3b also has the ability to
erase re-writeable media and can perform more complicated tasks such as
audiovisual encoding and decoding.
|
|
|
|
01-23-2012, 08:09 PM
|
#6
|
Senior Member
Registered: Nov 2003
Distribution: Slackʍɐɹǝ
Posts: 1,488
Original Poster
|
Slack came with the latest 2.0.2 and it sees the drive and blank BDR but then asks for an empty medium when it comes time to write.
|
|
|
01-29-2014, 01:39 PM
|
#7
|
LQ Newbie
Registered: Jan 2014
Location: California
Distribution: Fedora Mint Ubuntu CentOS Debian
Posts: 1
Rep: 
|
I haven't used Slack in years but use other distros.
In Fedora k3b will write to blue-ray as a user if you reset the blank disk permission after insertion. For example:
sudo chmod -R 777 /dev/sr0
Mint and Ubuntu have similar work arounds for setting the right permissions for a user level burner to see a writeabe blank disk in k3b.
See:
http://ubuntuforums.org/showthread.php?t=2047399
For a better work around. It is posted on an Ubuntu board but it worked on Fedora and should work on Slack.
The essence of the problem is cdrecord used by many open source burner programs under the hood was forked and the version distributed with most Distros has imperfect support for Blu-Ray. The thread presents a number of ways around this by obtaining or compiling the working version from source. I choose the latter solution and have much improved Blu-Ray support.
Last edited by MartinOC; 01-29-2014 at 03:57 PM.
Reason: Update
|
|
|
01-29-2014, 07:45 PM
|
#8
|
Senior Member
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,281
|
There is another solution, install wine and download ImgBurn - freewware. I have used it and works just fine 
|
|
|
01-29-2014, 09:48 PM
|
#9
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 312
Rep:
|
This is what I do to burn BD-R. All command line.
Code:
dd if=/dev/zero of=file.iso bs=1M count=18900
mkudffs --vid=BDRTITLE file.iso
mkdir /mnt/loop
mount -o loop -t udf file.iso /mnt/loop
cp files_to_burn /mnt/loop
umount /mnt/loop
growisofs -speed 4 -Z /dev/dvd=file.iso
This works well for files over 4gb.
|
|
|
01-29-2014, 10:04 PM
|
#10
|
LQ Guru
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,564
|
Xfburn works fairly well. Not sure, but I think Robby has a build up in his repository.
http://rlworkman.net/pkgs/14.1/x86_64/
K3b doesn't work all that well. I know it has a few problems with things like dual-layer disks.
Last edited by ReaperX7; 01-29-2014 at 10:06 PM.
|
|
|
01-29-2014, 11:29 PM
|
#11
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,849
|
never tested with dual layer dvds, but CD/DVD burning/copying works well here
|
|
|
01-29-2014, 11:58 PM
|
#12
|
Member
Registered: Jan 2012
Location: Directly above the center of the earth
Distribution: Slackware. There's something else?
Posts: 383
Rep:
|
Burning anything on my Slackware 14.0 k3b works just fine...well, except that even though I have the settings at 2GB for manual burning, when I burn to BD-R usually at about 25% burned/full it's going at its best at ~35MB/second but suddenly starts to drain of the RAM until it gets to zero and starts to use the hardware RAM. Sometimes at around 70%-75% it will come back up and be fast again, most times it doesn't. It's still 'fast', but not as fast as when it's not using the hardware RAM (hopefully that all made sense).
All-in-all I can burn a BD-R of 23GB in about 20 minutes. All the other mediums work fine and have no problem with the drain of RAM (but don't burn anywhere near as fast as a BD-R either!).
|
|
|
01-31-2014, 08:08 PM
|
#13
|
Member
Registered: Oct 2009
Location: St. Louis, MO, USA
Distribution: Slackware64 Live
Posts: 312
Rep:
|
I had good luck with k3b with Slackware64 13.0, 13.1 I had issues, 13.37 I had issues and with 14 I never tried. I just continued to burn BD-Rs, DVD-Rs with the command line, it's always worked.
|
|
|
02-01-2014, 12:26 PM
|
#14
|
Senior Member
Registered: Oct 2012
Location: South Devon, UK
Distribution: Slackware
Posts: 1,171
Rep: 
|
Not had any problems burning BD-R disks here, either under 13.37 or 14.0 (not upgraded to 14.1 yet). Have you set up K3b correctly? Let it reset the permissions for the other software it invokes. Since its only a front end for cdrecord et al, it shouldn't be any different from using the command line.
I currently have two BD capable drives - an LG in my main (Slackware) machine, and a Pioneer in another machine running Mageia 3. K3B burns anything fine in both. The only thing it doesn't seem to want to do is erase BD-RW disks. I don't know why.
--
Pete
|
|
|
All times are GMT -5. The time now is 04:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|