- Newest
- Most votes
- Most comments
Hi.
I understand that you are experiencing the error below: “timeout problem / no space left on device”
To troubleshoot your error you need to upsize your Lightsail instance, block storage disk, or database, create a snapshot of your resource, and then create a new, larger version of that resource using the snapshot [1]. Prerequisites: You'll need a snapshot of your Lightsail instance, block storage disk, or database. For more information, see the following document [2] You can also create a new block storage disk and attach it to your instance [3].
You can you the following commands to check free space:
- df -h (With -h option, it shows the disk space in human-readable format (MB and GB)).
- fdisk -l (Shows disk size along with disk partitioning information (may require sudo privileges)).
- df -T (If you want to view the disk usage with more details like filesystem type and blocks.)
Please see the following link for more information about temporary files: https://developers.redhat.com/blog/2016/09/20/managing-temporary-files-with-systemd-tmpfiles-on-rhel7
References: [1] https://lightsail.aws.amazon.com/ls/docs/en_us/articles/how-to-create-larger-instance-from-snapshot-using-console
[2] https://lightsail.aws.amazon.com/ls/docs/en_us/articles/create-block-storage-disk-snapshot
[3] https://lightsail.aws.amazon.com/ls/docs/en_us/articles/create-and-attach-additional-block-storage-disks-linux-unix
[4] https://itsfoss.com/check-free-disk-space-linux/
I hope the information above is helpful. Please feel free to reach out for any concerns.
Relevant content
- asked 10 months ago
- asked 7 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago