|
|
不知问题是不是出在装了ntfs-3g之后,反正这是我在之后第一次挂载硬盘(NTFS),结果是普通用户没有权限查看(以前都可读取的)
于是到root下,这里倒没问题,我想chmod,用了chmod -R,才发现文件太多,于是马上ctrl-c中止了,只chmod要用的文件。然后我卸载了再插,这次不管哪个用户,只能显示磁盘被发现,但不自动挂载了,我试着手动挂载,结果返回错误信息如下
libhal-storage.c 1401:info:called libhal_free_dbus_error but dbuserror was not set.
process 2669:applications must not close shared connections - see dbus_connection_close() docs.this is a bug in the application.
error:device /dev/sdb5 is not removeable
错误:无法执行pmount
并且只要一插入,在/media目录下都会生成一个.hal-mat-clock文件,看来是阻止挂载,删了也还是没用,试着手动挂载,成功。
但是试了U盘,一点问题都没有,应该是ntfs才会有此问题,并且之前至少在root都自动挂载了,难道我在chmod的时候ctrl-c一下就这么大问题 |
|