On 5/8/22 12:13, ghe2001 wrote:
Supermicro workstation, Debian BusterMounting disks isn't working with UUIDs. At boot or manually mounting: UUID=301d6d6d-6782-4be3-b979-0cb595ef1a48 /backupDisk ext4 default 1 1 says: mount: /backupDisk: wrong fs type, bad option, bad superblock on /dev/sde1, missing codepage or helper program, or other error.
What happens if you put the following into /etc/fstab? UUID=301d6d6d-6782-4be3-b979-0cb595ef1a48 /backupDisk ext4 default 0 0 David