lsusb blkid fdisk -l udiskctlI typically just use the top one, and the bottom one doesn't work on all systems. Once you have the name of the device, then you will need to decide where to mount it. One potential location is shown below.
/mntWith the location, you can then mount your USB storage device.
mount /dev/sdj1 /mntWhen done, you can unmount it just as easily.
umount /mnt
That pretty much covers it.
No comments:
Post a Comment