Link to home
Start Free TrialLog in
Avatar of vijay_karanth
vijay_karanth

asked on

CD-RW Linux

I have recomplied the kernel for the option UDF read/write. UDF filesystem is similar like DirectCD in windows.
Iam able to read the CD but not able to write it.

Any idea ?
Avatar of Flash828
Flash828

UDF write support is experimental code in the Linux 2.4 series kernels.  Write support can be compiled in, but is neither there by default, nor safe to use.  if you DO choose to use it you must recompile your kernel and select experimental code, UDF Read support (which is not experimental and is stable), and the UDF Write support.
UDF write support is experimental code in the Linux 2.4 series kernels.  Write support can be compiled in, but is neither there by default, nor safe to use.  if you DO choose to use it you must recompile your kernel and select experimental code, UDF Read support (which is not experimental and is stable), and the UDF Write support.
Avatar of vijay_karanth

ASKER

I have recomplied the kernel for UDF read / write option, but I am not able to write it. (read only)

What else I have to do, apart from kernel recomplie?
You will to use SCSI emulation in the kernel, or as a module, and using a SCSI device (emulate) to be able to write to it. In order to get it to work, you can use cdrecord (with option scanbus) to see if you have done everything right. If it shows up in the list of SCSI (emulation) devices, you will be able to write to it.
ASKER CERTIFIED SOLUTION
Avatar of Rahmath
Rahmath

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial