Skip to content

Files access #37

Answered by fat-tire
litozpl asked this question in Q&A
Discussion options

You must be logged in to vote

This is easy to do!

  1. Plug in the SSD or USB on your host computer.

It will hopefully mount properly, and you'll be able to access it from your computer. If you have problems writing to the SSD, make sure that the ownership and permissions of the drive are set properly. (Consider using chown or chmod as needed)

  1. Determine he path for the mounted SSD/USB. One way to do this is with the mount command, which will show you that the SSD (in this example) is located at:
/dev/sda1 on /media/litozpl/mySSD type ext4 (rw,nosuid,nodev,relatime,errors=remount-ro,stripe=4,uhelper=udisks2)

This means that it is on the sda (serial device A, aka a plugged in USB), partition 1, and it's mounted at /media…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by fat-tire
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants