Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hello Folks,
I'm trying to mount a NFS share located on a pch device. When entering the following command :
mount -t nfs 192.168.2.25:/Share /mnt/HD_a2/pch
I'm getting the following error :
mount: 192.168.2.25:/Share failed, reason given by server: Permission denied
I know the pch would required a user/password but I didn't find a solution to pass user/pwd in the mount command
Also, I'm not sure it is really the pb since I'm not a linux expert ;-)
Thx for your help
Laurent
Offline
Laurent,
If you are talking about a PopCornHour try
mount -t nfs your.pch.ip.adress:/opt/sybhttpd/localhost.drives/HARD_DISK /mnt/HD_a2/pch
given that /mnt/HD_a2/pch exists.
Subsequently external USB devices of your PCH can also be mounted by your NAS.
/opt/sybhttpd/localhost.drives/USB_DRIVE_A-1 or USB_DRIVE_B-1
Grtz
Offline
Thanks a lot...
Actually
mount -t nfs 192.168.2.25:/opt/sybhttpd/localhost.drives/SATA_DISK
/mnt/HD_a2/pch
was working for me ;-)
Since I post on different Popcorn forum, I'll reference your answer as a reply to my post !
Laurent
Offline