是否加载了操作系统级别的闪存驱动程序?

发布于 2024-08-27 19:07:21 字数 51 浏览 8 评论 0原文

是否有操作系统级别(linux)的闪存驱动程序需要加载或者我们需要编写/开发?请建议我。

whether Is there any flash driver at the OS level (linux) to load or we need to write/develop ?, please suggest me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

背叛残局 2024-09-03 19:07:21

我无法想象 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.

聆听风音 2024-09-03 19:07:21

通过 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.

冰火雁神 2024-09-03 19:07:21

我的错误。我认为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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文