Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Mounting UDF 2.50 2.60 Blu-Ray discs on Solaris 11

1057038Nov 29 2013 — edited Dec 5 2013

Is it actually impossible to mount UDF 2.50/2.60 file system discs on Solaris 11.1 x86. Such as blu-ray discs. Not that blu-ray movies, but BD-R discs with files burned on Windows.

There is no any SUNWudfr / SUNWudfrx / SUNWudf packages available in Package Manager.

Mounting like 'mount -F udfs ...' returns an error 'is not an udfs file system'. Seems that is wrong way.

This post has been answered by Pascal Kreyer-Oracle on Dec 2 2013
Jump to Answer

Comments

Pascal Kreyer-Oracle

UDF support is provided by system/file-system/udfs package. SUNW named packages are not more available in Solaris 11

To determine which file system is used on your media, please use fstyp command. This command should be able to determine which format is used.

1057038

system/file-system/udfs is installed on my system

As it is described in Package Manager:

ISO 13346 Universal Disk Format (UDF) 1.50 File System module and utilities

That means DVD support only. Blu-ray discs are all UDF 2.50 or UDF 2.60 by default.

Seems Solaris does not read them.

Answer

UDF 2.50 and 2.60 are just recommendations. This is not mandatory.

OSTA UDF specs specify that all versions should be able to read each data from all revisions.

Depending what you want to do, which kind of informations you want to extract, you can have of course some limitations.

Marked as Answer by 1057038 · Sep 27 2020
1057038

Right you are!

BD-R discs should be burned in UDF 1.50 for maximum compatibility across OSes.

Solaris doesn't support UDF 2.00 or above. So 1.50 only and goes good.

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 2 2014
Added on Nov 29 2013
4 comments
2,521 views