> # fstyp -v  /dev/dsk/c1t0d0s2 | more
 > hsfs

Some DVDs contain two filesystems [1], hence mountable as either hsfs 
and udfs. fstyp returns the first match, and that's what HAL will use. 
One fix would be to treat these in the same fashion we treat hybrid 
data+audio media, i.e. pop a dialog asking for user's preference. A 
simpler but less generic fix would be in HAL: if libfstyp returns hsfs, 
call it again to check for udfs [2]. If anyone is willing to contribute 
code [3], I'll happily sponsor.

-Artem

[1] http://en.wikipedia.org/wiki/Universal_Disk_Format#Media
[2] 
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/hal/probing/volume/probe-volume.c#635
[3] http://opensolaris.org/os/communities/participation/

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to