Roger Munoz wrote:
> has anyone successfully set up a udf filesystem in Mandrake 7.0? i have
> tried but to no avail. I downloaded and untarred the udf-0.9.2.tar.gz.
> and did the following.
>
> INSTALLING:
>
> "make udf.o" -- ok
>
> "make install" --ok
>
> "make patch" --ok
>
> TESTING:
>
> "depmod -a" --ok
>
> "modprobe udf",
>
> message: can't locate udf filesystem
>
> can anybody help!!!!!!!
TESTING:
type "depmod -a"
type "modprobe udf",
then "mount -t udf /dev/scd0 /mnt"
(assuming /dev/scd0 is your scsi cdrom)
or
"mount -t udf -o loop image /mnt"
(Substitute "scd0", "image", and "/mnt" as appropriate
for your system)
For sample images, send email to Thomas Tempelmann
<[EMAIL PROTECTED]>
with a subject of "Get UDF Sample Discs Access". You should get the
URL
sent back within 5 minutes.