|
这发行版之间的配置差异咋就这么大呢?唉……每次尝试一个发行版就要为磁盘挂载的问题头疼……每次都以为下一次肯定没问题了,可是今天我还是搞不定Debian下的挂载……
具体情况:我希望能在nautius里面点击NTFS磁盘的图标实现自动挂载,但不希望将相关项目写在fstab里面。根据以往的半吊子经验,我已经做过下面这些工作:
1.安装了fuse,gnome-mount,gnome-volume-manager,ntfs-3g。
2.Gconf里面的/system/storage/default_options/ntfs-3g/mount_options已经去掉了“locale=”选项。
3.用户已经加入plugdev,fuse组
4./etc/dbus-1/system.d/hal.conf里已经将所有用户的org.freedesktop.Hal.Device.Volume和org.freedesktop.Hal.Device.Volume.Crypto权限都设置为了allow
5.已经把ntfs-3g和ntfs-3g.probe文件属性设置为了4755
6.还有啥?哦,/etc/fuse.conf里已经打开了user_allow_other
然而当我挂载的时候依然显示“You are not privileged to mount the volume 'DATA'.”。天啊,这到底是为什么呢?难道我还漏掉了哪些步骤?或者说,Debian里有啥特殊的设定?请大家帮忙指点一下!
注1:
运行gnome-mount -t -d /dev/sda3的错误是:
org.freedesktop.Hal.Device.Volume.PermissionDenied : Refusing to mount device /dev/sda3 for uid=1000.
注2:
插U盘什么的没问题,有问题的只是本地NTFS分区
注3:
我没有安装pmount,因为我觉得和gnome-mount的功能有点类似(好像还是有点不同,但起码以前在arch和gentoo下我都没安装也能实现需求啊) |
|