diff options
author | Pjotr Prins | 2024-11-18 08:57:38 +0100 |
---|---|---|
committer | Pjotr Prins | 2024-11-18 08:57:38 +0100 |
commit | 886e88c8d80b39faf864bc575892646473bfe4f0 (patch) | |
tree | 42b69ea0b11039cadc59388f7650ee5e341dd6fd /issues | |
parent | 75b93091cf87a266315f8bd8a00a0d60b3cc1069 (diff) | |
download | gn-gemtext-886e88c8d80b39faf864bc575892646473bfe4f0.tar.gz |
Linux: looking at disk issues on tux05
Diffstat (limited to 'issues')
-rw-r--r-- | issues/systems/tux04-disk-issues.gmi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/issues/systems/tux04-disk-issues.gmi b/issues/systems/tux04-disk-issues.gmi index cea5a59..9bba105 100644 --- a/issues/systems/tux04-disk-issues.gmi +++ b/issues/systems/tux04-disk-issues.gmi @@ -1,4 +1,4 @@ -# Tux04 disk issues +# Tux04/Tux05 disk issues We are facing some disk issues with Tux04: @@ -6,6 +6,10 @@ We are facing some disk issues with Tux04: May 02 20:57:42 tux04 kernel: Buffer I/O error on device sdf1, logical block 859240457 ``` +and the same happened to tux05 (same batch). Basically the controllers report no issues. Just to be sure we added +a copy of the boot partition. + +=> topics/system/linux/add-boot-partition # Tags @@ -52,6 +56,8 @@ Download megacli from => https://hwraid.le-vert.net/wiki/DebianPackages ``` +apt-get update +apt-get install megacli megacli -LDInfo -L5 -a0 ``` |