Announcement

Collapse
No announcement yet.

...does not support nfs export

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ...does not support nfs export

    I need to export a directory on an external drive connected to my 16.10 machine.
    I've edited /etc/exports as follows...
    "/media/charles/My Book/Moviez" *(rw,sync,no_subtree_check)
    Then...
    charles@MOE:~$ sudo exportfs -ra
    exportfs: /media/charles/My Book/Moviez does not support NFS export
    It's an NTFS external drive.
    What could I be doing wrong?
    I need to log in to this drive from a WD TV Live media player to play movies.
    Almost all the documentation online about nfs is misleading.

    #2
    I found two links that discuss your problem:
    #1 which is similar to your scenerio: http://community.netapp.com/t5/Netwo...ume/td-p/31568

    and
    #2, which is what Microsoft says: https://blogs.technet.microsoft.com/...s-permissions/
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment

    Working...
    X