Y
Hacker News
new
|
ask
|
show
|
jobs
by
therealidiot
2728 days ago
Why does the client care which filesystem you use???
1 comments
jeremysmyth
2728 days ago
Different supported features make it easier to maintain such a client. Example: Some filesystems notify observers on file change, some don't.
link
viraptor
2728 days ago
This shouldn't affect other local filesystems though. Inotify won't work with NFS, but should be ok with fs owned by the local system.
link
Spivak
2726 days ago
The mistake is assuming that there's something special about 'local' filesystems. They have as much feature disparity as networked ones.
link