<div dir="ltr">This is frustrating.  I have sshfs working (I can manually mount a drive very easily using keys without passwords).  I've tried to execute a script in /etc/rc.local to mount the drive at restart and that didn't work.  I've tried putting something in fstab and that didn't work. Last I tried to put a line in root's crontab starting with (@reboot) and that didn't work yet if I run the command from the command line as root or pi both will work.<div>
<br></div><div>sudo crontab -l</div><div>@reboot sshfs gwbrown1@192.168.16.2:/Users/gwbrown1/motion/blue /mount -o allow_other</div><div><br></div><div>(upon reboot)</div><div><div>/dev/root on / type ext4 (rw,noatime,data=ordered)</div>
<div>devtmpfs on /dev type devtmpfs (rw,relatime,size=183620k,nr_inodes=45905,mode=755)</div><div>tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=38376k,mode=755)</div><div>tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)</div>
<div>proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)</div><div>sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)</div><div>tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=76740k)</div>
<div>devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620)</div><div>/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro)</div>
<div>fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)</div><div><br></div><div>As you can see, no "mount" mounted</div><div><br></div><div><div>pi@raspberrypi ~ $ sudo sshfs gwbrown1@192.168.16.2:/Users/gwbrown1/motion/blue /mount -o allow_other</div>
<div>pi@raspberrypi ~ $ </div></div><div><div>pi@raspberrypi ~ $ mount</div><div>(deleted)</div><div>gwbrown1@192.168.16.2:/Users/gwbrown1/motion/blue on /mount type fuse.sshfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other)</div>
</div><div><br></div><div>Ta-Da!  Ok, well how do I get that to happen at startup each time?  </div><div><br></div><div>Greg</div><div><br></div><div><br></div><div><br></div></div></div>