“Read-only File System” Error and Solutions

留学全程全包型中介服务
留学咨询专家黑山羊养殖技术员王觉菊
周六, 05/14/2022 - 03:40

昨天要给我的一些ape music转换格式为flac,但是musicbee告知我文件是写保护的。我是通过windows的samba协议和我的nas链接获取文件的,首先是试了一下在windows explorer里面创建一个文本文件,发现整个mout的网络磁盘都不能写入。这就有点尴尬了。

然后就回到NAS的终端,用root来改权限试试,

试着用 chmod 777 -R ./ 来更改权限,但是想不到提示了有一个error,就是 Read-only File System。

所以这是没办法了吗?

这不就得找个解决办法嘛。

但是想不到最简答的第一个办法就解决了,那就是重启了一下我的NAS。

然后再执行 chmod 777 -R ./,就顺利通过了。

看起来真的是计算机世界的基本操作,遇事不决先重启!

参考自:

 

The “Read-only file system …” is an error that is related to the file system. This error may occur in different situations for different reasons. This error simply expresses that the target file system is mounted as read-only mode and it can not be written or changed.

Read-only File System Error Cases

There may be different “read-only file system” error cases. Generally, they are not directly causing this error. The main reason is the file system is mounted as read-only for different reasons. Below we list some cases of this error.

While trying to restart apache2 web server you may get this error like below.

$ sudo service apache2 start 
[sudo] password for username: 
sudo: unable to open /var/lib/sudo/user: Read-only file system  
* Starting web server apache2                                      

List Mounted File Systems

First, we will list already mounted file systems. The mount command can be used to listed mounted file systems. The output may a bit long but just find the lines related to the root path and home path.

mount

Re-Mount File System

The first step to solving a read-only file system error is remounted file system. Because the file system may be mounted as read-only for different reasons which occur once in a time. So remounting file system will mount it in a normal state. Specified file systems located in the /etc/fstab configuration file can be remounted with the following command. This operation requires root privileges as expected.

sudo mount -o remount /

Reboot System

Another way to solve read-only file system error is rebooting the system. Rebooting the system make a fresh start where prevous error are cleared which may be related libraries, configuration, temporary changes etc.

sudo reboot

Check File System For Errors

Rebooting the system generally checks the file system for errors and if it is errors they are fixed. But in some cases, this may not work. We can explicitly check errors and fix them automatically by using the fsck command.

sudo fsck.ext4 -f /dev/sda2

Re-Mount File System In Read-Write

The file system is configured to be mounted as read-only by default. But these file systems can be also mounted as read and write. The rw option can be used to mount read and write.

sudo mount -oremount,rw /
geofield

Most Recent

留学咨询留学中介留学文书留学全程服务美国留学英国留学澳大利亚留学加拿大留学

全程留学服务

留学咨询
留学中介
留学文书
美国留学
英国留学
澳大利亚留学
加拿大留学
牛鞭草是很适于放牧的

黑山羊养殖

可爱的黑山羊啊,还是可口的食物呢,听说还滋阴壮阳呢!