Partitions can be mounted read only. Depending on file system and which driver is in use some can only be mounted read only.
A read only mount trumps any permission set in the filesystem or mount options.
The following should return the current mount options in use:If you see ro in the options list it has been mounted read only.
Check your log files, journalctl, and the output from dmesg for related errors.
A read only mount trumps any permission set in the filesystem or mount options.
The following should return the current mount options in use:
Code:
mount|grep dev-disk-by-uuid-bde9d7f8-d797-4ade-9937-448191574953
Check your log files, journalctl, and the output from dmesg for related errors.
Statistics: Posted by thagrol — Tue Sep 03, 2024 12:20 am