The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 04-25-2008
aarmarboye aarmarboye is offline
Registered User
 

Join Date: Apr 2008
Posts: 1
Thumbs up how to mount USB device

1. You have to make a folder and name it.
# mkdir mnt/<forldername>
2. Mount the USB Devise to the folder
# mount dev/sda1,2,3 mnt/<foldername>
#ls the mnt/foldername
Reply With Quote