I’m at the end of my Latin. I simply can’t get access to the hard drive connected to the vero4k. The steps I’ve taken:
sudo apt-get update
sudo apt-get install nfs-kernel-server
sudo mkdir /mnt/mySharedDrive
blkid
→ gives me this: /dev/sda1: LABEL=“HakunaMatata” UUID=“14D838B1D83892CA” TYPE=“ntfs” PARTLABEL=“My Book” PARTUUID=“31493f65-3977-4f94-bac1-04d7a7e5c028”
sudo nano /etc/fstab
UUID=“31493f65-3977-4f94-bac1-04d7a7e5c028” /mnt/mySharedDrive ntfs defaults,noatime,auto,nofail,x-systemd.mount-timeout=30 0 0
sudo nano /etc/exports
/mnt/mySharedDrive 192.168.1.0/24(sync,no_subtree_check)
sudo /etc/init.d/nfs-kernel-server restart
In Windows 10 Enterprise, I’ve activated the NFS Service, and tried to access the Drive via Explorer and \(ip.of.Vero4k)\ but getting the “can’t access”-Error
I’ve also tried with
/mnt/mySharedDrive 192.168.1.0/255.255.255.0(async,no_subtree_check,insecure,rw)
in /etc/exports, but I keep getting same Error ??
Please, help