<div dir="ltr">Hi All,<br><div><div class="gmail_extra"><br></div><div class="gmail_extra">Here is some advice I have regarding finding out where USB drives are mounted.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">There is a chance that the mount command may be of use to you.<br><br></div><div class="gmail_extra">Run the command man mount for more details.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">So, starting with a PC that does not have the USB connected, type in the command mount:-<br>ian@rutherford:~$ mount<br>/dev/sda3 on / type ext4 (rw,errors=remount-ro)<br>proc on /proc type proc (rw,noexec,nosuid,nodev)<br>sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)<br>none on /sys/fs/cgroup type tmpfs (rw)<br>none on /sys/fs/fuse/connections type fusectl (rw)<br>none on /sys/kernel/debug type debugfs (rw)<br>none on /sys/kernel/security type securityfs (rw)<br>udev on /dev type devtmpfs (rw,mode=0755)<br>devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)<br>tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)<br>none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)<br>none on /run/shm type tmpfs (rw,nosuid,nodev)<br>none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)<br>none on /sys/fs/pstore type pstore (rw)<br>/dev/sda1 on /boot type ext4 (rw)<br>systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)<br>gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ian)<br><br></div><div class="gmail_extra">Your system will vary from what I've shown.<br></div><div class="gmail_extra"><br>The next thing you do is plug in the USB device and type in the same command:-<br><br>ian@rutherford:~$ mount<br>/dev/sda3 on / type ext4 (rw,errors=remount-ro)<br>proc on /proc type proc (rw,noexec,nosuid,nodev)<br>sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)<br>none on /sys/fs/cgroup type tmpfs (rw)<br>none on /sys/fs/fuse/connections type fusectl (rw)<br>none on /sys/kernel/debug type debugfs (rw)<br>none on /sys/kernel/security type securityfs (rw)<br>udev on /dev type devtmpfs (rw,mode=0755)<br>devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)<br>tmpfs on /run type tmpfs (rw,noexec,nosuid,size=10%,mode=0755)<br>none on /run/lock type tmpfs (rw,noexec,nosuid,nodev,size=5242880)<br>none on /run/shm type tmpfs (rw,nosuid,nodev)<br>none on /run/user type tmpfs (rw,noexec,nosuid,nodev,size=104857600,mode=0755)<br>none on /sys/fs/pstore type pstore (rw)<br>/dev/sda1 on /boot type ext4 (rw)<br>systemd on /sys/fs/cgroup/systemd type cgroup (rw,noexec,nosuid,nodev,none,name=systemd)<br>gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,user=ian)<br><b>/dev/sdb1 on /media/ian/openSUSE-13.2-DVD-i5860054 type iso9660 </b>(ro,nosuid,nodev,uid=1000,gid=1000,iocharset=utf8,mode=0400,dmode=0500,uhelper=udisks2)<br>ian@rutherford:~$ <br><br></div><div class="gmail_extra">As you will see, I now have a memory stick with the device name of /dev/sdb1 and a mount point of /media/ian/openSUSE-13.2-DVD-i5860054<br><br></div><div class="gmail_extra">I suppose a quicker way to do this would be to look in the /media/ directory. Something like:<br></div><div class="gmail_extra"><br>ian@rutherford:~$ ls /media/$LOGNAME<br>openSUSE-13.2-DVD-i5860054<br>ian@rutherford:~$ <br><br></div><div class="gmail_extra">Compliments of the Season!<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">BW,<br><br><br></div><div class="gmail_extra">Ian<br><br></div><div class="gmail_extra">-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div>-- ACCU - Professionalism in programming - <a href="http://www.accu.org" target="_blank">http://www.accu.org</a><br></div>-- Free Software page - currently down<br></div>-- My writing - <a href="https://sites.google.com/site/ianbruntlett/" target="_blank">https://sites.google.com/site/ianbruntlett/</a><br> </div></div></div></div>
</div></div></div>