Hi, Dennis Wicks wrote: > I *cannot* mount *any* partition on /wa1 > but I *can* mount *any* partition on any other mount point.
So what do you get from these shell commands ? ls -ld /wa1 /wa11 find /wa1 What happens if you create a new /wa1 ? mv /wa1 /wa1_old mkdir /wa1 mount /dev/sdb2 /wa1 -------------------------------------------------------------------- As for your fstab, there is this "x-systemd.device-timeout=20" where all others have "=60". But the web says this is for automounting. I fail to imagine any explanation for the symptoms you report. Especially the silent failure riddles me. Have a nice day :) Thomas