aboutsummaryrefslogtreecommitdiff
path: root/src/tools/myriadfs.cpp (follow)
AgeCommit message (Collapse)Author
2024-08-05Added rm command to myriadfs tool.Mike Buland
2024-07-16Fixed file type display in MyriadFs ls function.Mike Buland
2024-07-15MyriadFs improvements and new helper tool.Mike Buland
I think the interface could be a lot better...but it does work and we can use it examine and work with MyriadFs files.
2011-04-27The myriadfs program is now in it's own seperate area and not built by default.Mike Buland
2011-02-20Well, unlink, mkHardLink, setFileSize, and more are freshly implemented, as isMike Buland
rename, but there seems to be a problem, rename uses mkHardLink, and if the target exists, hey, it adds another one...not quite ideal...
2011-02-20Cleaned up a little, and added a bunch more stuff to myriadfs. As far as I canMike Buland
tell, we're missing rename, chown, and chmod.
2011-02-19Myriad does not handle multi-threaded access very well, that needs to beMike Buland
addressed, besides that, only a couple more functions need to be added to myriadfs before it's totally ready to have linux installed on it :-P
2011-02-19MyriadFs is getting good!Mike Buland
2011-02-18Some Uuid tweaks, not much, just figuring out the format. MyriadFs is comingMike Buland
along quite nicely. It looks like it works great for normal programs, but there need to be some tweaks made to a few things before it's working 100% via fuse. Also, the fuse module won't let you specify a file, a little odd.
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
fstring, and updated the copyright notice to extend to 2011
2010-11-19MyriadFs is starting out...but the FUSE system is...akward at best.Mike Buland