linux usb启动盘_如何检查USB盘是否连接到Linux服务器?

linux usb启动盘

I can only connect to a Linux server by SSH. How to check whether a USB disk is connected to the Linux server?

我只能通过SSH连接到Linux服务器。 如何检查USB盘是否连接到Linux服务器?

2 ways I usuaully use:

我通常使用2种方式:

Method One: Check the print out of

方法一:检查打印出

dmesg

After the USB storage is connected and detected by Linux, it may print some messages containing “[sde]” (the new disk found by Linux).

在USB存储设备被Linux连接并检测到后,它可能会打印一些包含“ [sde]”(Linux找到的新磁盘)的消息。

One example is as follows:

一个示例如下:

[ 3131.583934] usb 2-2: new high speed USB device using ehci_hcd and address 2
[ 3131.698846] usb 2-2: New USB device found, idVendor=152d, idProduct=0539
[ 3131.698850] usb 2-2: New USB device strings: Mfr=10, Product=11, SerialNumber=5
[ 3131.698854] usb 2-2: Product: USB to ATA/ATAPI Bridge
[ 3131.698856] usb 2-2: Manufacturer: JMicron
[ 3131.698858] usb 2-2: SerialNumber: 000000000000
[ 3131.756819] Initializing USB Mass Storage driver...
[ 3131.757159] scsi4 : usb-storage 2-2:1.0
[ 3131.757323] usbcore: registered new interface driver usb-storage
[ 3131.757328] USB Mass Storage support registered.
[ 3132.756095] scsi 4:0:0:0: Direct-Access ORICO H/ W RAID0 0X06 PQ: 0 ANSI: 6
[ 3132.757314] sd 4:0:0:0: Attached scsi generic sg4 type 0
[ 3132.758101] sd 4:0:0:0: [sde] Very big device. Trying to use READ CAPACITY(16).
[ 3132.758433] sd 4:0:0:0: [sde] 11720785920 512-byte logical blocks: (6.00 TB/5.45 TiB)
[ 3132.758439] sd 4:0:0:0: [sde] 4096-byte physical blocks
[ 3132.759257] sd 4:0:0:0: [sde] Write Protect is off
[ 3132.759261] sd 4:0:0:0: [sde] Mode Sense: 27 00 00 00
[ 3132.760054] sd 4:0:0:0: [sde] No Caching mode page present
[ 3132.760060] sd 4:0:0:0: [sde] Assuming drive cache: write through
[ 3132.761095] sd 4:0:0:0: [sde] Very big device. Trying to use READ CAPACITY(16).
[ 3132.763327] sd 4:0:0:0: [sde] No Caching mode page present
[ 3132.763330] sd 4:0:0:0: [sde] Assuming drive cache: write through
[ 3132.858718] sde: sde1
[ 3132.860383] sd 4:0:0:0: [sde] Very big device. Trying to use READ CAPACITY(16).
[ 3132.862817] sd 4:0:0:0: [sde] No Caching mode page present
[ 3132.862822] sd 4:0:0:0: [sde] Assuming drive cache: write through
[ 3132.862826] sd 4:0:0:0: [sde] Attached SCSI disk

Method Two: The new storage device/disk usually can be check by

方法二:通常可以通过以下方法检查新的存储设备/磁盘

ls /dev/sd*

if you know the old disks (e.g. sda — sdd) and find a new disk appear, it is the USB storage.

如果您知道旧磁盘(例如sda — sdd)并找到了新磁盘,则为USB存储设备。

Answered by Eric Z Ma.
埃里克·马(Eric Z Ma)回答。

翻译自: https://www.systutorials.com/how-to-check-whether-a-usb-disk-is-connected-to-a-linux-server/

linux usb启动盘

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值