标签:linux 根目录
生产环境:
操作系统:CentOS
[root@sky9896 html]# vi test_conn_use_db.php
"test_conn_use_db.php" E514: write error (file system full?) #文件系统空间满了吗?
[root@sky9896 html]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 49G 49G 0 100% / #根目录满了
tmpfs 939M 1.2M 938M 1% /dev/shm
/dev/sda1 93M 54M 35M 61% /boot
/dev/sda5 179G 2.4G 168G 2% /home
[root@sky9896 www]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 49G 48G 0 100% / #有1G可用空间
tmpfs 939M 1.2M 938M 1% /dev/shm
/dev/sda1 93M 54M 35M 61% /boot
/dev/sda5 179G 2.4G 168G 2% /home
[root@sky9896 html]# vi test_conn_use_db.php
"test_conn_use_db.php" 25L, 467C written #可以写入磁盘了
小结:创建文件后无法保存,原因就是Linux根目录分区空间满了。
本文出自 “sky9890” 博客,请务必保留此出处http://sky9896.blog.51cto.com/2330653/1962815
标签:linux 根目录
原文地址:http://sky9896.blog.51cto.com/2330653/1962815