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 7d5afb1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,14 @@ 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/*
sleep 180

0 comments on commit 7d5afb1

Please sign in to comment.