Go to advanced search

by smilingpoplar
Wed Dec 13, 2017 8:31 am
Forum: Beginners
Topic: [Resolved ]Mout usb drive with udev
Replies: 3
Views: 2542

Re: [Resolved ]Mout usb drive with udev

Changing MountFlags from 'slave' to 'shared' doesn't work for my pi with stretch.
Just comment the MountFlags line in /lib/systemd/system/systemd-udevd.service. It works.

Code: Select all

sudo nano /lib/systemd/system/systemd-udevd.service
- comment out MountFlags line: #MountFlags=slave

Go to advanced search