Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5180

Advanced users • Re: Warming "your fstab has been modified"

$
0
0
I mount USB Flash Drive in RaspiOS Bookworm arm64 Lite on RPI4 using mount command (sudo mount /dev/sda1 /mnt/usb1), and I get the same message from mount. The update of the packages doesn't help.

What can happen, if I will just ignore that hint and will work with files on mounted USB Flash Drive (cut, copy, paste, edit the files). Can this harm the files?

What if I just add sudo systemctl daemon-reload to /etc/rc.local?
Yes, you can just ignore it, and things will continue to work.

You can also put the daemon-reload into /etc/rc.local, but ISTR that the daemon-reload needs to be done AFTER time synchronization has been achieved. That's what the little service posted here (up this thread a bit) does...it waits until system time has synched, and then does the daemon-reload.

Statistics: Posted by bls — Fri Jul 12, 2024 5:09 pm



Viewing all articles
Browse latest Browse all 5180

Trending Articles