亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: linux 文件系統(tǒng)變?yōu)榱酥蛔x,這個問題怎么解決(急!). [打印本頁]

作者: city224    時間: 2013-04-26 11:35
標(biāo)題: linux 文件系統(tǒng)變?yōu)榱酥蛔x,這個問題怎么解決(急!).
[root@localhost ~]# mount
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sdb1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)

mount: warning /etc/mtab is not writable (e.g. read-only filesystem).
       It's possible that information reported by mount( is not
       up to date. For actual information about system mount points
       check the /proc/mounts file.


[root@localhost ~]# more /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 ro,data=ordered 0 0
/dev /dev tmpfs rw 0 0
/proc /proc proc rw 0 0
/sys /sys sysfs rw 0 0
none /selinux selinuxfs rw 0 0
/proc/bus/usb /proc/bus/usb usbfs rw 0 0
devpts /dev/pts devpts rw 0 0
/dev/sdb1 /boot ext3 rw,data=ordered 0 0
tmpfs /dev/shm tmpfs rw 0 0
none /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0
/etc/auto.misc /misc autofs rw,fd=7,pgrp=4580,timeout=300,minproto=5,maxproto=5,indirect 0 0
-hosts /net autofs rw,fd=13,pgrp=4580,timeout=300,minproto=5,maxproto=5,indirect 0 0
nfsd /proc/fs/nfsd nfsd rw 0 0


[root@localhost ~]# df -h
文件系統(tǒng)              容量  已用 可用 已用% 掛載點
/dev/mapper/VolGroup00-LogVol00
                      262G   16G  232G   7% /
/dev/sdb1              99M   13M   82M  14% /boot
tmpfs                 3.9G     0  3.9G   0% /dev/shm


[root@localhost ~]# more /etc/fstab
/dev/VolGroup00/LogVol00 /                       ext3    defaults        1 1
LABEL=/boot             /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
作者: zongg    時間: 2013-04-26 12:12
mount -o remount, rw /
重新掛載根分區(qū)試試,
作者: city224    時間: 2013-04-26 12:25
提示:
[root@localhost ~]# mount -o remount, rw /
mount: you must specify the filesystem type
作者: zhaopingzi    時間: 2013-04-26 12:38
那就加上-t ext3試試
作者: city224    時間: 2013-04-26 13:22
提示:
[root@localhost ~]# mount -t ext3 -o remount, rw /
mount: block device rw is write-protected, mounting read-only
作者: nbrr    時間: 2013-04-26 13:30
看樣子是文件系統(tǒng)壞了,看看/var/log/messages里面有什么報錯信息嗎
作者: city224    時間: 2013-04-26 13:35
/var/log/messages里面的信息:

Apr 25 09:28:46 localhost last message repeated 21 times
Apr 25 09:30:07 localhost last message repeated 21 times
Apr 25 09:31:12 localhost last message repeated 14 times
Apr 25 09:32:35 localhost last message repeated 15 times
Apr 25 09:33:48 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:34:59 localhost last message repeated 18 times
Apr 25 09:36:18 localhost last message repeated 10 times
Apr 25 09:37:24 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:38:25 localhost last message repeated 31 times
Apr 25 09:39:26 localhost last message repeated 20 times
Apr 25 09:41:45 localhost last message repeated 8 times
Apr 25 09:42:50 localhost last message repeated 30 times
Apr 25 09:43:53 localhost last message repeated 13 times
Apr 25 09:44:56 localhost last message repeated 26 times
Apr 25 09:45:57 localhost last message repeated 28 times
Apr 25 09:47:05 localhost last message repeated 21 times
Apr 25 09:48:14 localhost last message repeated 13 times
Apr 25 09:48:15 localhost last message repeated 5 times
Apr 25 09:48:15 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:16 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:18 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:18 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:22 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:27 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:30 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:37 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:38 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:38 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:38 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:39 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:39 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:41 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:41 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:42 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:45 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:46 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:50 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:48:53 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:48:54 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:49:08 localhost last message repeated 12 times
Apr 25 09:49:09 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:49:17 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:49:18 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:49:33 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:49:37 localhost last message repeated 5 times
Apr 25 09:49:41 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:49:43 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:49:56 localhost last message repeated 6 times
Apr 25 09:50:22 localhost avahi-daemon[5107]: Received response from host 192.16.22.23with invalid source port 58362 on

interface 'eth0.0'
Apr 25 09:50:23 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:51:01 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 09:53:24 localhost last message repeated 9 times
Apr 25 09:55:00 localhost last message repeated 8 times
Apr 25 10:03:43 localhost last message repeated 10 times
Apr 25 10:05:23 localhost last message repeated 8 times
Apr 25 10:06:52 localhost last message repeated 7 times
Apr 25 10:07:01 localhost last message repeated 6 times
Apr 25 10:07:47 localhost : error getting update info: Cannot retrieve repository metadata (repomd.xml) for repository:

addons. Please verify its path and try again
Apr 25 10:08:16 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 10:09:06 localhost last message repeated 13 times
Apr 25 10:11:19 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 10:13:55 localhost last message repeated 14 times
Apr 25 10:16:11 localhost last message repeated 10 times
Apr 25 10:17:44 localhost last message repeated 8 times
Apr 25 10:19:11 localhost last message repeated 10 times
Apr 25 10:20:19 localhost last message repeated 8 times
Apr 25 10:21:59 localhost last message repeated 8 times
Apr 25 10:24:02 localhost last message repeated 8 times
Apr 25 10:25:52 localhost last message repeated 8 times
Apr 25 10:27:21 localhost last message repeated 8 times
Apr 25 10:28:22 localhost last message repeated 8 times
Apr 25 10:30:42 localhost rz[2749]: [web] ccdb.war.tar.gz/ZMODEM: 52550450 Bytes, 7910059 BPS
Apr 25 10:31:49 localhost avahi-daemon[5107]: Invalid query packet.
Apr 25 10:39:23 localhost avahi-daemon[5107]: Invalid query packet.
作者: to407    時間: 2013-04-26 14:05
看你的root分區(qū),比如root是 /dev/sda6

那就看下hdparm /dev/sda6 看readonly tag是0/1

手動設(shè)定 hdparm -r 0 /dev/sda6

try
作者: to407    時間: 2013-04-26 14:05
如果這個有效,記得 完事了備份數(shù)據(jù)準(zhǔn)備換存儲
作者: city224    時間: 2013-04-26 15:20
本身就是0
[root@localhost /]# hdparm /dev/mapper/VolGroup00-LogVol00

/dev/mapper/VolGroup00-LogVol00:
readonly     =  0 (off)
readahead    = 256 (on)
geometry     = 0/0/0, sectors = 565313536, start = 0


作者: to407    時間: 2013-04-26 15:45
要的是再下層的硬件。/dev/sd* 之類。  如果還正常的話就不是硬件問題
作者: 大致若魚    時間: 2013-04-27 12:27
lsattr /etc/mtab
看看有沒有t屬性,如果有,通過chattr更改屬性再試試。
作者: weixiaoke    時間: 2013-04-29 11:40
應(yīng)該是硬盤有壞道,系統(tǒng)自動保護(hù),我遇過幾次,要快點處理.
作者: ooooldman    時間: 2013-04-30 22:07
這個是文件系統(tǒng)或者盤壞了,盡快備份資料,
作者: y君臨城下    時間: 2015-10-09 15:07
回復(fù) 1# city224


    我和你遇到的問題一樣,
mount: warning: /etc/mtab is not writable (e.g. read-only filesystem).
       It's possible that information reported by mount( is not
       up to date. For actual information about system mount points
       check the /proc/mounts file.

/dev/root / ext3 ro,data=ordered 0 0

上次出現(xiàn)過去一次,機(jī)器重啟起不來,到一個修復(fù)界面,在修復(fù)界面來來回回調(diào)了很多東西,后來好了,今天又出現(xiàn),你是怎么解決的呢?
作者: leiminhaha    時間: 2015-10-13 11:21
回復(fù) 15# y君臨城下


    試一下 fsck -y 然后再重啟下機(jī)器。




歡迎光臨 Chinaunix (http://www.72891.cn/) Powered by Discuz! X3.2