[NTLUG:Discuss] UDF filesystem

./aal al_h at technologist.com
Mon Dec 15 16:05:53 CST 2008


On Sun, Dec 14, 2008 at 3:25 PM, terry <trryhend at gmail.com> wrote:
>  I have a CD that I can't seem to read, appears to be UDF filesystem (UDF as
> opposed to iso9666).
> Anyone know how to read UDF CDs?
>


do you have UDF fs loaded in the kernel?

try this:
zcat UDF /proc/config.gz

you should see:
CONFIG_UDF_FS=Y or M

if it is M:
look for the udf filesystem module

lsmod | grep udf

if it isnt loaded:
as root
modprobe udf

now you should be able to mount the cd

-- 
I'm a PC
AND I RUN LINUX!!!



More information about the Discuss mailing list