LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1135|回复: 3

这个mount命令如何写?

[复制链接]
发表于 2004-3-11 22:38:58 | 显示全部楼层 |阅读模式
/dev/hda6是ext3格式的,用root运行
mount /dev/hda6 /mnt/e没有问题,就是普通帐号
即不能进入也不能写.加上-o umask=000选项,出错如下:
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
       or too many mounted file systems
该如何使得普通帐号也有写的权限?
发表于 2004-3-11 23:29:40 | 显示全部楼层
mount -rw -t ext3 -o umask=000 /dev/hda6 /mnt/e
发表于 2004-3-11 23:29:46 | 显示全部楼层
mount -rw -t ext3 -o umask=000 /dev/hda6 /mnt/e
 楼主| 发表于 2004-3-12 00:02:17 | 显示全部楼层
root@B2:/mnt# mount -rw -t ext3 -o umask=000 /dev/hda6 /mnt/e
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
       or too many mounted file systems
root@B2:/mnt#

there is the same problems.
thx anyway.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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