Open nazar2sfive opened 4 years ago
Drill automatically starts threads for all available mountpoints found:
https://github.com/yatima1460/Drill/blob/a953ce6df6b759000f7839a76cfdf890313f8546/Core/Utils.d#L127
using df -h --output=target
to get the mounts
let me know the output
android@clr:~
$ df -h --output=target
Mounted on
/
/dev
/dev/shm
/run
/sys/fs/cgroup
/tmp
/mnt/4416017316016770
/run/user/1000
android@clr:~
$
ok so the mountpoint is found
problem is this probably:
edit the blacklist and remove
ClearLinux mounts in /mnt
when I have never seen a distro do it that's why I thought /mnt was a good thing to add as a blacklisted folder
also isn't /mnt deprecated nowadays in favor of /media?
/mnt should be used only for temporarily mounted filesystems /media for mounting files systems
photo taken from some other website. not mine
i use gnome-disk-utility for the mount purpose . easy and simple. and it does that at /mnt by default
any future gui plan to keep a settings menu for configuring where to index for?
search everything with these option.
oh yes absolutely, in the long run I want to do something like Everything on Windows
I want a GUI that let's you edit the allowed and disallowed folders.
i have my sda8 (ntfs volume) mounted as automount on boot. how to index files inside them via Drill. I dual boot windows 10 and clear linux.