public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* cannot mount device with write access with kernel versions >= 4.20.0
@ 2023-07-20 18:55 Reinhold Mannsberger
  2023-07-20 19:07 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Reinhold Mannsberger @ 2023-07-20 18:55 UTC (permalink / raw)
  To: stable

Dear kernel developers!

Something unintended must have happened in kernel version 4.20.0.

On my PC I have an Iomega REV 35 drive. Up to kernel version 4.19.125
that device can be mounted with write access for the root user.
(Unfortunately I could not find a way to have write access as a normal
user.) 

The command I use for mounting:
-----
sudo mount -t udf -o
rw,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8 /dev/sr1
/media/rm_l1604/REV35
-----

The very same command gives the following message with kernel versions
>= 4.20.0.
-----
mount: /dev/sr1 is write-protected, mounting read-only
-----

As a result there is no chance go get write access to the device. At
least I could not find a way to get write access.

Is there any workaround for this problem? Please let me know!


Thank you and best regards,

Reinhold Mannsberger

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-20 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 18:55 cannot mount device with write access with kernel versions >= 4.20.0 Reinhold Mannsberger
2023-07-20 19:07 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox