eternal 发表于 2002-10-25 19:00:08

如何让普通用户在MOUNT的WINDOWS分区中有写的权利?

如何让普通用户在MOUNT的WINDOWS分区中有写的权利?
听说要改FSTAB,但看MAN后还搞不掂,请高手指点迷津
THX!!

llc 发表于 2002-10-25 19:07:02

mount时加-o umask=000参数,或fstab如下设置
/dev/hda9        /mnt/Win-G:        vfat       exec,dev,nosuid,rw,umask=000,iocharset=cp936 0 0

否则,mount上的分区普通用户只有只读权限

gugong 发表于 2002-10-25 19:11:34

也可以这样,例如:

2002年10月25日下午19时11分22秒# cat /etc/sudoers
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers file.
#

# Host alias specification

# User alias specification

# Cmnd alias specification

# Defaults specification

# User privilege specification
root    ALL=(ALL) ALL

# Uncomment to allow people in group wheel to run all commands
# %wheel      ALL=(ALL)       ALL

# Same thing without a password
# %wheel      ALL=(ALL)       NOPASSWD: ALL

# Samples
# %usersALL=/sbin/mount /cdrom,/sbin/umount /cdrom
# %userslocalhost=/sbin/shutdown -h now

eternal 发表于 2002-10-28 14:09:17

用部长的方法后,普通用户可以读写 了 ,但ROOT却不能在WINDOW分区新建目录,为什么呢?

llc 发表于 2002-10-28 17:49:23

怪了!我自己的可以建目录,中文的也行...

吴文官 发表于 2002-10-28 17:56:19

用部长的方法后,普通用户可以读写 了 ,但ROOT却不能在WINDOW分区新建目录,为什么呢?
是不是提示无效的参数什么的? 我的也是。

llc 发表于 2002-10-28 18:01:41

要不这样试试,在终端里用普通用户身份进入那个区,然后mkdir temp,看看有什么错误

吴文官 发表于 2002-10-28 18:07:39

这样是可以的

architectcom 发表于 2004-9-24 07:21:42

/dev/hda1       /mnt/c                  vfat      umask=0,auto,   0 0

我是这样的,可以解决。
页: [1]
查看完整版本: 如何让普通用户在MOUNT的WINDOWS分区中有写的权利?