|
|
发表于 2005-4-1 06:19:49
|
显示全部楼层
Post by easthero
加载fat分区这行应加上umask设置, 不然只有root才有权限读
比如:
/dev/hda1 /mnt/winc vfat umask=0,iocharset=gb2312,rw,user,nosuid,nodev 0 0
Replace user with users will be a little bit better.
user - allow normal user to mount but cannot umount
users - allow normal user to mount and umount
/dev/hda1 /mnt/winc vfat umask=0,iocharset=gb2312,rw,users,nosuid,nodev 0 0 |
|