Quick Instructions

Install wine
Install DVDfab and choose HD Decrypter Free Edition.

DVDfab should automatically load your disk.

If not then Copy the disk to your harddrive and open the iso in DVDfab

example:
Code:
dd if=/dev/sr0 of=~/blu-ray_movie.iso
Select Region Code.

Select Blu-ray to Blu-ray and Full disk.

Choose "target" by selecting the folder icon to rip to a folder or the image icon to create an iso image.

Add Volume Label if needed.

Click start.

---------------------------

Once Finished.

Navigate to folder

example:
Code:
cd ~/DVDFab/FullDisc/Name_of_Movie/BDMV/STREAM
Code:
ls -l
The largest file will be the movie.

play with mplayer or vlc.

If you created an iso image, mount with.

example:
Code:
sudo mount -o loop -t udf /path/to/image.iso ~/folder_to_mount_image
To unmount iso

example:
Code:
sudo umount -t udf /path/to/image.iso ~/folder_to_mount_image
Wine DVDfab page
http://appdb.winehq.org/objectManage...ation&iId=2377