| Summary: | mountd fails to export second mount point on same fs | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Mike Heffner <mikeh> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mike Heffner
2001-06-28 05:20:00 UTC
Mike Heffner <mikeh@FreeBSD.org> writes: > > >Number: 28469 > >Category: bin > >Synopsis: mountd fails to export second mount point on same fs > >How-To-Repeat: > Try to start, or reload, mountd with the following exports file: > > /usr/local/fbsd -maproot=spock -network 192.168.100 -mask 255.255.255.0 > /usr/ports -maproot=root -network 192.168.100 -mask 255.255.255.0 > > Only the first mountpoint succeeds, the second one will always fail. How's your filesystem layout? Are /usr/local/fbsd and /usr/ports on the same filesystem? See: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/networking.html#EXPORTS-ERRORS On 28-Jun-2001 Dima Dorfman wrote: | Mike Heffner <mikeh@FreeBSD.org> writes: |> |> >Number: 28469 |> >Category: bin |> >Synopsis: mountd fails to export second mount point on same fs |> >How-To-Repeat: |> Try to start, or reload, mountd with the following exports file: |> |> /usr/local/fbsd -maproot=spock -network 192.168.100 -mask 255.255.255.0 |> /usr/ports -maproot=root -network 192.168.100 -mask 255.255.255.0 |> |> Only the first mountpoint succeeds, the second one will always fail. | | How's your filesystem layout? Are /usr/local/fbsd and /usr/ports on | the same filesystem? See: | http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/networking.html#EXPORTS-E | RRORS Yea, I think I screwed up...hadn't noticed that FAQ. Thanks for pointing it out. P.S. I'll close the pr up. Mike -- Mike Heffner <mheffner@[acm.]vt.edu> Fredericksburg, VA <mikeh@FreeBSD.org> State Changed From-To: open->closed My own user error ;( For reference, there is a FAQ at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/networking.html#EXPORTS-ERRORS describing the problem. |