|
发表于 2009-3-27 20:02:58
|
显示全部楼层
昨天还挂载正常,为什么今天不能挂载ntfs移动硬盘了?
我用testing,安装了ntfs-3g, 昨天插ntfs移动盘的时候,自动就挂载了,今天ntfs移动盘认不出来了,用more /proc/partitions看分区,没发现有移动设备。
用fat应动设备也不能自动挂载(以前是插好了自动挂的),只能手动挂。
用mount -t ntfs-3g 命令挂载windows下的ntfs分区,能挂载,但是多出一大串警告(以前没有):
Jackyliu:/home/jackyliu# mount -t ntfs-3g /dev/hda6 /mnt/e
WARNING: All config files need .conf: /etc/modprobe.d/blacklist, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/display_class, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/pnp-hotplug, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base-blacklist, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/alsa-base, it will be ignored in a future release.
WARNING: All config files need .conf: /etc/modprobe.d/linux-sound-base_noOSS, it will be ignored in a future release.
请问是什么原因呢?该怎么解决呢? |
|