При каждом включении ПК требуется ввод пароля для монтирования второго диска

Добрый день!
С интервалом в пару дней на двух ПК штатно через графический интерфейс Pamac установил обновления для программ и компонентов системы.

после загрузки

После этого при каждом включении ПК требуется ввод пароля для монтирования второго диска, который ранее был настроен на автомонтирование (и мотирование проходило при включении ПК без ввода пароля). В блоке настроек галка “При входе в систему” на против второго диска теперь неактивна. Оба диска ext4.

настройки

Дополню. Спасибо за ответ!
Как и указано по ссылке, помогло редактирование файла:
/usr/share/polkit-1/actions/org.freedesktop.UDisks2.policy
В блоке: < action id=“org.freedesktop.udisks2.filesystem-mount-system”>
заменил

<defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>auth_admin_keep</allow_active>
</defaults>

на

<defaults>
      <allow_any>yes</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>yes</allow_active>
</defaults>

Здесь на форуме не приветствуется использование изображений. Они не доступны для поиска. Их также невозможно перевести с помощью Google.
Это ухудшает ваши шансы получить компетентный ответ.


Google — ваш друг и переводит это для вас:

May be this link helps:


Welcome to Manjaro! :smiling_face_with_three_hearts:

  1. Please read the information behind this link. It will help you to post necessary information.
  1. Please press the three dots below your post and then press the :pencil2:
  • If you give us information about your system, we can see what we’re talking about and make better suggestions.
  • You can do this by using inxi in a terminal or in console.
sudo inxi --admin --verbosity=7 --filter --no-host --width
  • Personally identifiable information such as serial numbers and MAC addresses are filtered out by this command
  • Presenting the information in this way allows everyone to be familiar with the format and quickly find the items they need without missing anything.
  1. Copy the output from inxi (including the command) and paste it into your post.
  • To make it more readable, add 3 backticks ``` on an extra line before and after the pasted text.

Have you already :mag: for your problem in the forum ? (Wisdom lies in asking → listening → reading :wink: )

Насколько я понимаю, вам подойдет решение отсюда: Systemd mount suddently asks for password to mount drive at boot - #5 by linux-aarhus

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.