Re: NFS export problem

From: albi (albi_at_scii.nl)
Date: 09/29/05

  • Next message: Lowell Gilbert: "Re: fwcontrol: unknown format 0x1e"
    Date: Thu, 29 Sep 2005 18:10:28 +0200
    To: Valerio daelli <valerio.daelli@gmail.com>
    
    

    On Thu, 29 Sep 2005 17:49:01 +0200
    Valerio daelli <valerio.daelli@gmail.com> wrote:

    > I am trying to export two directories via NFS.
    > The two directories are on the same filesystem.
    > This is our /etc/exports file:
    >
    > /raid/lower/data -maproot=root -network 10.210.0.0 <http://10.210.0.0> -mask
    > 255.255.0.0 <http://255.255.0.0>

    you meant to write
    /raid/lower/data -maproot=root -network 10.210.0.0 -mask 255.255.0.0
    instead i assume !?

    > /raid/lower/home -maproot=nobody -network 10.210.0.0 <http://10.210.0.0>-mask
    > 255.255.0.0 <http://255.255.0.0>
    > /raid/upper/db -maproot=root -network 10.210.0.0 <http://10.210.0.0> -mask
    > 255.255.0.0 <http://255.255.0.0>
    > /raid/upper/scratch -maproot=root -network 10.210.0.0 <http://10.210.0.0>-mask
    > 255.255.0.0 <http://255.255.0.0>
    -- cut --
    > We heard that there could be some problems sharing two directories on the
    > same filesystem.

    i might be wrong but afaik you can only export a whole slice
    (==partition) via NFS on FreeBSD

    are all of these directories above slices ?

    see also : man exports

    -- 
    grtjs, albi
    gpg-key: lynx -dump http://scii.nl/~albi/gpg.asc | gpg --import
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Lowell Gilbert: "Re: fwcontrol: unknown format 0x1e"

    Relevant Pages

    • Re: system disk, SVM soft partitions, live upgrade = OK?
      ... >> kernel on a UFS filesystem on a VTOC slice). ... > are on soft partitions. ... had LU put / on a plain disk slice and had it put /usr on one of the ...
      (comp.unix.solaris)
    • SUMMARY CORRECTION: reference to really low level filesystem docs ?
      ... and Sector 16 of each SLICE. ... > LAYOUT OF A SINGLE DISK SLICE WITH UFS: ... > but a large array of pointers to the next 2048 data blocks. ... > VIEWING A FILE'S LAYOUT ON THE FILESYSTEM ...
      (SunManagers)
    • Re: system disk, SVM soft partitions, live upgrade = OK?
      ... After reading a bunch of Solaris 9 manuals, ... > grow those soft partitions and filesystems as the need arises. ... If you're already using slice 1 for swap, how are you going to put other ... with soft partitions for any OS filesystem. ...
      (comp.unix.solaris)
    • Re: Grow Filesystems Dynamically
      ... Indeed you can grow the / filesystem without VxVM or SDS. ... -> to have unused space on the disk that contains the / slice AFTER ... if all ok now you can grow the / file system to the size of the ...
      (comp.unix.solaris)
    • Re: How do you format a disk?
      ... > newfs the slice, and then mount whatever directory I would like to use. ... flag to specify filesystem type. ... use mount to mount the filesystem at whatever ...
      (comp.os.linux.hardware)