This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UDF, Linux, TI1848

Hi,

I have the a DM8148 dev kit with Linux 2.6.37 and PSP  ipnc_psp_04_04_00_01. I need to format a SATA hard drive in UDF file system. I enabled the UDF in a menuconfig File System and recompiled the project. After it I tried “mkudffs --media-type=hd --blocksize=512 /dev/sda”. I got “mkudffs: not found”. Which configuration I have to use when I work with UDF? What command I have to use for a hard drive format?

Thanks,

Constantin

  • Constantin,

    You've to copy the ARM cross-compiled "mkudffs" to your target filesystem in order to use the command. Instead you can connect the driver to your PC and run the command from the PC UDF tools are installed. If not, run "sudo apt-get install udftools" to install udftools. 

    Why do you need UDF on a  SATA hard drive?