I had looked at ext2 FS and had following observations, Pls help to clarify if you find something to correct.
1. AFAIK, there is no write support in JariOS ext2 FS but there are libs to write to raw disks and to manipulate inode, block bitmaps. 2. When we run mkdir proper methods ext2_mkdir are called up and it allocate inode structure, data block etc and write it to disk still that Directory does not show up in FS! 3. When we run 2 times mkdir with same name, second time it complains directory exists ( may in memory, which is not shown in FS) 4. There is no pipe or io redirection support in josh shell. Thanks, Shiv
_______________________________________________ Jarios-dev mailing list [email protected] http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev
