Re: [Owfs-developers] Un-Mounting 1-wire

2011-02-28 Thread nick
I've found that you need to unmount the 1-wire mount point as well below is my init script, which you can edit and run. Rgds, Nick. #!/bin/sh # # # owfs - init script # # v1.0 - Nov2010 - CrossN - Initial release # #USB

Re: [Owfs-developers] Un-Mounting 1-wire

2011-02-28 Thread Jerry Scharf
Just kill and restart owfs and it will do what you want. On 02/28/2011 09:03 AM, Mick Sulley wrote: > Hi, > > I use the line > > /opt/owfs/bin/owfs --allow_other -C -d /dev/ttyUSB0 -m /var/1-wire/mnt > > to mount my 1-wire network so that I can read it with owfs. If I detect > a problem with it I

[Owfs-developers] Un-Mounting 1-wire

2011-02-28 Thread Mick Sulley
Hi, I use the line /opt/owfs/bin/owfs --allow_other -C -d /dev/ttyUSB0 -m /var/1-wire/mnt to mount my 1-wire network so that I can read it with owfs. If I detect a problem with it I would like to un-mount it and start again. Is that possible without rebooting? I can't find anything in the hel