NFS mount failure

Hello, everyone.

After installing 10.0.2, nfs mount with tcp fails. It succeeds with udp.

The following command will fail.
$ mount_nfs -o tcp fileserver:/export /tmp/mnt

The following command will succeed.
 $ mount_nfs -o udp fileserver:/export /tmp/mnt
 
Parents
  • Hi Takahiro,

    Sorry to hear that you're having trouble. Can you confirm that the system extensions are loaded correctly and that the endpoint was rebooted after install?

    After a reboot, if it's still not working an SDU would help us with our investigation. Please provide an SDU from the affected machine by following these steps:

    • Go into Central, find the device, and click on the generate SDU button
    • Once the sdu is uploaded, post the file name here so we can extract it and take a look

    Thanks for your feedback

  • Thank you for your reply.

    I authorized the kext manualy, But system extensions are not loaded correctly.

    ----------------------------------------------------------------

    # spctl kext-consent list

    Allowed Team Identifiers:

    2H5GFH3774

    # kextstat |grep -i sophos

    Executing: /usr/bin/kmutil showloaded

    No variant specified, falling back to release
    ----------------------------------------------------------------

    I uploaded SDU with the following name.

    8cc41d8c-bb4a-d4c6-7a46-04292afa91fe_2021-02-08-05-26-05.zip

    Thank you for your support.

Reply
  • Thank you for your reply.

    I authorized the kext manualy, But system extensions are not loaded correctly.

    ----------------------------------------------------------------

    # spctl kext-consent list

    Allowed Team Identifiers:

    2H5GFH3774

    # kextstat |grep -i sophos

    Executing: /usr/bin/kmutil showloaded

    No variant specified, falling back to release
    ----------------------------------------------------------------

    I uploaded SDU with the following name.

    8cc41d8c-bb4a-d4c6-7a46-04292afa91fe_2021-02-08-05-26-05.zip

    Thank you for your support.

Children