On Thu, 2011-05-26 at 14:26 +0800, Xiangfu Liu wrote: > but it still give a warning like: > [/ramdisk] # mv a /ssd/g > /ssd/g: set mode: Not supported <--
I guess this has to do with the incompletely implemented chmod call in the YAFFS2 port: https://github.com/milkymist/rtems-yaffs2/blob/master/direct/rtems/rtems.c#L1089 Maybe the ycb_fchmod function, which appears in the directory callback table, could work drop-in for the files as well (don't ask me why the RTEMS people decided to have two callback tables, in fact the RTEMS FS is the crappiest software I've seen after Autotools and Wind/U). S. _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode Twitter: www.twitter.com/milkymistvj Ideas? http://milkymist.uservoice.com
