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

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
12下一頁(yè)
最近訪問(wèn)板塊 發(fā)新帖
查看: 13270 | 回復(fù): 15
打印 上一主題 下一主題

[系統(tǒng)管理] linux 文件系統(tǒng)變?yōu)榱酥蛔x,這個(gè)問(wèn)題怎么解決(急!). [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2013-04-26 11:35 |只看該作者 |倒序?yàn)g覽
[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)              容量  已用 可用 已用% 掛載點(diǎn)
/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

論壇徽章:
21
白羊座
日期:2013-08-23 15:49:17金牛座
日期:2013-10-08 17:00:03處女座
日期:2013-10-12 11:54:11CU十二周年紀(jì)念徽章
日期:2013-10-24 15:41:34午馬
日期:2013-11-27 14:07:21巨蟹座
日期:2013-12-04 10:56:03水瓶座
日期:2013-12-04 15:58:00亥豬
日期:2014-05-24 16:02:3115-16賽季CBA聯(lián)賽之遼寧
日期:2016-11-07 13:52:53戌狗
日期:2013-08-23 16:15:31白羊座
日期:2013-08-24 21:59:24巨蟹座
日期:2013-08-25 16:34:24
2 [報(bào)告]
發(fā)表于 2013-04-26 12:12 |只看該作者
mount -o remount, rw /
重新掛載根分區(qū)試試,

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2013-04-26 12:25 |只看該作者
提示:
[root@localhost ~]# mount -o remount, rw /
mount: you must specify the filesystem type

論壇徽章:
71
15-16賽季CBA聯(lián)賽之同曦
日期:2018-08-23 15:41:42辰龍
日期:2014-08-15 09:07:43獅子座
日期:2014-06-03 13:55:33亥豬
日期:2014-06-02 11:17:08巨蟹座
日期:2014-05-06 10:02:03午馬
日期:2014-05-04 08:18:27亥豬
日期:2014-04-29 11:11:32技術(shù)圖書(shū)徽章
日期:2014-04-24 15:51:26技術(shù)圖書(shū)徽章
日期:2014-04-17 11:01:53辰龍
日期:2014-04-15 12:45:46亥豬
日期:2014-04-11 09:06:23射手座
日期:2014-04-01 15:28:10
4 [報(bào)告]
發(fā)表于 2013-04-26 12:38 |只看該作者
那就加上-t ext3試試

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2013-04-26 13:22 |只看該作者
提示:
[root@localhost ~]# mount -t ext3 -o remount, rw /
mount: block device rw is write-protected, mounting read-only

論壇徽章:
4
技術(shù)圖書(shū)徽章
日期:2013-09-23 10:22:37獅子座
日期:2013-10-15 23:31:54卯兔
日期:2013-11-11 17:33:15金牛座
日期:2013-11-15 17:25:28
6 [報(bào)告]
發(fā)表于 2013-04-26 13:30 |只看該作者
看樣子是文件系統(tǒng)壞了,看看/var/log/messages里面有什么報(bào)錯(cuò)信息嗎

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 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.

論壇徽章:
2
午馬
日期:2015-01-27 11:22:392015年辭舊歲徽章
日期:2015-03-03 16:54:15
8 [報(bào)告]
發(fā)表于 2013-04-26 14:05 |只看該作者
看你的root分區(qū),比如root是 /dev/sda6

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

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

try

論壇徽章:
2
午馬
日期:2015-01-27 11:22:392015年辭舊歲徽章
日期:2015-03-03 16:54:15
9 [報(bào)告]
發(fā)表于 2013-04-26 14:05 |只看該作者
如果這個(gè)有效,記得 完事了備份數(shù)據(jù)準(zhǔn)備換存儲(chǔ)

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 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

您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專(zhuān)區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP