I think your problem is that you are trying to create the file in the fuse virtual OWFS and it won't allow that. Try creating it in a "real" location like this:
cat temperature > /some/normal/file/directory/file1 That should work for you. -Scott Chad Baker wrote: > I just got a DS9097U and a DS1820S from Hobby-Boards. I installed owfs > and fuse with no problems and am able to read the temperature. > > My problem is for some reason I cannot write the results to a file. > > [EMAIL PROTECTED] 10.335B39010800]$ cat temperature > [EMAIL PROTECTED] 10.335B39010800]$ > [EMAIL PROTECTED] 10.335B39010800]$ cat temperature > file1 > -bash: file1: Function not implemented > [EMAIL PROTECTED] 10.335B39010800]$ > > What am I doing wrong? > > Thanks > > Chad > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Owfs-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers > > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
