LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 829|回复: 9

挂载u盘的麻烦

[复制链接]
发表于 2006-6-10 19:48:11 | 显示全部楼层 |阅读模式
gnome-volume-manager hal udev pmount

都安装了


但是 /dev/下没有sda1 之类的文件阿???

已经用了最新的2。6。16-20的内核了
发表于 2006-6-10 22:38:29 | 显示全部楼层
应该在/media下面
回复 支持 反对

使用道具 举报

发表于 2006-6-10 22:43:47 | 显示全部楼层
模块加载了吗? usb-storage 之类的?
lsusb看看有没有认出来
正常的情况下确实应该有/dev/sda*,如果装usbmount了,会自动挂到/media/sd***这样的一个目录下(缺省配置)
如果没有/dev/sda*应该是驱动的问题,最好看看都加载哪些模块了
回复 支持 反对

使用道具 举报

发表于 2006-6-10 23:17:46 | 显示全部楼层
升级 udev
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-11 08:21:58 | 显示全部楼层
joey@debian:~$ lsusb
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 04b3:310c IBM Corp.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
这样表示什么意思,表示模块加载了么???

udev 我已经是最新的了  我是3。1stable的
回复 支持 反对

使用道具 举报

发表于 2006-6-11 16:43:16 | 显示全部楼层
升级 testing 的 093 吧,stable 的 udev 才 056,udev 在 090 以後有很大改进及稳定
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-6-11 17:35:26 | 显示全部楼层
Post by d00m3d
升级 testing 的 093 吧,stable 的 udev 才 056,udev 在 090 以後有很大改进及稳定

我想应该不是udev的问题,因为我在默认的2.6.8-386内核下可以使用upan的,2.6.16-20内核是我自己编译的 有很多 usb 选项我都没有选上,老大帮我看看

  1. joey@debian:~$ cat /boot/config-2.6.16.20 |grep USB|grep is
  2. # CONFIG_SND_USB_USX2Y is not set
  3. # CONFIG_USB_DEBUG is not set
  4. # Miscellaneous USB options
  5. # CONFIG_USB_DYNAMIC_MINORS is not set
  6. # CONFIG_USB_SUSPEND is not set
  7. # CONFIG_USB_OTG is not set
  8. # CONFIG_USB_ISP116X_HCD is not set
  9. # CONFIG_USB_OHCI_BIG_ENDIAN is not set
  10. # CONFIG_USB_SL811_HCD is not set
  11. # CONFIG_OBSOLETE_OSS_USB_DRIVER is not set
  12. # CONFIG_USB_ACM is not set
  13. # CONFIG_USB_PRINTER is not set
  14. # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
  15. # CONFIG_USB_STORAGE_DEBUG is not set
  16. # CONFIG_USB_STORAGE_USBAT is not set
  17. # CONFIG_USB_STORAGE_ALAUDA is not set
  18. # CONFIG_USB_LIBUSUAL is not set
  19. # CONFIG_USB_HIDINPUT_POWERBOOK is not set
  20. # CONFIG_USB_AIPTEK is not set
  21. # CONFIG_USB_WACOM is not set
  22. # CONFIG_USB_ACECAD is not set
  23. # CONFIG_USB_KBTAB is not set
  24. # CONFIG_USB_POWERMATE is not set
  25. # CONFIG_USB_MTOUCH is not set
  26. # CONFIG_USB_ITMTOUCH is not set
  27. # CONFIG_USB_EGALAX is not set
  28. # CONFIG_USB_YEALINK is not set
  29. # CONFIG_USB_XPAD is not set
  30. # CONFIG_USB_ATI_REMOTE is not set
  31. # CONFIG_USB_ATI_REMOTE2 is not set
  32. # CONFIG_USB_KEYSPAN_REMOTE is not set
  33. # CONFIG_USB_APPLETOUCH is not set
  34. # CONFIG_USB_MDC800 is not set
  35. # CONFIG_USB_MICROTEK is not set
  36. # CONFIG_USB_DABUSB is not set
  37. # CONFIG_USB_VICAM is not set
  38. # CONFIG_USB_DSBR is not set
  39. # CONFIG_USB_ET61X251 is not set
  40. # CONFIG_USB_IBMCAM is not set
  41. # CONFIG_USB_KONICAWC is not set
  42. # CONFIG_USB_OV511 is not set
  43. # CONFIG_USB_SE401 is not set
  44. # CONFIG_USB_SN9C102 is not set
  45. # CONFIG_USB_STV680 is not set
  46. # CONFIG_USB_PWC is not set
  47. # CONFIG_USB_NET_GL620A is not set
  48. # CONFIG_USB_NET_PLUSB is not set
  49. # CONFIG_USB_NET_RNDIS_HOST is not set
  50. # CONFIG_USB_NET_CDC_SUBSET is not set
  51. # CONFIG_USB_ZD1201 is not set
  52. # CONFIG_USB_SERIAL_AIRPRIME is not set
  53. # CONFIG_USB_SERIAL_ANYDATA is not set
  54. # CONFIG_USB_SERIAL_CP2101 is not set
  55. # CONFIG_USB_SERIAL_CYPRESS_M8 is not set
  56. # CONFIG_USB_SERIAL_GARMIN is not set
  57. # CONFIG_USB_SERIAL_IPW is not set
  58. # CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
  59. # CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
  60. # CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
  61. # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
  62. # CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
  63. # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
  64. # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
  65. # CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
  66. # CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
  67. # CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
  68. # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
  69. # CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
  70. # CONFIG_USB_SERIAL_HP4X is not set
  71. # CONFIG_USB_SERIAL_SAFE_PADDED is not set
  72. # CONFIG_USB_SERIAL_TI is not set
  73. # USB Miscellaneous drivers
  74. # CONFIG_USB_EMI62 is not set
  75. # CONFIG_USB_EMI26 is not set
  76. # CONFIG_USB_AUERSWALD is not set
  77. # CONFIG_USB_RIO500 is not set
  78. # CONFIG_USB_LEGOTOWER is not set
  79. # CONFIG_USB_LCD is not set
  80. # CONFIG_USB_LED is not set
  81. # CONFIG_USB_CYTHERM is not set
  82. # CONFIG_USB_PHIDGETKIT is not set
  83. # CONFIG_USB_PHIDGETSERVO is not set
  84. # CONFIG_USB_IDMOUSE is not set
  85. # CONFIG_USB_SISUSBVGA is not set
  86. # CONFIG_USB_LD is not set
  87. # CONFIG_USB_TEST is not set
  88. # CONFIG_USB_ATM is not set
  89. # CONFIG_USB_GADGET_DEBUG_FILES is not set
  90. # CONFIG_USB_GADGET_PXA2XX is not set
  91. # CONFIG_USB_GADGET_GOKU is not set
  92. # CONFIG_USB_GADGET_LH7A40X is not set
  93. # CONFIG_USB_GADGET_OMAP is not set
  94. # CONFIG_USB_GADGET_DUMMY_HCD is not set
  95. # CONFIG_USB_FILE_STORAGE_TEST is not set
复制代码


lspci 查看usb的结果:
0000:00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
0000:00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
0000:00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
回复 支持 反对

使用道具 举报

发表于 2006-6-11 18:32:30 | 显示全部楼层
现在才说~~晕倒!

U 盘除了要 USB 的支持,还要加入 SCSI 的支持,因为 U 盘是模拟成 SCSI 设备来运作的

我现在身边没有 Linux 电脑,要下周回到工作单位才能看看我的电脑内核配置,建议你先找个旧 Debian 内核对比一下配置有什麽不同之处
回复 支持 反对

使用道具 举报

发表于 2006-6-12 10:26:48 | 显示全部楼层
u盘就是这样。需要支持。
如果你的硬盘也是sata,他也是sda模式。别挂错了。
回复 支持 反对

使用道具 举报

发表于 2006-6-12 10:27:58 | 显示全部楼层
u盘就是这样。需要支持。
如果你的硬盘也是sata,他也是sda模式。别挂错了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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