indeviral
ntfsfix должен помочь, ну или в windows chkdsk
Спасибо за подсказку. Помогло.
indeviral

$ 20-automount.rules
ACTION=="add" KERNEL=="sd[b-z][0-9]" RUN+="/bin/systemctl start [email protected]%k"
ACTION=="change" KERNEL=="sd[b-z]" RUN+="/bin/systemctl start [email protected]%k"
ACTION=="add" KERNEL=="mmcblk[0-9]" RUN+="/bin/systemctl start [email protected]%k"
ACTION=="remove" KERNEL=="sd[b-z]" RUN+="/bin/umount /dev/%k" RUN+="/bin/rmdir /media/usb-%k"
ACTION=="remove" KERNEL=="sd[b-z][0-9]" RUN+="/bin/umount /dev/%k" RUN+="/bin/rmdir /media/usb-%k"
ACTION=="remove" KERNEL=="mmcblk[0-9]" RUN+="/bin/umount /dev/%k" RUN+="/bin/rmdir /media/usb-%k"
Прописал в свой udev выше указанное правило. Переносной винт (карманный) монтирруется без проблем в любой usb разъем, а вот конкретно флешка не хочет.
Выдает ошибку:
"При обращении к «Сменный носитель (15,1 ГиБ)» произошла ошибка, ответ системы: The requested operation has failed: Error mounting /dev/sde1 at /run/media/sab/01D0A2EC66FF8DF0: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sde1" "/run/media/sab/01D0A2EC66FF8DF0"' exited with non-zero exit status 13: $MFTMirr does not match $MFT (record 5). Failed to mount '/dev/sde1': Ошибка ввода/вывода NTFS is either inconsistent, or there is a hardware fault, or it's a SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows then reboot into Windows twice. The usage of the /f parameter is very important! If the device is a SoftRAID/FakeRAID then first activate it and mount a different device under the /dev/mapper/ directory, (e.g. /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation for more details. "
Кто подскажет как заставить все-таки автоматически монтировать флешку?!!!!