Note: A product listed in this article has either reached hardware End of Life (EOL) OR software End of Engineering (EOE). Refer to End of Life Products & Milestones for the EOL, EOE, and End of Support (EOS) dates.
This article shows how to mount a USB drive on STRM.
Follow these steps to mount the USB drive on STRM
- Login to STRM usign SSH/Console
- Create a folder /media/flash where you will mount the USB drive
#mkdir /media/flash
#tail -f /var/log/messages
- (e.g shown below) and insert the USB drive onto USB port
Nov 6 09:08:51 strm-2500-1 kernel: usb 1-2: new high speed USB device using address 3
Nov 6 09:08:51 strm-2500-1 kernel: scsi6 : SCSI emulation for USB Mass Storage devices
Nov 6 09:08:51 strm-2500-1 kernel: Vendor: PINGTEC Model: Flash Disk Rev: 2.00
Nov 6 09:08:51 strm-2500-1 kernel: Type: Direct-Access ANSI SCSI revision: 02
Nov 6 09:08:51 strm-2500-1 kernel: SCSI device sdb: 515584 512-byte hdwr sectors (264 MB)
Nov 6 09:08:51 strm-2500-1 kernel: sdb: assuming drive cache: write through
Nov 6 09:08:51 strm-2500-1 kernel: SCSI device sdb: 515584 512-byte hdwr sectors (264 MB)
Nov 6 09:08:51 strm-2500-1 kernel: sdb: assuming drive cache: write through
Nov 6 09:08:51 strm-2500-1 kernel: sdb: sdb1
Nov 6 09:08:51 strm-2500-1 kernel: Attached scsi disk sdb at scsi6, channel 0, id 0, lun 0
- From the message log we can see that sdb1 is reserved for USB drive. Run this command from the CLI:
#mount /dev/sdb1 /media/flash
This will mount the USB drive on /media/flash
2020-12-16:Tagged article for EOL/EOE