Copying Files

To copy the files from the USB drive to the FMP or from the FMP to the USB drive use the following command:

cp <source> <destination>

Examples:

Note: Before removing the USB drive from the port, you should unmount it using the following command:

umount <mountdir>
where, <mountdir> is the name of the directory on which the USB partition is mounted.