LinuxSir.cn,穿越时空的Linuxsir!

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

用什么命令把挂好的 NTFS分区权限全部改成让普通用户也可以访问??

[复制链接]
发表于 2005-1-12 21:14:14 | 显示全部楼层 |阅读模式
我把NTFS挂好了 .
可是普通权限帐号还是访问不了.
改了NTFS分区权限.
普通用户还是只能看到第一层文件夹,c 用什么命令把挂好的 NTFS分区权限全部改成让普通用户也可以访问NTFS下的所有内容?
发表于 2005-1-12 21:27:31 | 显示全部楼层
Add "users" as your mount option in /etc/fstab.  However, you can only mount it read only.

To gain full read/write ntfs access, please use captive.  http://www.jankratochvil.net/project/captive/
发表于 2005-1-13 15:30:41 | 显示全部楼层
普通用户没有权限挂载或卸载硬设备的
发表于 2005-1-13 18:53:58 | 显示全部楼层
Post by konds
普通用户没有权限挂载或卸载硬设备的


Negative, normal can still mount devices by using the "user" or "users" options.  To allow normal user to unmount devices, then you need the "users" option.  These are clearly described in the man page, i.e.

man mount

In /etc/fstab, you need:

/dev/xxx /mnt/yyy -t ntfs ........,users,..... 0 0

Again, this is the method to mount ntfs partition through the kernel support, which is limited and not recommended.  Try captive to gain full read/write NTFS access.  The captive homepage and documentation already provide all the information on how to install captive, copy files from the original windoze and make your system work.
发表于 2005-1-14 16:28:01 | 显示全部楼层
哦~~ 原来哈。哈哈哈哈哈。一会试一下先
回复 支持 反对

使用道具 举报

发表于 2005-1-14 16:38:22 | 显示全部楼层
disk附加组给该用户
回复 支持 反对

使用道具 举报

发表于 2005-1-14 17:40:58 | 显示全部楼层
mount 的时候 -o gid=xxx   把普通用的加入这个组
回复 支持 反对

使用道具 举报

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

本版积分规则

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