JaScoMa
JaScoMa
Hello.. Earlier today when I did a fresh installation, I can confirm that the the kernel number was different than what was listed above; it was a .63 number. Once...
Just a quick update. I created new shares via SAMBA and didn't have any issues creating the shares. Afterwards, was able to access the shares without any issues. To ensure...
> can you share following > > ``` > df -h > showmount -e > cat /etc/fstab > ``` Here's for the NFS configuration: ``` root@DietPi:/mnt/nfs_NAS# df -h Filesystem Size...
> can you share following > > ``` > df -h > showmount -e > cat /etc/fstab > ``` And for reference, SAMBA: ``` root@DietPi:~# df -h Filesystem Size Used...
> PR up to allow selection from detected exports: #5363 > > Let's see whether this really solves your issue. What I found on this topic is that only NFSv3...
> can you share your adjusted `/etc/fstab` Here you go. Thank you. ``` root@RockPRO64:~# cat /etc/fstab # You can use "dietpi-drive_manager" to setup mounts. # NB: It overwrites and re-creates...
Created the nfs_NAS directory and the sub-directories and same thing. Trying to do a LS on the /mnt/nfs_NAS directory results in things just sitting there until I cancel.
> can you try `umount /mnt/nfs_NAS/`. Probably still something mounted to the directory. A `reboot` should do it as well. Hello.. I did that as well as remove all entries...
> can you share the output of `mount` command ``` root@RockPRO64:~# mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,nosuid,relatime,size=1905104k,nr_inodes=476276,mode=755)...
> > When all related `fstab` entries are removed and you rebooted (so that there is no systemd automount unit etc), try to do a manual mount and paste the...