022

_

File System Full 🤔 ¶ #

Move files then symlink them

with Bash ¶ #

mkdir /mnt/mounted_drive
mv ~/bigdir /mnt/mounted_drive
ln -s /mnt/mounted_drive/bigdir ~/bigdir

Connections

Related tags and posts connected to this entry.