• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

Recent content by TW8

  1. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    You were absolutely correct about CR/LF. When I set the file to unix mode, it runs perfectly. Thank you so much. Script pings works from the command line, not tried it from command line yet. Thank you too. I appreciate your help and ideas on this too. #!/bin/sh ping -c 1 192.168.143.12 >...
  2. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    Foxsat-HDR~# ls -l /bin/sh lrwxrwxrwx 1 root root 7 Feb 9 2014 /bin/sh -> busybox Dash on the Pi is 130k, on the PC it's 123k. busybox on the Foxsat is 656k, but all 53 links in /bin point to busybox. A bit harsh :cry:. I tried lots of hopeless things like changing the...
  3. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    I'm a good buoy I am, honest guvna 🤥 I'll look at that site, thanks. I have to stop you at line 1 though as no such directory exists on the Foxsat so I removed it yesterday from the mount and unmount files just to get it to work. There is a sh link to nowhere in /bin. Script seems to default...
  4. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    What's that about my funeral? Do you know something I don't :eek: I have generated a key pair on the NAS and sent it to the Foxsat ssh-copy-id -i ~/.ssh/id_rsa.pub Humax@ip.of.the.foxsat That means I can SSH into the Foxsat with no password. SSH is encrypted so no sending of anything in the...
  5. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    Ooooo! That is so bad it's almost good. I confess I have listened more than once and have already inflicted it on two others. Does that make me sadistic or masochistic? Maybe a little of both ;) I ashamed to say I didn't got the 'Malcolm' reference, I really really should have. It was in the...
  6. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    Calm down, calm down ... keep your wig on! ... Make the tea Terry :D (You'd have to be a certain age to get that .. PLUS I must add, I'm far too young 🤥:o_O:to get the Malcolm reference, sorry ;) ) I've nothing against polling. One of the many duties of my Raspberry Pi is to ping my VPS every...
  7. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    Thanks @Black Hole for your further reply. From reading one of the links you posted last night, it appears that 'network-shares-automount' PINGS the remote mount IP from the Foxsat at regular intervals. When it gets a reply, it attempts a mount. If there is packet loss or host is unreachable...
  8. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    Thanks @Black Hole. I will search your links and have a read.
  9. T

    Is it possible to trigger NASMount to mount a NAS when that NAS starts up?

    I have been trying to mount my NAS via NASmount simply by switching the NAS on. I know it's a bit lazy. I have worked out that I can mount my NAS from anywhere on my local network by going to the URL: http://{Foxsat-IP}/plugin/NASMount/cgi-bin/DoSingleReMount.jim?MountNo=8' and it will mount...
  10. T

    Problem with NASMount

    I was also unable to get the Foxsat to mount an external samba share... until today anyway. The error generated from NASmount (and the Foxsat command line) was the same as soreilly got when using NASmount : mount: //192.168.0.12 is write-protected, mounting read-only mount: Mounting...
Back
Top