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
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
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