Cleaning Up
After all the installations, some sources and temporary files can be moved to other hard drives to save the storage space on the Jetson TX1 device. The following is a list of files that can be moved safely:
/home/nvidia/*.deb
/usr/local/src/
/usr/src/
TIP: Use verbose option -v
when using cp
or mv
to show the process.
Command Line Cheat Sheet
If you have cloned the system after Building OS or you won't use these files in the future, you can safely delete them.
- Delete the files by running:
sudo rm /home/nvidia/*.deb sudo rm -rf /usr/local/src/* sudo rm -rf /usr/src/*
- See the disk space by running:
df -h