This started happening after a disk reorg+addition I did a month ago.
Yast software manager or updater donwnload the rpms/deltas, OK, but give this warning before installing each package if I don’t tick “don’t show this warning again”:
“The disk space in partition /home/shares/Gravados/Series\040Concluidas/ is almost full. Continue installation?”
This partition is sdf1. It, plus sde1 and scd1, are mounted below sdd1. All partitions occupy a full 2TB disk each, ext4-formatted.
The relevant lines of fstab are shown below, with UUIDs substituted for sdXX for better understanding. the \040 code translate to a blank space in the mount directory. Yast partitioner would choke on them (or the accents), but the names could be directly edited in fstab and work fine after rebooting:
...
sdd1 /home/shares ext4 noatime,data=writeback,acl,nodiratime 1 2
...
sde1 /home/shares/Gravados/Series ext4 noatime,data=writeback,acl,user_xattr,nodiratime 1 2
sdc1 /home/shares/Gravados/Series\040em\040Inglês ext4 noatime,data=writeback,acl,user_xattr,nodiratime 1 2
sdf1 /home/shares/Gravados/Series\040Concluidas/ ext4 noatime,data=writeback,acl,user_xattr,nodiratime 1 2
sda and sdb are system and data drives, not linked to the others.
Any idea how to identify the cause of problem?
Thanks.
P.S.: I know that using accented letters and spaces in mount names is not good practice, but I’ve been using it for years without issue.