# Alternativ to Watch node, to look at a folder on a local NAS

**URL:** https://discourse.nodered.org/t/alternativ-to-watch-node-to-look-at-a-folder-on-a-local-nas/41243
**Category:** General
**Created:** [18 February 2021 14:54 UTC](https://discourse.nodered.org/t/alternativ-to-watch-node-to-look-at-a-folder-on-a-local-nas/41243 "2021-02-18T14:54:36Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tpbillund](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/tpbillund/32/37410_2.png) [@tpbillund](https://discourse.nodered.org/u/tpbillund)
#### Post date: [18 February 2021 14:54 UTC](https://discourse.nodered.org/t/alternativ-to-watch-node-to-look-at-a-folder-on-a-local-nas/41243/1 "2021-02-18T14:54:36Z")

</div>

Hi

Is it possible to use the "Watch" node to look at a folder on a local NAS or an alternativ Node that can look at the folder \172.x.x.x\images\saved\foran\ is there is any changes to the folder?  
And if there is, then I need to grap the filename from that changes.

---

<div class="post-metadata">

### Author: ![edje11](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/edje11/32/572_2.png) [@edje11](https://discourse.nodered.org/u/edje11)
#### Post date: [18 February 2021 19:43 UTC](https://discourse.nodered.org/t/alternativ-to-watch-node-to-look-at-a-folder-on-a-local-nas/41243/2 "2021-02-18T19:43:19Z")

</div>

If you are using raspberry or other linux device you can mount the network path and monitor local mounted path.  
No sure if it works, but you can give it a try

```auto
sudo mount //192.168.1.163/mp3 /mnt/readynas cifs username=yourusername,password=SuperGeheim 0 0

```

Monitor then with the watch node **/mnt/readynas** directory

---

<div class="post-metadata">

### Author: ![Colin](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/colin/32/17040_2.png) [@Colin](https://discourse.nodered.org/u/Colin)
#### Post date: [20 February 2021 12:01 UTC](https://discourse.nodered.org/t/alternativ-to-watch-node-to-look-at-a-folder-on-a-local-nas/41243/3 "2021-02-20T12:01:35Z")

</div>

I don't think the watch node will work with remote drives. The OS has no way of knowing when files on the remote machine change other than by polling.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [21 April 2021 12:01 UTC](https://discourse.nodered.org/t/alternativ-to-watch-node-to-look-at-a-folder-on-a-local-nas/41243/4 "2021-04-21T12:01:51Z")

</div>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
