From 6cfd44a556a40c34c6e6ecc6f24b7e4a0c1423b5 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 15 Jul 2021 16:56:15 -0400 Subject: [PATCH] read only file system error --- ubuntu/users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntu/users.md b/ubuntu/users.md index a9ac694..28b91f9 100644 --- a/ubuntu/users.md +++ b/ubuntu/users.md @@ -18,3 +18,6 @@ usermod -a -G sudo fc_api chown user_name directory/ chgrp user_name directory/ + +attempted to change password with "Read only file system" as an error, as well a pull a git repository with the same error. +used fsck /dev/sda5 to fix a whole list of issues, problem resolved