Differences between USB storage device name sd * and ub * in Linux
Source: Internet
Author: User
In Linux, USB storage devices are managed as local storage devices, just like local disks. Therefore, after you enter the fdisk-l command, the USB storage device is listed with the local disk. Www.2cto.com the USB flash drive device name is sdb, which is simulated as a SCSI device...
In Linux, USB storage devices are managed as local storage devices, just like local disks.
Therefore, after you enter the fdisk-l command, the USB storage device is listed with the local disk.
Www.2cto.com
The USB flash drive device is named sdb and is simulated as a SCSI device for storage management. After Linux 2.6.9 kernel, an independent management module is added for the USB storage device, which is the driver/block/ub. c file.
You need to compile device driver-> block driver-> low usb block into a module or in the kernel. In this way, the USB storage device is managed by the ub module and the device name is of the ub * type. Www.2cto.com
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.