当前位置: 技术问答>linux和unix
初级问题,普通用户如何mount
来源: 互联网 发布时间:2015-06-07
本文导语: mount是否必须要有root权限,我以root身份mount的ntfs分区为何普通用户无法访问,而fat32分区普通用户却可以访问? | 设置你mount point看看, 例如你的mount是mount /mnt/c /dev/hda1 你就chmod 666 /mnt/c ...
mount是否必须要有root权限,我以root身份mount的ntfs分区为何普通用户无法访问,而fat32分区普通用户却可以访问?
|
设置你mount point看看,
例如你的mount是mount /mnt/c /dev/hda1
你就chmod 666 /mnt/c
不过mount其他分区最好不要让普通用户访问
例如你的mount是mount /mnt/c /dev/hda1
你就chmod 666 /mnt/c
不过mount其他分区最好不要让普通用户访问
|
chmod a+r /mnt/