服务项目:网站建设、仿站、程序开发、APP开发设计、移动网站开发设计、企业网站设计、电子商务网站开发、网站维护、网站推广、UX/UI 、HTML5、CSS3、JS / Jquery ...
四川浚浚科技有限公司
四川浚浚科技有限公司 (开发设计官网)TEL : 15308000360 / QQ : 38585404

您的位置:首页 > 技术经验 > 服务器 > 正文

linux服务器Read-only file system的修复过程
技术支持服务电话:15308000360 【7x24提供运维服务,解决各类系统/软硬件疑难技术问题】

这次硬盘损坏情况应该很轻微,出现问题的时候,还能够ssh上去执行很多操作。所以在客户备份好全部数据之后,我们就尝试 fsck -y 来修复。备份参考:只读文件系统Read-only file system错误的备份方法

 
[root@linuxm]# mkdir aa
mkdir: cannot create directory `aa': Read-only file system
 
[root@linuxm]# cat /etc/fstab
LABEL=/                 /                       ext3    defaults        1 1
LABEL=/home  /home  ext3  grpquota,usrquota,rw  0  2
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
LABEL=SWAP-sda3         swap                    swap    defaults        0 0
 
# Modified by BurstNET Technologies, Inc. for additional security
tmpfs            /dev/shm     tmpfs        defaults,nosuid,noexec   0 0
 
[root@linuxm]# fsck -y
fsck 1.39 (29-May-2006)
e2fsck 1.39 (29-May-2006)
/: recovering journal
/ contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Inode 24641550, i_size is 112000, should be 118784.  Fix? yes
 
Inode 24641550, i_blocks is 232, should be 240.  Fix? yes
 
Inode 24642311, i_size is 266014, should be 270336.  Fix? yes
 
Inode 24642311, i_blocks is 528, should be 536.  Fix? yes
 
 
Pass 2: Checking directory structure
Entry '14646.228' in /var/run/mod_fcgid (24739847) has deleted/unused inode 24740333.  Clear? yes
 
Entry '30851.13' in /var/run/mod_fcgid (24739847) has deleted/unused inode 24740337.  Clear? yes
 
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Inode 24740220 ref count is 1, should be 2.  Fix? yes
 
Unattached inode 24740228
Connect to /lost+found? yes
 
Inode 24740228 ref count is 2, should be 1.  Fix? yes
 
Unattached inode 24740239
Connect to /lost+found? yes
 
 
Pass 5: Checking group summary information
Block bitmap differences:  +24661016 -24682104 -24682106 +24830549 +(24833206--24833207) +24864088 +24874807 +24874945 +(24876303--24876306) +(24878597--24878598) +24878816 +(24879735--24879737) +24880240 +24880758 +24882234 +24882821 +24883526 +24884209 +24884945 +24887058 +(24887211--24887214) +(24889298--24889299) +24889376 +24889416 +(24889659--24889661) +(24949344--24949345) +24949789
Fix? yes
 
Free blocks count wrong for group #752 (2862, counted=2849).
Fix? yes
 
Free blocks count wrong for group #757 (219, counted=216).
Fix? yes
 
 
 
/: ***** FILE SYSTEM WAS MODIFIED *****
/: ***** REBOOT LINUX *****
/: 140610/32407552 files (3.2% non-contiguous), 2165381/32376991 blocks
[root@linuxm]# 
[root@linuxm]# mkdir aa
mkdir: cannot create directory `aa': Read-only file system
 
[root@linuxm]# reboot
 
 
 
重启后就能正常了



上一篇:vsftp不能上传下载问题解决
下一篇:简单实现并发:python concurrent模块

相关热词搜索:linux 服务器 只读