/mnt 无法使用

 


 今天忽然发现/mnt无法使用了。

[root@centosx8664 桌面]# mkdir /mnt/test
mkdir: 无法创建目录"/mnt/iso": 没有那个文件或目录

怎么就无法使用了呢,我上面还mount一些东西啊。我首先想到的是用fsck处理。
[root@centosx8664 桌面]# fsck.ext4 -r /mnt
e2fsck 1.41.12 (17-May-2010)
fsck.ext4: 是一个目录 当尝试打开 /mnt 时

The 超级块 could not be read or does not describe a correct ext2
文件系统.  If the 设备 is valid and it really contains an ext2
文件系统 (and not swap or ufs or something else), then the 超级块
is corrupt, and you might try running e2fsck with an alternate 超级块:
    e2fsck -b 8193 <设备>

信息提示/mnt已是read only,看来fsck无法解决了。自己再仔细想了想,前几天还可以用,就今天想用时竟然不能用。
查看了/etc/fstab ,/proc/mounts,无意间看到如下信息:
/etc/auto.cifs /mnt autofs rw,relatime,fd=19,pgrp=1570,timeout=300,minproto=5,maxproto=5,indirect 0 0

想起来了,自己前天用/mnt测试autofs的automount,而且/mnt已被autofs挂上了,当然/mnt下的内容无法使用,找到原因问题自然就解决了

在/etc/auto.master 中注释掉#/mnt    /etc/auto.cifs
再/etc/init.d/autofs stop && /etc/init.d/autofs stop

此时/mnt可用了

root@centosx8664 桌面]# mkdir /mnt/test
[root@centosx8664 桌面]# ls /mnt/
166  cifs  dvd1  iso  ntfs  test  usb

你可能感兴趣的:(职场,休闲,heliy)