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

Troubleshooting • Re: Reset Raspberry Pi OS to default settings

$
0
0
You could try removing Samba and its configuration files. Then reinstall it and start from scratch with that.

Code:

sudo apt --autoremove purge sambasudo rm -r  /etc/samba/ # Be very careful that you type this one correctly!!!sudo apt updatesudo apt install samba
The rm command may not be needed and may report a "No such file or directory" error. That's fine. I didn't check if it was needed or not.

Statistics: Posted by rpdom — Fri Mar 08, 2024 8:02 am



Viewing all articles
Browse latest Browse all 5131

Trending Articles