I only have access to the command line I need to backup my data (on the user folder) to a pen.
I don't know where/how can I do this is order to access the pen, and then do the cp command.
How can we do this?
Thanks.
|
I only have access to the command line I need to backup my data (on the user folder) to a pen. I don't know where/how can I do this is order to access the pen, and then do the cp command. How can we do this? Thanks. |
||||
|
|
1. Find what the drive is calledYou'll need to know what the drive is called to mount it. To do that fire off:
You're looking for a partition that should look something like: 2. Create a mount point
3. Mount!
When you're done, just fire off:
|
|||