|
|

楼主 |
发表于 2008-6-24 22:56:32
|
显示全部楼层
今天试了试各位老大的办法:这个文件我移动到了/var/log3文件夹了
# cd /var/log3
# ls
bittorrent
# mv bittorrent /tmp/
mv: 无法 stat “bittorrent”: 权限不够
# lsof bittorrent
lsof: status error on bittorrent: Permission denied
# fsck
fsck 1.40.8 (13-Mar-2008)
reiserfsck 3.6.19 (2003 www.namesys.com)
*************************************************************
** If you are using the latest reiserfsprogs and it fails **
** please email bug reports to reiserfs-list@namesys.com, **
** providing as much information as possible -- your **
** hardware, kernel, patches, settings, all reiserfsck **
** messages (including version), the reiserfsck logfile, **
** check the syslog file for any related information. **
** If you would like advice on using this program, support **
** is available for $25 at www.namesys.com/support.html. **
*************************************************************
Will read-only check consistency of the filesystem on /dev/mapper/server-root
Will put log info to 'stdout'
Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes
###########
reiserfsck --check started at Tue Jun 24 22:49:13 2008
###########
Partition /dev/mapper/server-root is mounted with write permissions, cannot check it
#
如何才能执行fsck? |
|