Hi, > >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. > Yes, it's right. > >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! > It's an issue of filesystem, btw it will be changed later. Anyway, > mkdir works on tmpfs of other filesystems, it seems to be a bug within > ext2fs. > How we are tracking such issues? I mean, is there any bugs reporiting tools?
> >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) > Yep - the issue in ext2 code, mkdir() works propertly on other filesystems. > >4. There is no pipe or io redirection support in josh shell. > yes, you're right, josh is a very simple one. > Any agenda/goal for adding more feature to josh? > > Thanks, > > -- > Alfeiks KaƤnoken, > Team Lead of the > Jari OS R&D Team. > http://jarios.org > Free open-source > microkernel-based > multiservice RTOS > _______________________________________________ > Jarios-dev mailing list > [email protected] > http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev >
_______________________________________________ Jarios-dev mailing list [email protected] http://lists.jarios.org/cgi-bin/mailman/listinfo/jarios-dev
