lkml.org 
[lkml]   [2000]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectNFS exported Samba mountpoint = invisible?
    On Saturday March 11, jens@pinguin.conetix.de wrote:
    > Hi,
    >
    > bug or feature?
    >
    > on NFS server:
    > smbmount //loonie/share /mnt/disk
    > # ls returns correct remote file listing
    > # /etc/exports contains "/mnt"
    >
    > on client
    > mount server:/mnt /export
    > ls /export/disk
    > # returns nothing
    >
    > 2.2.14, knfsd, samba 2.0.6 on both machines.
    >
    > Is this because samba = userlevel and knfsd = kernel (i.e. knfsd does the
    > disk access "before" smbmount can display the files)?
    >

    Two problems.
    1/ nfs doesn't see mount points unless you export both the parent and
    the child filesystems, and flags the child filesystem as "nohide".

    2/ knfsd won't export filesystems that don't live on a local disc - at
    least, not yet.

    You will have to use unfsd - the Universal Usermode NFS daemon to
    re-export SMD filesystems.

    NeilBrown


    >
    > Thanks!
    >
    > --
    > public class JensBenecke extends Student {
    > Name name = new Name("Jens", "Benecke");
    > String eMail = "jens@pinguin.conetix.de";
    > URL homepage = new URL("http://www.pinguin.conetix.de/");
    > URL Linux-FAQ = new URL("http://faq:faqq@134.29.73.83:7012/cgi-bin/fom");
    > }
    >
    > -
    > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    > the body of a message to majordomo@vger.rutgers.edu
    > Please read the FAQ at http://www.tux.org/lkml/

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:57    [W:5.585 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site