[SOLVED] [v. 3.2.9] I cannot access "Administration => Storage / Disks"

Laurent-91290

New Member
May 9, 2024
4
1
3
France
Hello.

Since version 3.2.9, I cannot access "Administration => Storage / Disks" on my physical PBS server.
It was ok with 3.2.8 and before.

Error : Bad Request (400) command "smartctl" "-H" "-A" "-j" "/dev/sdc" failed - status code: 1 - no error message

My disks :

Code:
root@pbs:~# lsblk
NAME         MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda            8:0    0 223.6G  0 disk
├─sda1         8:1    0  1007K  0 part
├─sda2         8:2    0     1G  0 part /boot/efi
└─sda3         8:3    0 222.6G  0 part
  ├─pbs-swap 252:0    0     8G  0 lvm  [SWAP]
  └─pbs-root 252:1    0 198.6G  0 lvm  /
sdb            8:16   0   1.8T  0 disk
└─sdb1         8:17   0   1.8T  0 part /mnt/datastore/pbs-2To-backups
sdc            8:32   1     0B  0 disk
 
Last edited:
sdc 8:32 1 0B 0 disk

This does not look correct, I believe. Try to check that disk.

Does journalctl -b 0 --grep sdc show error messages? Does smartctl -A /dev/sdc work?

I would not be surprised if that disk (what type/model is it?) just died... the way cheap SSD do (or did in the past).
 
  • Like
Reactions: Laurent-91290
Thx for your response.

I never had a disk sdc. I only have 2 disks : sda (for the PBS install) and sdb (for my backup repository). So no drive has died.

It feels like with version 3.2.9, having a "entry" sdc without a disk attached to it cause an error.

Here are the logs

Code:
root@pbs:~# journalctl  -b 0 --grep sdc
Nov 19 19:53:20 pbs kernel: sd 6:0:0:0: [sdc] Media removed, stopped polling
Nov 19 19:53:20 pbs kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk

Code:
root@pbs:~# smartctl  -A /dev/sdc
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.8.12-4-pve] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdc: Unknown USB bridge [0x05e3:0x0745 (0x903)]
Please specify device type with the -d option.

Use smartctl -h to get a usage summary
 
Last edited:
/dev/sdc: Unknown USB bridge

Looks like once there was an USB stick or an external enclosure (or a phone or a camera or a pvr or ... ) connected.

Unfortunately I can not tell you how to get rid of these artifacts, sorry. Maybe someone else can chime in...
 
  • Like
Reactions: Laurent-91290