Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hello,
I run unfsd on my DNS-323. The exports file has default entries (I didn't modify anything).
On my KUbuntu client when I run showmount -e my_dns_ip I can see all the exports.
I can mount manually by
sudo mount -t nfs my_dns_ip:/mounts/HD_a2 myMountPoint
That works fine, I can read and write.
I am unable however to come up with a proper entry for fstab:
my_dns_ip:/mounts/HD_a2 /media/dns-323 -t nfs rw,auto
When I save fstab file, the dialog pops up asking me what I want to do with the newly mounted media. I say "Open in New Window" and then I get "Permission denied".
Can anybody help me with the fstab entry?
Thank you.
Offline
my_dns_ip:/mounts/HD_a2 /media/dns-323 nfs rw,auto 0 0
See "man fstab".
"-t" is when you are directly calling the mount command line. Each line of the fstab is parsed to build the necessary mount command line, but is not the command itself.
Offline
ismora,
thanks for your replay. I'll give it a try (not near my linux right now).
Reading the "man nfs" right now. Says I can use nfs or nfs4 for fstype. Do you know if unfsd supports nfs4?
Thanks, and I'll post later if it worked for me.
Offline
ismora,
My fstab has:
my_ip:/mnt/HD_a2 /media/dns-323 nfs rw,auto 0 0
Still "Permission denied".
Any idea what may be wrong?
Here is my exports file:
/mnt/HD_a2 xxx.yyy.zzz.0/24(rw,no_root_squash)
/mnt/HD_a4 xxx.yyy.zzz.0/24(rw,no_root_squash)
/mnt/web_page xxx.yyy.zzz.0/24(rw,no_root_squash)
Thanks.
Offline
Started my computer this morning and it works. No idea why it didn't yesterday.
Thanks for a help.
Offline
Perhaps did you modify your exports file but did not restart unfs to take it in account?
Anyway, it works; great!
Offline
No. Never touched exports file.
This happened to me before when I was mounting smbf via fstab.
I don't understand it. On Ubuntu I had no problem. On Kubuntu this happened before. Both are up to date.
*NOTE* This is my reaction to me having "my_ip:/mnt/HD_a2 /media/dns-323 nfs rw,auto 0 0" in fstab. This came alive after reboot.
My original problem was "my_ip:/mnt/HD_a2 /media/dns-323 nfs nfs rw,auto 0 0". I had nfs there twice (stupid typo), that's why it didn't work at the first place.
Thanks for your help.
Offline
Pages: 1