Re: [expert] not able to set up udf filesystem.

2000-06-04 Thread Jean-Louis Debert

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.
 "modprobe udf",
 
 message: can't locate udf filesystem

It doesn't tell you that it doesn't know about UDF (it has recognized
it as a filesystem), it just says that it doesn't know WHERE it is ...

Conclusion: you have first to _make_ the filesystem (with mkudf)
then _mount_ it with proper options (-t udf, maybe -o loop)
and don't bother with modprobe at all.


-- 
Jean-Louis Debert[EMAIL PROTECTED]
74 Annemasse  France
old Linux fan




[expert] not able to set up udf filesystem.

2000-06-02 Thread Roger Munoz


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!!!







Re: [expert] not able to set up udf filesystem.

2000-06-02 Thread Larry Sword

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.





Re: [expert] not able to set up udf filesystem.

2000-06-02 Thread Brian T. Schellenberger


Where did the "make install" install it to?  Most likely it's being
installed to some directory other than the Mandrake modules directory
(/lib/modules/2.2.14-15mdk, in my case; could be slightly different for
you if you installe the secure kernel or something)l.

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!!!

-- 
"Brian, the man from babble-on"  [EMAIL PROTECTED]
Brian T. Schellenberger  http://www.babbleon.org
Support http://www.eff.org.  Support decss defendents.
Support http://www.programming-freedom.org.  Boycott amazon.com.





[expert] not able to set up udf filesystem.

2000-05-25 Thread Roger Munoz

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!!!