LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
12
返回列表 发新帖
楼主: jcnet

umount问题

[复制链接]
 楼主| 发表于 2002-12-16 17:13:47 | 显示全部楼层
我在/dev/hda5 umount /dev/hdb2
fstab中加载hdb2那行:
/dev/hdb2 /mnt/lfs ext2 defaults 0 0
发表于 2002-12-16 17:13:52 | 显示全部楼层
你mdk下的/etc/fstab是怎样的?
发表于 2002-12-16 17:16:44 | 显示全部楼层
哦?奇怪啊,这是mdk的一个bug?
 楼主| 发表于 2002-12-16 17:23:45 | 显示全部楼层
我也觉得奇怪啊,加--force后的提示更怪,竟然说我的 /dev/hdb2: not mounted
发表于 2002-12-16 17:28:33 | 显示全部楼层
你运行mount,不带参数,看看挂了哪些分区?
 楼主| 发表于 2002-12-16 17:32:05 | 显示全部楼层
[root@jcnet root]# mount
/dev/hda6 on / type ext3 (rw)
none on /proc type proc (rw)
none on /proc/bus/usb type usbdevfs (rw)
none on /dev type devfs (rw)
none on /dev/pts type devpts (rw,mode=0620)
none on /mnt/floppy type supermount (rw,sync,dev=/dev/fd0,fs=auto,--,iocharset=gb2312,codepage=936,umask=0)
/dev/hda1 on /mnt/nt type ntfs (ro,iocharset=gb2312,umask=0)
/dev/hda5 on /mnt/windows type vfat (rw,iocharset=gb2312,codepage=936,umask=0)
/dev/hdb6 on /mnt/hd type vfat (rw,iocharset=gb2312,codepage=936,umask=0)
/dev/hdb2 on /mnt/lfs type ext2 (rw)
/dev/hdb5 on /mnt/blfs type ext2 (rw)

hdb2肯定是加上了的,因为我还能使用它
发表于 2002-12-16 17:38:21 | 显示全部楼层
/dev/hdb2 on /mnt/lfs type ext2 (rw)
没理由不能umount啊,是不是和devfs有关呢?我在LFS里,没有devfs,不知道是怎么样的情况。
我的也和你差不多的,随便mount umount啊。
 楼主| 发表于 2002-12-16 19:01:09 | 显示全部楼层
我将fstab里devfs那行#掉,重起,再umount,结果和原来一样
发表于 2002-12-16 19:39:07 | 显示全部楼层
umount /dev/hdb2

应该是 umount /mnt/lfs 吧
 楼主| 发表于 2002-12-16 19:59:55 | 显示全部楼层
两个命令是一样的,因为写入fstab了
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表