On 08/12/2010 11:13 PM, Cosmo Lee wrote:
the DVD appears to have 8 hidden folders which do not show up in Linux.
Pure guesswork: do you have UDF support in your linux kernel? For example, on my machine: #mount | grep udf /dev/sr0 on /media/DISCRETE_MATH_DVD_2 type udf (ro,nosuid,nodev,uhelper=hal,uid=1001) ^^^ The dvd is mounted as a udf filesystem (an extension of iso fs) and like any other fs it must have kernel support to make it accessible.