现在少了两个
文件系统,我mount也挂接不上去。
/oracle
/sapbackup
mount all出现以下信息,今天周6能支持的
工程师都联系不上,请问我怎么处理?这个文件系统是一个
存储上建出来的。
bash-3.2# mount all
mount: 0506-324 Cannot mount /dev/hd1 on /home: The requested resource is busy.
mount: 0506-324 Cannot mount /proc on /proc: The requested resource is busy.
mount: 0506-324 Cannot mount /dev/hd10opt on /opt: The requested resource is busy.
mount: 0506-324 Cannot mount /dev/lv00 on /var/adm/csd: The requested resource is busy.
Replaying log for /dev/fslv18.
mount: 0506-324 Cannot mount /dev/fslv18 on /oracle: The media is not formatted or the format is not correct.
0506-342 The superblock on /dev/fslv18 is dirty. Run a full fsck to fix.
Replaying log for /dev/fslv19.
mount: 0506-324 Cannot mount /dev/fslv19 on /sapbackup: The media is not formatted or the format is not correct.
0506-342 The superblock on /dev/fslv19 is dirty. Run a full fsck to fix.
bash-3.2# mount /oracle
Replaying log for /dev/fslv18.
mount: 0506-324 Cannot mount /dev/fslv18 on /oracle: The media is not formatted or the format is not correct.
0506-342 The superblock on /dev/fslv18 is dirty. Run a full fsck to fix.
--------------------------------------------------------------------------------
超级块坏了,修复一下就行--谢谢各位的帮助解决了这个问题
#chfs//dev/fslv19
The current volume is: /dev/fslv19
Primary superblock is valid.
J2_LOGREDO:log redo processing for /dev/fslv19
Primary superblock is valid.
*** Phase 1 - Initial inode scan
*** Phase 2 - Process remaining directories
*** Phase 3 - Process remaining files
*** Phase 4 - Check and repair inode allocation map
*** Phase 5 - Check and repair block allocation map
File system is clean.
Superblock is marked dirty; FIX? y
All observed inconsistencies have been repaired.
bash-3.2# mount /sapbackup
bash-3.2# df -g
Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 30.00 26.56 12% 64807 2% /
/dev/hd2 25.00 20.17 20% 54721 2% /usr
/dev/hd9var 5.00 4.90 2% 1032 1% /var
/dev/hd3 5.00 3.73 26% 3214 1% /tmp
/dev/hd1 5.00 5.00 1% 79 1% /home
/proc - - - - - /proc
/dev/hd10opt 5.00 4.46 11% 3872 1% /opt
/dev/lv00 0.50 0.48 4% 18 1% /var/adm/csd
/dev/fslv18 700.00 128.52 82% 34728 1% /oracle
/dev/fslv19 1500.00 616.25 59% 173 1% /sapbackup
bash-3.2
阅读(6694) | 评论(0) | 转发(0) |