Logic Machine Forum
mount NFS drive - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.logicmachine.net/forumdisplay.php?fid=2)
+--- Thread: mount NFS drive (/showthread.php?tid=4104)



mount NFS drive - spyder - 21.06.2022

Hi,

Is there a way to load nfs kernel module in order to access a network file share?

Code:
log(os.execute('cat /proc/filesystems > /home/supported_filesystems.txt 2>&1'))
log(io.readfile('/home/supported_filesystems.txt'))
  • nodev sysfs
  • nodev rootfs
  • nodev ramfs
  • nodev bdev
  • nodev proc
  • nodev tmpfs
  • nodev configfs
  • nodev sockfs
  • nodev pipefs
  • nodev devpts
  • ext3
  • ext4
  • vfat

Thanks,

Kristof


RE: mount NFS drive - admin - 21.06.2022

This is not supported, can you use FTP instead?


RE: mount NFS drive - spyder - 21.06.2022

(21.06.2022, 13:51)admin Wrote: This is not supported, can you use FTP instead?

Yes, but I turned off FTP for now since I wanted to reduce number of failure points. All other file sharing with commercial grade security cameras on the site is with NFS, that was why I was asking. 

Are there any other ways to get files out? Currently I see following options:
  • http post
  • ftp
  • e-mail

Thanks,

Kristof


RE: mount NFS drive - admin - 22.06.2022

NFS has its own issues due to different implementations. HTTP or FTP is a better solution.