• [^] # Re: par défaut nfs n'exporte pas les sous montages ;)

    Posté par . En réponse au message impossible d’accéder à un volume monté sur le serveur nfs. Évalué à 1. Dernière modification le 29 juin 2012 à 18:37.

    en fait:
    poste 1 linux, partition ntfs montée;
    poste 1 comme serveur nfs;
    poste 2 linux en client nfs qui ne pouvait "lire" la partition ntfs de poste 1;

    mais bon merci, nohide était la solution. comme quoi rtfm :P

    Normally, if a server exports two filesystems one of which is mounted on the other, then the client will have to mount both filesystems explicitly to get
    access to them. If it just mounts the parent, it will see an empty directory at the place where the other filesystemis mounted. That filesystem is "hidden".
    Setting the nohide option on a filesystem causes it not to be hidden, and an appropriately authorised client will be able to move from the parent to that filesystem without noticing the change.

    j'ai également rajouté "no_root_squash" dans les /etc/exports; apparemment une question de POSIX non pris en charge par ntfs, source de bug dans le cas d'un montage nfs.