Bryan.James.Krone-EXT at jci.com wrote:> Is there a known problem with fopen and/or fwrite in Syslinux? I'm
trying
> to open a file to write data to but fopen( file_name, "w+" )
fails
> everytime. fopen( file_name, "r" ) works just fine.
>
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
> Please do not send private replies to mailing list traffic.
>
>
Writing to files isn't supported by Syslinux.
Don Hiatt ported the ext2fs lib to Syslinux:
http://syslinux.zytor.com/archives/2010-August/015154.html
As far as I know, it was never merged with the official Syslinux tree.
I found his git tree:
https://github.com/donhiatt/Syslinux-EXT2FS-Library-port/commits/ext2fslib
- Gert Hulselmans