You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the Helper Script, as well as Entware. I did the opkg update & install for nfs-utils. That's where I'm stuck. I can't mount my NFS shares from the K1, but my Raspberry Pi/Ender3v2/Mainsail-OS combo mount with zero issues. When using the 'sudo mount' command in the K1 ssh, nothing happens, as in it doesn't complete the mounting, or let me back in the command line (stuck in the 'mount'). I see on my Unraid server that the connection is authenticated, but the mount is never completed. The exact same thing happens with the mounting info in the /etc/fstab file - it doesn't mount at boot, and if i run 'sudo mount -a', and 'freezes'. I've verified that the nfs-utils is up to date.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I installed the Helper Script, as well as Entware. I did the opkg update & install for nfs-utils. That's where I'm stuck. I can't mount my NFS shares from the K1, but my Raspberry Pi/Ender3v2/Mainsail-OS combo mount with zero issues. When using the 'sudo mount' command in the K1 ssh, nothing happens, as in it doesn't complete the mounting, or let me back in the command line (stuck in the 'mount'). I see on my Unraid server that the connection is authenticated, but the mount is never completed. The exact same thing happens with the mounting info in the /etc/fstab file - it doesn't mount at boot, and if i run 'sudo mount -a', and 'freezes'. I've verified that the nfs-utils is up to date.
What am I missing?
/etc/fstab entry:
192.168.1.5:/mnt/user/3d_printer/gcode/K1-SE /usr/data/printer_data/gcodes/server nfs defaults 0 0
command line:
sudo mount -t nfs 192.168.1.5:/mnt/user/3d_printer/gcode/K1-SE /usr/data/printer_dat
a/gcodes/server
Beta Was this translation helpful? Give feedback.
All reactions