This is my first post here, I am writing to you because I need help.
I have a QNAP NAS. I am trying to add it to DietPi through the Manager. The system stays like this, it was for hours and does not advance
[ INFO ] DietPi-Drive_Manager | Checking for required APT packages: nfs-common netbase
[ OK ] DietPi-Drive_Manager | Desired setting in /boot/dietpi/.installed was already set: aSOFTWARE_INSTALL_STATE[110]=2
[ OK ] DietPi-Drive_Manager | rmdir --ignore-fail-on-non-empty /mnt/nfs_client
[ INFO ] DietPi-Drive_Manager | Scanning for NFS exports by: 192.168.0.23
NB: If the server cannot be reached correctly, this may take up to 90 seconds before it times out.
[ OK ] DietPi-Drive_Manager | mkdir /mnt/nfs_client
I have tried with a command mount -t nfs -o nfsvers=4 192.168.0.23:/downloads /mnt/nfs_client/ and it does mount it.
But every time I reboot the drive disappears. I wish this didn’t happen.
I have mounted it as it told me, but when I try to access it it stays like this:
root@DietPi:~# cd /mnt/nfs_client/
root@DietPi:/mnt/nfs_client# ls
downloads
root@DietPi:/mnt/nfs_client# cd downloads/
I have created /mnt/nfs_client, added the line to fstab (with my QNAP’s IP address), performed a reboot , but I cannot cd into the directory. I can see it’s there, but I get no such device when I try and cd into it.