Closed AmbiBox closed 8 years ago
$ mkdir
FILE *f = fopen("mkdir", "w"); no ?
The FAT and ext2 file systems in rpi-boot do not currently support writing to the file system. This includes creating directories. The underlying block devices do have write support, however.
how to create a directory?