022 === _ Date: June 21, 2020 ## File System Full 🤔 _Move files then symlink them_ ## with **Bash** ``` bash mkdir /mnt/mounted_drive mv ~/bigdir /mnt/mounted_drive ln -s /mnt/mounted_drive/bigdir ~/bigdir ```