HclX / WyzeHacks

Hacks I discovered allowing Wyze camera owners to do customizations
MIT License
803 stars 75 forks source link

HELP: Editing Config File / NFS share typo #89

Closed holocronology closed 3 years ago

holocronology commented 3 years ago

I'm testing this on a V2 and starting with firmware 4.9.5.115, so I'm doing the SD card install. Initially it didn't seem to work, but when I checked this morning telnet access was working. Maybe it just took some time.

However, I'm having some issue with NFS. I have looked over the notes, but maybe my telneting is rusty (it is, not maybe) and I'm not figuring out how to update it. Specifically, I noticed an typo in my initial config.int file. So my question is how can I edit the NFS share location?

A follow-up: I'm running a Netgear router with ReadyShare and I have the network share location active. From windows I would normally use \ROUTER_NAME\SHARE_NAME to access this. For the NFS would I use:

  1. \ROUTER_NAME\SHARE_NAME
  2. ROUTER_IP:/SHARE_NAME
  3. ROUTERNAME:/SHARE_NAME

I could test these on my own if I could figure out how to change it via telnet.

holocronology commented 3 years ago

Okay, I withdraw the follow-up part of this, as I did some digging in the closed issues and figured out that my Netgear router is doing an SMB share. So, looks like I just found a use for this Pi Zero I have sitting around doing nothing....time to set up an NFS share server.