AM335X-PAC Series User Manual version 2.0.1 Page: 99
Copyright © 2019 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
6.2.1. Mounting a USB Storage Device
To mount a USB storage devices follow the procedure described below:
(1) Type
‘
mkdir /mnt/usb
’ to create a directory named ‘usb’
.
(2) Type
‘
mount /dev/sda1 /mnt/usb
’
to mount the USB storage device to the usb directory
and then type
‘
ls /mnt/usb
’
to view the contents of the USB storage device. (Refer to
Figure 6.2.1-1)
Figure 6.2.1-1.
Mounting a USB Storage Device
6.2.2. Unmounting the USB Storage Device
Before removing the USB storage device from the LinPAC AM335x PAC, the device must be
unmounted to prevent any damage to the device. To unmount the device, type the
‘
umount/mnt/ usb
’
command and then remove the USB storage device.