From [email protected], Sat, 8 Jan 2022 20;29:23 +0100,
Are you sure you have a custom udev rules file in /etc/udev/rules.d?

Oops, 10-local.rules is attached but the preceding exercise was
misguided, inadvertently of course.

With reference to /dev/disk/by-label/GRNSD in /etc/fstab, the
relevant lines in 10-local.rules were commented out.

I can activate the last rule (KERNEL=="sd?1" ...) and try again.

                       ... P.
# udev rules added to mebius by peter, 2021.12.26.
# The Kingston USB.
KERNEL=="sd?1", ATTR{size}=="499712", SYMLINK+="KingstonUSB", OWNER="peter", 
GROUP="peter"

# The green Nexttech SDHC card.
# KERNEL=="mmcblk0p1", ATTR(size)=="7434340", SYMLINK=="GRNSD", OWNER=="peter", 
GROUP=="peter"
#KERNEL=="mmcblk0p1", ENV{ID_SERIAL_SHORT}=="0201202010201000", 
SYMLINK+="GRNSD", OWNER="peter", GROUP="peter"
#KERNEL=="sd?1", ATTR(size)=="7434340", SYMLINK+="GRNSD", OWNER="peter", 
GROUP="peter"

Reply via email to