| Summary: | NFS mount bug which prevents mounting of similarly named filesystems | ||
|---|---|---|---|
| Product: | Base System | Reporter: | jk <jk> |
| Component: | i386 | Assignee: | Matt Dillon <dillon> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
jk
1999-10-05 23:20:01 UTC
Responsible Changed From-To: freebsd-bugs->dillon I'm trusting that the NFS maintainer will jump on my head if I'm assigning the wrong sorts of PR's to him. :-) Very strange. I've tried once and encountered the problems as you. After killing mountd it suddenly worked. The order of the shares seems not to be important. # directories options hosts # ------------------------------------------------------ /usr/nfsshare /usr/nfs -maproot=root 127.0.0.1 fuchur /var 127.0.0.1 /cdrom atreju 127.0.0.1 showmount -e root@kassiopeja:/root# showmount -e Exports list on localhost: /var 127.0.0.1 /usr/nfsshare 127.0.0.1 fuchur /usr/nfs 127.0.0.1 fuchur /cdrom atreju 127.0.0.1 Can you send me your exports file ? Martin State Changed From-To: open->closed This is user error. |