LinuxSir.cn,穿越时空的Linuxsir!

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

ext3如何mount(普通用户可以访问)?

[复制链接]
发表于 2004-10-3 23:15:18 | 显示全部楼层 |阅读模式
我的/etc/fstab文件中有这么一行:
/dev/hdb3    /mnt/fc2_root   ext3      umask=022       0       0

然后
#mount /mnt/fc2_root
提示的错误信息为:
mount: wrong fs type, bad option, bad superblock on /dev/hdb3,
       or too many mounted file systems

如果把umask=022,去掉,改成defaults就可以,但是这样普通用户无法访问阿,请问怎么解决?
发表于 2004-10-4 11:31:50 | 显示全部楼层
加 rw 行不?
发表于 2004-10-4 14:09:52 | 显示全部楼层

man mount,you can find the option for the pro of mount

-o rw
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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