webwolf123 发表于 2003-8-27 10:03:43

怎么让普通用户可以访问mount后的NTFS格式的盘呢?

我打了一个RPM包,现在ROOT可以MOUNT 和浏览NTFS,但普通用户没有权限.该怎么处理???谢谢!!!

dreamboat 发表于 2003-8-27 10:40:13

在/etc/fstab 里面关于NTFS的选项中加入users

webwolf123 发表于 2003-8-27 16:10:22

/etc/fatab 相关行修改如下:

/dev/hda1 /mnt/winc ntfs user,iocharset=cp936 0 0

普通用户依然无法访问,请高手看看,是不是格式或语法有什么问题??
thanks!!!!!!!
(另外:记得有个命令可以直接运行fstab而不必reboot.谁告诉我一下 :lol: )

dreamboat 发表于 2003-8-28 12:10:31

应该是这样吧/dev/hda1 /mnt/winc ntfs users,iocharset=cp936 0 0 ,user与users的区别:

user   Allow an ordinary user to mountthefilesystem.   The
                     nameofthe mounting user is written to mtab so that he
                     can unmount the file system again.Thisoptionimplies
                     theoptions noexec, nosuid, and nodev (unless overridden
                     bysubsequent   options,   as   in   the   option   line
                     user,exec,dev,suid).

usersAlloweveryuserto mount and unmount the file system.
                     This option implies the options noexec, nosuid, and nodev
                     (unlessoverriddenbysubsequentoptions,asin the
                     option line users,exec,dev,suid).

webwolf123 发表于 2003-8-29 11:48:13

如果用users,我根本无法挂载了~~~~

webwolf123 发表于 2003-9-1 09:21:13

自己再顶一下

windsoul 发表于 2003-9-1 16:24:16

是用user

dreamboat 发表于 2003-9-3 16:47:43

我可一直用的users
页: [1]
查看完整版本: 怎么让普通用户可以访问mount后的NTFS格式的盘呢?