Already created on My Qnap NAS, gave all the permissions, but...tried everything bu i simply can-t Access/Mount it on Drive Manager!
So annoying...
Any other ideas, please?
On Qnap i have created a NFS share folder, named it "DietPi" and like i told you before, gave all the permissions.
Code: Select all
mount <nfs_server_ip>:/server/export /mnt/nfs_client
I guess no...Joulinar wrote: ↑Sun Dec 27, 2020 11:27 pm can you try to mount the NFS export manually
Code: Select all
mount <nfs_server_ip>:/server/export /mnt/nfs_client
Ok, sorry but i can't follow your thoughts!Joulinar wrote: ↑Mon Dec 28, 2020 5:00 pm well your mount command seems to be wrong. Looks like you are trying to have /mnt/Backup as target directory. But it is not existing. Pls ensure to have the directory created before.
As well server/export was just an example for an exported NFS directory. It would need to be replaced by your own folder you have exported on your NAS.
Code: Select all
mkdir /mnt/Backup
Code: Select all
mount 192.168.31.8:/DietPi /mnt/Backup
Joulinar, i really don't know how can i thank you enough!Joulinar wrote: ↑Mon Dec 28, 2020 10:58 pm first you would need to create the Backup directory on DietPi (oif not already done)
and the mount should looks like thisCode: Select all
mkdir /mnt/Backup
Code: Select all
mount 192.168.31.8:/DietPi /mnt/Backup
Code: Select all
ls -la /lib/modules/5.4.79+/kernel/
ls -la /mnt/Backup/dietpi-backup/data/lib/modules/5.4.79+/kernel/