主題:[求助]EM9281 U盤插入怎么讀取內容 共有4203人關注過本帖 |
---|
客人 |
1樓 |
[求助]EM9281 U盤插入怎么讀取內容 Post By:2024-9-6 11:00:00 [只看該作者]
usb 1-1: new high-speed USB device number 2 using ci_hdrc [65278.684168] usb-storage 1-1:1.0: USB Mass Storage device detected [65278.692700] scsi0 : usb-storage 1-1:1.0 [65279.705441] scsi 0:0:0:0: Direct-Access Generic Mass Storage 1.89 PQ: 0 ANSI: 2 [65279.725725] sd 0:0:0:0: [sda] 61849600 512-byte logical blocks: (31.6 GB/29.4 GiB) [65279.767211] sd 0:0:0:0: [sda] Write Protect is off [65279.773319] sd 0:0:0:0: [sda] No Caching mode page found [65279.778828] sd 0:0:0:0: [sda] Assuming drive cache: write through [65279.794566] sd 0:0:0:0: [sda] No Caching mode page found [65279.799987] sd 0:0:0:0: [sda] Assuming drive cache: write through [65279.811418] sda: sda1 [65279.826430] sd 0:0:0:0: [sda] No Caching mode page found [65279.831858] sd 0:0:0:0: [sda] Assuming drive cache: write through [65279.838133] sd 0:0:0:0: [sda] Attached SCSI removable disk |
|
單帖管理 | 引用 | 回復 |
hzc |
2樓 |
Post By:2024-9-7 19:43:00 [只看該作者]
你好,首先需要U盤是Linux系統支持的文件系統格式,比如fat32,ext3,ext4等。如果是fat32格式,插入U盤后,系統會自動將U盤掛載到主板的/mnt/usb1目錄下,所以/mnt/usb1這個目錄下就是U盤的內容了。 |
|
單帖管理 | 引用 | 回復 |