Artix Linux Forum

Artix Linux => System => Topic started by: mardiyah on 28 May 2023, 12:45:41

Title: Usb flash disk mounted, gave WARNING: source write-protected
Post by: mardiyah on 28 May 2023, 12:45:41
Usb flash disk that's just dd-copied ith an ISO source, was to be mounted, but gave a bit surprising:

Code: [Select]
$ sudo mount    /dev/sdb1 /mnt/sdb1/
mount: /mnt/sdb1: WARNING: source write-protected, mounted read-only.

while checked it by

Code: [Select]
$ 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 ?
Title: Re: Usb flash disk mounted, gave WARNING: source write-protected
Post by: Hitman on 28 May 2023, 17:25:27
You can only create another partition in the free space, the iso9960 volume can't be mounted rw.