Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3763

Troubleshooting • Re: Read only file system error

$
0
0
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:

Code:

mount|grep dev-disk-by-uuid-bde9d7f8-d797-4ade-9937-448191574953
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.

Statistics: Posted by thagrol — Tue Sep 03, 2024 12:20 am



Viewing all articles
Browse latest Browse all 3763

Trending Articles