LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-19-2008, 12:26 PM   #1
rslucchese
LQ Newbie
 
Registered: May 2008
Posts: 4

Rep: Reputation: 0
Blu-ray discs Won't Mount for Reading on openSUSE 10.3


I was able to burn a blu-ray disk using Nero Linux. I verified that the
information was written to the disk by opening it with a Windows machine, but
unfortunately for backup restore purposes the Windows route will not be a
simple one; the best solution is to be able to extract the data using openSUSE,
since the data is composed it tar and bz2 files.

Under my computer, the disk shows up as "Blank BD-R" but when I click on it, I
receive the message, "Method "Mount" with signature "ssas" on interface
"org.freedesktop.Hal.Device.Volume" doesn't exist.

Here are some of the things that I have done so far:

[~]$ lsmod | grep udf
udf 95256 0


[~]$ udevinfo -q env -n /dev/sr1
ID_CDROM=1
ID_CDROM_CD_R=1
ID_CDROM_CD_RW=1
ID_CDROM_DVD=1
ID_CDROM_DVD_R=1
ID_CDROM_DVD_RAM=1
ID_CDROM_MRW=1
ID_CDROM_MRW_W=1
ID_CDROM_RAM=1
DEVTYPE=disk
ID_VENDOR=SONY
ID_MODEL=BDRW_BWU-200S
ID_REVISION=1.0a
ID_SERIAL=
ID_SERIAL_SHORT=
ID_TYPE=cd
ID_BUS=scsi
ID_PATH=pci-0000:00:05.1-scsi-0:0:0:0

[/usr/src/linux-2.6.22.13-0.3]$ ls -l /dev/sr1
brw-rw----+ 1 root disk 11, 1 2008-05-16 16:09 /dev/sr1

[/usr/src/linux-2.6.22.13-0.3]$ ls /dev/dv* -1
/dev/dvd
/dev/dvd2
/dev/dvdrw
/dev/dvdrw2

[/usr/src/linux-2.6.22.13-0.3]$ ll /dev/dv* -1
lrwxrwxrwx 1 root root 3 2008-05-16 16:09 /dev/dvd -> sr0
lrwxrwxrwx 1 root root 3 2008-05-16 16:09 /dev/dvd2 -> sr1
lrwxrwxrwx 1 root root 3 2008-05-16 16:09 /dev/dvdrw -> sr0
lrwxrwxrwx 1 root root 3 2008-05-16 16:09 /dev/dvdrw2 -> sr1

[/usr/src/linux-2.6.22.13-0.3]$ halmount /dev/sr1
bash: halmount: command not found

[/etc]$ more fstab
/dev/disk/by-id/scsi-SATA_WDC_WD1600JS-55_WD-WCANM4797649-part6 /
ext3 acl,user_xattr 1 1
/dev/disk/by-id/scsi-SATA_WDC_WD1600JS-55_WD-WCANM4797649-part7 /home
ext3 acl,user_xattr 1 2
/dev/disk/by-id/scsi-SATA_WDC_WD1600JS-55_WD-WCANM4797649-part1 swap
swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto noauto,user,sync 0 0
/dev/sdb3 /home/old reiserfs noauto 0 0
/dev/sda1 /home/gjones/tmp ext3 acl,user_xattr 0 0

[/etc]$ more mtab
/dev/sdb6 / ext3 rw,acl,user_xattr 0 0
proc /proc proc rw 0 0
sysfs /sys sysfs rw 0 0
debugfs /sys/kernel/debug debugfs rw 0 0
udev /dev tmpfs rw 0 0
devpts /dev/pts devpts rw,mode=0620,gid=5 0 0
/dev/sdb7 /home ext3 rw,acl,user_xattr 0 0
/dev/sda1 /home/gjones/tmp ext3 rw,acl,user_xattr 0 0
securityfs /sys/kernel/security securityfs rw 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
none /proc/fs/vmblock/mountPoint vmblock rw 0 0

-------------------------end------------------------------

Please let me know if you can assist.

Thanks,

Rafael.
 
Old 05-20-2008, 11:00 PM   #2
tommytomthms5
Member
 
Registered: Sep 2007
Distribution: debian based
Posts: 308

Rep: Reputation: Disabled
im not sure how supported bluray is in linux. period, the end.
 
Old 05-21-2008, 04:50 AM   #3
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
Disable hal and any automounters. As root do the following.

mount -t udf -o ro /dev/sr1 /media/dvd

If that does not work, you may have to update the kernel. If it still does not work and you have at least 4 GB of RAM, use VMware Server and run Windows Vista with 2 GB of RAM. Your Blu-Ray disc should be able to read in that pathetic OS.

I do not have a Blu-Ray drive and I will never will.

IMHO, HD-DVD is a more open format compared to Blu-Ray. Also Sony makes horrible computer drives.
 
Old 05-21-2008, 09:01 AM   #4
rslucchese
LQ Newbie
 
Registered: May 2008
Posts: 4

Original Poster
Rep: Reputation: 0
Electro,

Thanks for your help. The command does not work, it appears that I will have to update the kernel.

Thanks anyway .

Tommy,

Thanks for taking the time to share your thoughts.

Rafael.
 
Old 07-07-2009, 10:46 PM   #5
drunkinmastaray
LQ Newbie
 
Registered: Apr 2008
Posts: 1

Rep: Reputation: 0
Cool

For those who care to know, this worked for me on a 2.6.28 kernel.


sudo mount -t udf -o loop bluray.iso /media/BluRay
 
  


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
Is there a blu ray burner working under Linux ? Linux.tar.gz Linux - Hardware 4 01-15-2010 04:47 PM
Linux and blu ray reader compatible ulger Linux - General 2 05-12-2008 10:42 AM
LXer: Hooray! Blu-ray BD+ hacked! LXer Syndicated Linux News 0 03-25-2008 01:10 PM
LXer: Michael Bay: 'HD DVD vs Blu-ray is a Microsoft conspiracy' LXer Syndicated Linux News 0 12-10-2007 05:40 PM
LXer: ISO images dumped from PS3 Blu-ray discs via Linux LXer Syndicated Linux News 0 11-28-2006 01:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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