Setting Up a RAM Disk on a Raspberry Pi 4

CanaKit Raspberry Pi 4 (4GB) Starter Kit (Amazon Affiliate)
US: https://amzn.to/3azJgrW
UK: https://amzn.to/2JdMq9o
CA: https://amzn.to/3bwiRvY
ES: https://amzn.to/2T06LnM (similar)
FR: https://amzn.to/3cvIZrs (similaire)
IT: https://amzn.to/2Ar74Sj (simile)
DE: https://amzn.to/2AqfWHQ (ähnlich)
IN: https://amzn.to/3ey6fWj
AU: https://amzn.to/2VTUt1C
NL: https://amzn.to/3f5NdsD (vergelijkbaar)

Check for Free RAM
free
Remove Swap
sudo dphys-swapfile swapoff
sudo dphys-swapfile uninstall
sudo update-rc.d dphys-swapfile remove
sudo apt purge dphys-swapfile
Create Mount Point
sudo mkdir -p /mnt/ramdisk
Change Permissions
sudo chown -R pi:pi /mnt/ramdisk
Create RAM Disk
sudo mount -osize=2G -t tmpfs tmpfs /mnt/ramdisk
Benchmark
cd /mnt/ramdisk
dd if=/dev/zero of=temp.txt bs=1M count=1024
dd if=temp.txt of=/dev/null bs=1M count=1024
Unmount Ram Disk
sudo umount /mnt/ramdisk
Make Ram Disk Automatic on Boot
sudo nano /etc/fstab
tmpfs /mnt/ramdisk tmpfs defaults,noatime,mode=755,uid=pi,gid=pi,size=2g 0 0

Type control-o to save and control-x to exit.

Test fstab
sudo mount -a

QNAP Qsync Pro for Android Basic Setup

QNAP TS-453Be (Amazon Affiliate)
US: https://amzn.to/2T6JiCc
UK: https://amzn.to/39VhU0e
CA: https://amzn.to/35DjLDa
ES: https://amzn.to/2zFrBCy
FR: https://amzn.to/3dfSGKY
DE: https://amzn.to/2RYjw1U
IT: https://amzn.to/3exclGO
IN: https://amzn.to/2PkrssM
AU: https://amzn.to/2ZRaMOa

(x4) WD RED WD40EFRX CMR* (Amazon Affiliate)
US: https://amzn.to/3ewSHvC
UK: https://amzn.to/354lcOk
CA: https://amzn.to/3l5syGK
DE: https://amzn.to/2IfafjF
ES: https://amzn.to/2TXqa99
FR: https://amzn.to/35178VF
IT: https://amzn.to/32fNx28
IN: https://amzn.to/3l5X6bh
AU: https://amzn.to/2JCUyn7

* Please verify that you have chosen the WD40EFRX (CMR) model when ordering. Also check that you got the correct drives when your order arrives. Avoid the WD40EFAX SMR models!

Crucial 16GB (8GBx2) RAM CT2K8G3S186DM (Amazon Affiliate)
US: https://amzn.to/35TmsB1
UK: https://amzn.to/35Pvsa5
CA: https://amzn.to/2thVWUy
ES: https://amzn.to/2VgoecJ
FR: https://amzn.to/2NoBZSv
IT: https://amzn.to/2VgwIkb
DE: https://amzn.to/3avuVwe (HX318LS11IB/8)
IN: https://amzn.to/37Y1Fgz
AU: https://amzn.to/2CGypRH

QNAP Playlist: https://www.youtube.com/playlist?list=PLErU2HjQZ_ZPX505_znSLtZE7Z42m6DEK