LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-25-2009, 11:59 AM   #1
Monkey114
LQ Newbie
 
Registered: Dec 2009
Location: Canada
Distribution: Slackware 13.0
Posts: 8

Rep: Reputation: 0
Unhappy Problem with blu-ray in Slackware 13.0


Hi,

I would like to be able to mount data blu-ray discs on my Slackware 13.0 computer. Not view blu-ray movies, just read the data blu-ray discs I have burned. I would like to be able to mount then in console mode, I don't want to need XWindows to see content of my discs. When I try to mount a blu-ray discs I get that error message:

Code:
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
It work perfectly when I try to mount a normal DVD.

Here is my fstab file:

Code:
/dev/cdrom       /mnt/cdrom       auto        noauto,owner,ro  0   0
/dev/cdrom is a link to /dev/sr0 .

I don't know if udf support is enabled in the slackware 13.0 default kernel, but the udf module is not loaded. When I try to load it I get that error message:

Code:
root@darkstar:/mnt# modprobe udf
FATAL: Error inserting udf (/lib/modules/2.6.29.6-smp/kernel/fs/udf/udf.ko): Device or resource busy
When I'm in XWindows (kde 4.2) I can see the content of DVD discs but not blu-ray discs.

Anybody have a clue?
 
Old 12-26-2009, 02:40 AM   #2
AleLinuxBSD
Member
 
Registered: May 2006
Location: Italy
Distribution: Ubuntu, ArchLinux, Debian, SL, OpenBSD
Posts: 274

Rep: Reputation: 42
I think your computer device don't support blue ray disk (this is normal only recently they cost a little less ...).
 
Old 12-26-2009, 11:14 PM   #3
Monkey114
LQ Newbie
 
Registered: Dec 2009
Location: Canada
Distribution: Slackware 13.0
Posts: 8

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by AleLinuxBSD View Post
I think your computer device don't support blue ray disk (this is normal only recently they cost a little less ...).
No it support it, I paid an extra 250$ for a blu-ray burner... Besides it works perfectly in Micro$oft Windows XP...
 
Old 12-27-2009, 03:08 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Post the results of "sudo /sbin/modinfo udf". Is the version at least 2.5?

Does "lsmod" show that the udf module is already loaded?

Grep for "UDF" in /boot/config-<version> or /proc/config.gz. Is UDF enabled for your kernel?

Also look at "file -s /dev/sr0".
 
Old 12-27-2009, 04:34 AM   #5
Monkey114
LQ Newbie
 
Registered: Dec 2009
Location: Canada
Distribution: Slackware 13.0
Posts: 8

Original Poster
Rep: Reputation: 0
Here's what is say in /boot/config-huge-smp-2.6.29.6-smp :

Code:
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y
The UDF filesystem support seem included in the kernel...

Here is the output of "modinfo udf", it seem to be the right version:

Code:
root@darkstar:/boot# modinfo udf
filename:       /lib/modules/2.6.29.6-smp/kernel/fs/udf/udf.ko
license:        GPL
description:    Universal Disk Format Filesystem
author:         Ben Fennema
depends:        crc-itu-t
vermagic:       2.6.29.6-smp SMP mod_unload 686
When I do a lsmod the module udf doesn't show in the list...

Here is what it say for "file -s /dev/sr0" with a blu-ray disc in the drive:
Code:
root@darkstar:/boot# file -s /dev/sr0
/dev/sr0: writable, no read permission
with a normal CD in the drive it say that:

Code:
root@darkstar:/boot# file -s /dev/sr0
/dev/sr0: ISO 9660 CD-ROM filesystem data 'S13_0d1                        ' (bootable)
Hope this help...
 
Old 12-28-2009, 11:49 AM   #6
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Log out of KDE and try modprobing the udf module again from a virtual terminal. If it fails try "sudo tail -f /var/log/messages". The kernel messages may provide more precise information on what the problem is.

Also try modprobing UDF before inserting a disc in the drive.
 
Old 01-01-2010, 03:56 PM   #7
Monkey114
LQ Newbie
 
Registered: Dec 2009
Location: Canada
Distribution: Slackware 13.0
Posts: 8

Original Poster
Rep: Reputation: 0
Unhappy

Sorry if it took a long time to respond, I had to reinstall all my Linux system because I changed my hard drive. Also I installed the latest version of the kernel, 2.6.32.2 to see if that could help with my blu-ray problem... I made sure to include UDF support in the kernel before compiling, but my blu-ray discs don't mount even with the new kernel... Normal DVD's work fine...

I tried "sudo tail -f /var/log/messages" and it doesn't show anything about UDF of blu-ray or CD-ROM...

Last edited by Monkey114; 01-01-2010 at 03:58 PM.
 
Old 01-01-2010, 05:02 PM   #8
Monkey114
LQ Newbie
 
Registered: Dec 2009
Location: Canada
Distribution: Slackware 13.0
Posts: 8

Original Poster
Rep: Reputation: 0
I think I found the cause of the problem. I googled a little bit and I found out that Blu-Ray discs use UDF version 2.50 and BD-R (Recordable blu-ray) uses UDF 2.60. I tried to mount a movie Blu-Ray disc that I bought and it worked. I then did some more googling and apparently UDF 2.60 isn't supported by the Linux kernel yet. OpenBSD, FreeBSD and NetBSD support it. So I think I just have to wait until the Linux kernel support it, since many other opensource operating system have support for it it shouldn't be too long...

Thanks for the help, I learned a few thing...
 
  


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
How mount blu-ray RE drive in Fedora 10? Jon_Roland Linux - Hardware 2 08-18-2009 04:44 PM
Is there a blu-ray player out there yet? Ian_Hawdon Linux - Software 2 05-01-2009 05:19 AM
Are any Blu-ray readers/writers being successfully used? petermcp SUSE / openSUSE 2 01-12-2009 03:10 AM
thinking about buying a blu-ray drive mivison Linux - Hardware 9 08-04-2008 09:55 AM
LXer: Hooray! Blu-ray BD+ hacked! LXer Syndicated Linux News 0 03-25-2008 01:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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