I have a few directories mounted from a samba share server (my lan storage) and I would like to run updatedb on them. I use to successfully run such command to do that:
updatedb -l 0 -o ~/.myDbFile.db -U /mnt/myCustomDirectory/ under /mnt/myCustomDirectory/ there are, individual mounted samba shares, such as:
/mnt/myCustomDirectory/Music /mnt/myCustomDirectory/Video /mnt/myCustomDirectory/Backup and so on.
After a fresh installation of the latest linux Mint 19.2 (same as Ubuntu 18.04), the .myDbFile.db is empty and nothing gets indexed.
If instead I run the command on a single share, the dbFile gets indexed:
updatedb -l 0 -o ~/.myDbFile_Music.db -U /mnt/myCustomDirectory/Music Any idea why the first command does not work recursive into the single folders?
smbfsis in thePRUNEFSlist, but by specifying a file below the mount point you skip over that check?