PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : UDF Cdroms unter Linux ?



theborg
30.06.04, 12:28
Hi gibt es ne möglichkeit udf cds unter linux zu nutzen also nicht nur lesen sondern auch schreiben ?

peschmae
01.07.04, 09:55
Du meinst Packet Writing?

Ich glaub nicht kompatibel mit Windows-PacketWritern (aber die sind ja selbst auch nicht so kompatibel untereinander).
Es gibt da schon Ansätze für unter Linux - braucht aber einen Kernel Patch der bei mir als ich das mal versuchte nicht lief:
http://w1.894.telia.com/~u89404340/packet.html

Zudem benötigst du Unterstützung für das UDF-Dateisystem. Aber das ist ja beim Kernel schon dabei.

MfG Peschmä

theborg
01.07.04, 12:01
besten dank ich teste es mahl

edit: hm das compiliren klapt nicht kernelquellen ist drauf ber der findet ne asm file net


linux:/home/theborg/Desktop/udf-0.9.8 # make udf.o

Linux UDF Configuration Script

The default responses for each question are correct for most users.

Linux source directory [/usr/src/linux]:
Alternate target install directory []:
C compiler name [gcc]:
Linker name [ld -m elf_i386]:
Compiler flags for debugging [-g]:

The UDF driver needs to be compiled to match the kernel it
will be used with, or it may fail to load.
If you are not sure what to do, please consult the UDF manual.

How would you like to set kernel-specific options?
1 - Read from the currently running kernel
2 - Read from the Linux source tree
Enter option (1-2) [1]: 1

Extracting kernel symbol versions...
Kernel configuration options:
Symmetric multiprocessing support is disabled.
Max physical memory in MB is 1024
Advanced Power Management (APM) support is disabled.
Networking support is enabled.
Module version checking is enabled.
/usr/src/linux/include/asm does not exist!
To fix, do 'ln -s asm-i386 asm' in /usr/src/linux/include.
make: *** [.prereq.ok] Fehler 1
linux:/home/theborg/Desktop/udf-0.9.8 #