My workaround, an endless script using inotify running from rc.local: -------- #!/bin.bash
while true #run indefinitely do inotifywait /shared/ >/dev/null 2>&1 ls /shared >nul done -------- This does a sudo listing of all the subdirectories of "/shared" anytime the root folder is accessed. Obviously, change /shared to match yours... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1605230 Title: sub-directories initially only accessible by root To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1605230/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
