LinuxSir.cn,穿越时空的Linuxsir!

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

How to mount a reiserfs that normal users can read/write?

[复制链接]
发表于 2004-8-22 10:31:15 | 显示全部楼层 |阅读模式
rt

How to edit /etc/fstab

help me!
发表于 2004-8-22 10:58:59 | 显示全部楼层
chmod 777 /mnt/reiserfsdir
 楼主| 发表于 2004-8-22 11:03:49 | 显示全部楼层

3x

Add it to /etc/bashrc?
It's not a pretty solution.

I just want all of this work automatically!
For example, just edit /etc/fstab

Do not want to lauch a shell every  time when I startup my machine.
发表于 2004-8-22 13:22:39 | 显示全部楼层
just edit  the lines concerned in /etc/fstab
reboot again and your box will do it automatically
 楼主| 发表于 2004-8-22 13:48:58 | 显示全部楼层

args

args?

My fstab like this:
/dev/hda5               /home/win_d             reiserfs        rw,auto,users,suid      0 0

It seems does no work!
发表于 2004-8-22 13:56:41 | 显示全部楼层
first make sure /home/win_d is readable/writable to all users,
you may type 'chmod 777 /home/win_d' if the it is not;
second edit /etc/fstab,
add 'umask=0' option like this
/dev/hda5 /home/win_d reiserfs umask=0,rw,auto,users,suid 0 0
 楼主| 发表于 2004-8-22 14:21:58 | 显示全部楼层

3x I'll try this

rt
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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