Bug 7655
Summary: | 2.6.19(+) can't mount NFS filesystems r/w | ||
---|---|---|---|
Product: | File System | Reporter: | Avuton Olrich (avuton) |
Component: | NFS | Assignee: | Trond Myklebust (trondmy) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | rdunlap |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.19 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Avuton Olrich
2006-12-09 07:55:17 UTC
See BUG 7612: The VFS does not, and has not ever, allowed you to remount the same filesystem with different mount options. NFS 'allowed' this because if you mounted a different directory, it would treat that as a different filesystem. Unfortunately, that leads to nasty cache consistency problems. As of 2.6.19, NFS will group all directories that belong to the same filesystem on the server into the same superblock and hence treat them as the same filesystem on the client. Aah! Thanks for the great explanation! |