-
Notifications
You must be signed in to change notification settings - Fork 109
"Read-only file system" error #189
Comments
http://askubuntu.com/questions/197459/how-to-fix-sudo-unable-to-open-read-only-file-system The filesystem will usually go into read-only while the system is running if there is a filesystem consistency issue. This is specified in fstab as errors=remount-ro and will occur when a FS access fails or an emergency read-only remount is requested via Alt+SysRq+U. You can run: sudo fsck -Af -M |
Are files actually still readable in this state? I'm surprised that NFS could get into a state where reads work but writes fail, unless your Mac's disk truly was failing. Does the problem persist across a |
Thanks guys. I think I figured it out. I was having problems with Rails picking up file changes so I added However now I'm still going to be back to the caching problem, and I'm not sure what to do there. I also don't know why setting lookupcache would have caused a problem in the first place. Edit: also restarting dingy and even my mac wasn't fixing the problem. |
Yeah, that might be difficult to answer without digging into |
I meet this issue also.
|
Any news here? It's 2018 ;) |
I'm not sure what news you are looking for, if you are experiencing this and you have more information that could help pin down this issue then we may be able to get some movement on it. #274 may also be relevant. |
I'm sorry if this has already been answered somewhere. I looked at the FAQ and didn't see anything that could help me.
Everything was working fine for the past couple weeks or so, but suddenly when I went start everything up I'm running into some mount permissions issues.
This is the error I get when trying to modify a anything inside the container in my mount directory:
Here are the current permissions of my volume inside the container:
Here's the info from running
mount
:The odd part is that it has been working fine, and suddenly today it decided to stop working. I'm not sure what happened. The only big thing I did since the last time I was working is install Mac updates and restart my computer.
Thanks!
The text was updated successfully, but these errors were encountered: