SMB Shares in Pop! OS
I recently switched from Ubuntu 20.10 to Pop! OS. One of the challenges I had was configuring shared folders I want mapped on my Pop! OS machine. I copied the lines from my previous /etc/fstab file that mounted the shares previously. Install Samba: sudo apt install samba. Set SMB pasword: smbpassword -a <Username> But when… Read More »