Create directory on USB eg. Movies.
Be sure, if your USB is sda2. If yes, this is correct:
Code: Select all
mount -o nolock 192.168.2.1:/fritz.nas /dtv/usb/sda2/Movies -t nfs
You can`t mount to whole USB, you need directory instead to mount to. And path to USB is not /dev/sda2, but /dtv/usb/sda2
Show what is your exports file.
I doubt if 192.168.2.1:/fritz.nas is right path to your shares. If yes, your exports file is like:
Code: Select all
/fritz.nas 192.168.2.1/255.255.255.0 bla bla bla
Check and compare your settings with mine.
For example here is my mount, that works:
mount -o nolock 192.168.1.200:/mnt/disk1/Records /dtv/usb/sda1/Records -t nfs
and my exports file looks like:
/mnt/disk1 192.168.1.102/255.255.255.0(rw,async,all_squash,anonuid=99,anongid=99,no_subtree_check)