是否加载了操作系统级别的闪存驱动程序?
是否有操作系统级别(linux)的闪存驱动程序需要加载或者我们需要编写/开发?请建议我。
whether Is there any flash driver at the OS level (linux) to load or we need to write/develop ?, please suggest me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我无法想象 Linux 无法看到媒体的连接场景。此外,我看不到涉及不支持的文件系统的场景。
剩下的就是你的内核是如何编译的。如果没有其他信息,我只能说它应该工作得很好。
I can't think of a connection scenario where Linux would not see the media. Additionally, I can't see a scenario involving a file system on it that was not supported.
What remains is how your kernel was compiled. Without additional information, I can only say it should work just fine.
通过 USB 连接的闪存读取器由
usb-storage
驱动程序处理。通过其他总线(例如 PCI)连接的读卡器需要单独的 MTD 驱动程序才能被识别。 Linux 内核附带了其中的许多功能,但总会有一些功能(尚未)不受支持。Flash readers connected via USB are handled by the
usb-storage
driver. Readers connected via another bus (e.g. PCI) need a separate MTD driver in order to be recognized. The Linux kernel comes with a number of them, but there will always be some that aren't (yet) supported.我的错误。我认为OP指的是Adobe Flash,因为他在最初的问题中没有表明他指的是闪存硬件。
它不是操作系统“驱动程序”,但有一个 Linux 版本的 Flash Player 10.1 允许您像通常在 Windows 版本中一样在操作系统中运行 Flash 资源。
我怀疑您可能对操作系统上下文中的“驱动程序”一词感到困惑,而播放器实际上就是您正在寻找的东西。
My mistake. I thought the OP was referring to Adobe Flash as he gave no indication in the original question that he meant Flash Memory Hardware.
It isn't an OS "driver" but there is a Linux version of Flash player 10.1 which will allow you to run flash resources within your OS as you normally would of the Windows version.
I suspect you might be confused about the word driver within the context of an OS and that the Player is actually what you're looking for.