I am one of those people who function better by writing things down. One day, I realized that most of my notes don’t have to be private, so here they are - my second brain. Be warned that, if you stumble upon something here that doesn’t make sense to you, it isn’t meant to!
Fstab with special characters
I wanted to mount a Samba share to my (new) Fedora Workstation machine and that share had some special characters, a ' and a space. Escaping those wasn’t sufficient. Instead, I had to use Ascii octal codes. Here’s what worked in the /etc/fstab file: //10.0.1.179/Ketan\047s\040Drive /mnt/samba-at-home cifs credentials=/etc/samba/credentials,uid=1000,gid=1000 0 0 10.0.1.40:/var/nfs/shared/Backups/Fedora /mnt/backups-on-nas nfs defaults 0 0 Resources: https://askubuntu.com/a/1460762 https://www.asciitable.com/