Usb flash disk mounted, gave WARNING: source write-protected
Usb flash disk that's just dd-copied ith an ISO source, was to be mounted, but gave a bit surprising:
$ sudo mount /dev/sdb1 /mnt/sdb1/
mount: /mnt/sdb1: WARNING: source write-protected, mounted read-only.
while checked it by
$ sudo hdparm -r /dev/sdb1
/dev/sdb1:
readonly = 0 (off)
The Usb disk is formatted in iso9660
Any idea how to correctly solve the problem, preferably in Artix openRC ?