REL 1.0
Page 46 of 69
iWave Systems Technologies Pvt. Ltd.
iW-RainboW-G15D Linux User Manual
5.1.1
SD/eMMC/USB host/ USB OTG (as host)/ SATA test
The Standard SD / Micro SD / eMMC / USB (Host) / USB OTG (as Host) / SATA will mount in below mentioned
directories.
Standard SD
- /run/media/mmcblk0p1, /run /media/mmcblk0p2 …etc
Mircro SD
-/run /media/mmcblk1p1, /run /media/mmcblk1p2 …etc
eMMC
- /run /media/mmcblk2p1, /run /media/mmcblk2p2 …etc
SATA
- /run /media/sda1, /run /media/sda2 …etc
USB / USB OTG - /run /media/sdb1, /run /media/sdb2 …etc
To view the contents, execute below command.
root@iWave-G15~$cd /<mount_directory>
root@iWave-G15/<mount_directory>~$ls
To create a directory and remove a directory from the mounted partition, execute below commands
respectively.
root@iWave-G15/<mount_directory>$mkdir <directory_name>
root@iWave-G15/<mount_directory>$rm –rf <target_directory>
To copy a file to the mounted partition, execute below command.
root@iWave-G15/<mount_folder>$cp <source_file> <Destination>
To exit from the mount folder, execute below command.
root@iWave-G15/<mount_directory>$cd /home/root
Note: The rootfs mounted partition of any block device will not be listed and the SATA HDD should be connected or
removed only when the platform is powered off (Hot plug support is not supported).