Visit Open-E website
Results 1 to 2 of 2

Thread: NFS shares, /share/ syntax

  1. #1

    Default NFS shares, /share/ syntax

    The latest update lists following problem on KNOWN PROBLEMS list:

    It is not possible to mount NFS shares directly using the following schema:
    mount -t nfs IP_addr:/share_name /local_mount_point
    Instead, please use the following syntax:
    mount -t nfs IP_addr:/share/share_name /local_mount_point
    The keyword "Share" must always be added to the syntax.
    In fact I use the first syntax only (i.e. without /share/).
    Should I change the /etc/(v)fstab files to include /share/ or can I leave it as it is?
    Will it give me certain advantages?

  2. #2

    Default

    Unfortunately you will need to change the entries in fstab, and include prefix on the word
    "share" for the mounting string.
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •