• February 22, 2025, 10:00:59 PM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: [1.08] NFS not working under Mac 10.6.2  (Read 5513 times)

gionn

  • Level 1 Member
  • *
  • Posts: 12
    • GNU/Linux Blog
[1.08] NFS not working under Mac 10.6.2
« on: February 20, 2010, 08:08:12 AM »

Installed NFS apkg, exported scorp directory, setted as host my ip '192.168.66.3'.

Code: [Select]
scorp@antani-mac:~$ sudo mount 192.168.66.2:/mnt/HD_a2/scorp test
Password:
mount_nfs: bad MNT RPC: RPC: Timed out\n
mount_nfs: bad MNT RPC: RPC: Timed out\n
mount_nfs: can't access /mnt/HD_a2/scorp: Permission denied
Logged

gionn

  • Level 1 Member
  • *
  • Posts: 12
    • GNU/Linux Blog
Re: [1.08] NFS not working under Mac 10.6.2
« Reply #1 on: February 20, 2010, 08:51:49 AM »

On Debian Lenny mounting timeouts too.

Now I tried to stop and start the NFS service, and the start is failing with 'Enable Failed', restarting the NAS isn't fixing. Configuration problem?
Logged

PeterTh

  • Level 1 Member
  • *
  • Posts: 14
Re: [1.08] NFS not working under Mac 10.6.2
« Reply #2 on: February 22, 2010, 08:34:25 PM »

NFS is working on Mac OS X 10.6.2 with mnt/HD_a2 or mnt/HD_b2 mount with diskutil. But when i try with a subdirectory (mnt/HD_a2/test) like you, the directory on my Mac is unaccessible.

Update

Oups, i forgot the advance parameter -P in my definition (in diskutil)

Bye
« Last Edit: February 27, 2010, 08:49:53 PM by PeterTh »
Logged

gionn

  • Level 1 Member
  • *
  • Posts: 12
    • GNU/Linux Blog
Re: [1.08] NFS not working under Mac 10.6.2
« Reply #3 on: March 06, 2010, 03:38:46 AM »

mount command timeout probably due to a delay in DNS resolving of my ip from DNS-323, probably increasing mount timeout in nfs will work.
Logged