Hi,
Is there a way to load nfs kernel module in order to access a network file share?
Thanks,
Kristof
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