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?