- 論壇徽章:
- 0
|
暈,為什么我的硬盤分區(qū)自動(dòng)變成只讀模式了?
還有這些。。
[root@xxx root]# touch aa
touch: 正在創(chuàng)建目錄 ‘a(chǎn)a’: 只讀文件系統(tǒng)
[root@xxx root]#
[root@xxx root]# df -h
文件系統(tǒng) 容量 已用 可用 已用% 掛載點(diǎn)
/dev/hdb2 36G 13G 21G 39% /
/dev/hdb1 99M 15M 80M 16% /boot
none 377M 0 377M 0% /dev/shm
[root@xxx root]#
[root@xxx root]# mount
/dev/hdb2 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hdb1 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
[root@xxx root]# |
|