Dennis , I agree with you that SNV70 is not mounting a Vista UDFS dvd correctly
I did a clean Install of Snv_70 on a new disc ( a 10.000 rpm disc which contributes nicely to the speed of the system btw ) The automount by HAL and rmmount did not mount the UDF filesystem All it did was mounting a HSFS where a little text file " readme.txt" with the following message appeared. "This disc contains a "UDF" file system and requires an operating system that supports the ISO-13346 "UDF" file system specification." Only after I did the below command could I see the files on the UDF disc. # mount -F udfs -o ro /dev/dsk/c1t0d0s2 /mnt and even then fstyp(1M) reports that its a HSFS file system # fstyp -v /dev/dsk/c1t0d0s2 | more hsfs CD-ROM is in ISO 9660 format System id: Volume id: LRMCXFRE_EN_DVD Volume set id: LRMCXFRE_EN_DVD Publisher id: MICROSOFT CORPORATION Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080 Application id: CDIMAGE 2.52 (03/09/2004 TM) Copyright File id: Abstract File id: Bibliographic File id: Volume set size is 1 Volume set sequence number is 1 Logical block size is 2048 Volume size is 1853755 ------- Media format detection is obviously not working with UDF. //Lars This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
