Contributed by mk/reverse on from the this-does-not-mean-a-graphical-installer dept.
Pedro Martelletto has committed support for UDF:
CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2005/03/29 10:24:52 Modified files: sys/conf : files sys/kern : vfs_conf.c sys/sys : malloc.h mount.h vnode.h Added files: sys/isofs/udf : ecma167-udf.h osta.c osta.h udf.h udf_extern.h udf_vfsops.c udf_vnops.c Log message: Bring in UDF support from FreeBSD, disabled for now.
This needs testing so start mounting UDF volumes. Be sure to report breakage and success to Pedro.
(Comments are closed)
By Anonymous Coward (82.182.149.46) on
Comments
By Anthony Roberts (68.145.103.21) on
Mounting works fine.
Comments
By steven mestdagh (213.118.15.42) on
By steven mestdagh (213.118.15.42) on
Almost all DVD-Video and DVD-ROM discs use the UDF bridge format, which is a combination of the DVD MicroUDF (subset of UDF 1.02) and ISO 9660 file systems. The OSTA UDF file system will eventually replace the ISO 9660 system originally designed for CD-ROMs, but the bridge format provides backwards compatibility until more operating systems support UDF.
By Anonymous Coward (24.173.162.174) on
By Anonymous Coward (81.173.227.168) on
Comments
By djm@ (218.214.226.34) on
By tedu (64.173.147.27) on
By m0rf (68.104.57.241) on
perhaps if you want to do anti-GFDL advocacy to BSD-folks perhaps you should link to a document that actually compares the GFDL to a license we might ever use, instead of the "free" GPL license.
By Leon Yendor (218.214.194.113) on
I found a Linux once that had amkudffs command and I wrote a bunch of stuff by copying /etc and its subdirs. WinXP could see it all without any driver as if it was a DVD-ROM (0 freespace) and with the driver installed could read and write to it. I can't remember which Linux it was :(
OTOH we use it at a client site to back up a W2K3 server database and the client, having been bitten by tape failures in the past, loves it. Particularly the fast(enough) random access. Much better choice than DVD+/-RW performance wise and the Type 2 cartridges give protection against sticky-finger-itis.
I know Panasonic has given some help to somebody in the past to get drivers written.
The Linux story is here: http://www.panasonic.com/industrial/computer/storage/dvdram/new/press/pr32.htm
Sounds like they would supply good info.