Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. |
Using USB flash drive for bag files storage
Description: Simple how-to on using USB flash drive for storing bag files (as EeePC internal HDD has very limited capacity)Tutorial Level: INTERMEDIATE
Contents
Mounting pendrive
sudo mount -t vfat /dev/sdc1 /media/pen/ -o uid=1000,gid=1000