Skip to content

Commit

Permalink
Debug disk partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlewis committed Sep 12, 2024
1 parent b6b60a1 commit fc8896b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,16 @@ jobs:
cat /proc/cpuinfo | tail -18
free -m
sudo apt update
sleep 120
mount
echo
df -h
echo
sudo cat /etc/fstab
echo
sudo ls -l /dev/disk/by-path/
echo
sudo ls -l /dev/disk/by-label/
echo
sudo ls -l /dev
sleep 180

0 comments on commit fc8896b

Please sign in to comment.