View Single Post

Re: How to access a USB external hard drive in Linux
  #2 (permalink)  
Old 03-18-2007, 01:11 AM
697
 
Posts: n/a
Default Re: How to access a USB external hard drive in Linux

cd /mnt
mkdir camera
mount /dev/sdf1 /mnt/camera/

Do I need to type in mkdir camera as well?
Reply With Quote