QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 534|回复: 6

HELP!!!! on mount and fstab

[复制链接]
发表于 2004-6-11 19:45:44 | 显示全部楼层 |阅读模式
mounting a Fat32 partition on /mnt/win_e
fstab is like this:
/dev/hda7                /boot                ext3                noauto,noatime                1 2
/dev/hda9                /                ext3                noatime                        0 1
/dev/hda8                none                swap                sw                        0 0
none                        /mnt/cdrom        supermount        dev=/dev/cdroms/cdrom0,--,users,ro        0 0
/dev/hda1                /mnt/win_c        ntfs                users                        0 0
/dev/hda6                /mnt/win_e        vfat                users                        0 0
/dev/hda5                /mnt/win_d        vfat                users                        0 0

using GENTOO LINUX 2004.1

No user can visit the /mnt/win_e except the root. How to make it visible to all users?
thanks!!!
发表于 2004-6-11 20:15:30 | 显示全部楼层
Pahaps you may change the "users" to "default".

其实我也是菜鸟。
回复

使用道具 举报

发表于 2004-6-11 21:15:12 | 显示全部楼层
是用户权限的问题吧

楼主装的什么linux?

使用的是什么帐号?

提高一下默认帐号的权限试试
回复

使用道具 举报

发表于 2004-6-12 06:28:06 | 显示全部楼层
umask=0
这个参数没有加,另外,你的 /mnt/win_e 目录的权限呢?也要设置为普通用户可读的。

chmod 755 /mnt/win_e
如果要普通用户只读和可执行。

chmod 777 /mnt/win_e
如果要可读些。
回复

使用道具 举报

 楼主| 发表于 2004-6-13 10:14:23 | 显示全部楼层
目录的权限是744
普通用户只是cd时候就已经permision denial了
和2.6.5的内核有没有关系?
回复

使用道具 举报

发表于 2004-6-13 10:28:04 | 显示全部楼层
改755 没有执行权是进不了目录的。
回复

使用道具 举报

 楼主| 发表于 2004-6-13 13:37:42 | 显示全部楼层
solved:
adding umask=022 to fstab

only "chmod" do not effect on the mount point
thanks
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-16 21:28 , Processed in 0.040956 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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