First make a directory in /media
say its "usb" , we will mount our external usb device on that directory.
insert your external usb device
open terminal
type "sudo fdisk -l "
note down your usb device name in my case its /dev/sdc1
now type "sudo mount /dev/sdc1 /media/usb "
now type "df"
"df" command will confirm your usb device is mounted or not
now go for it type "cd /media/usb"
dats all .
How to mount usb devices manually in ubuntu
How to mount usb devices menually
how to add external hard-drive in linux
say its "usb" , we will mount our external usb device on that directory.
insert your external usb device
open terminal
type "sudo fdisk -l "
note down your usb device name in my case its /dev/sdc1
now type "sudo mount /dev/sdc1 /media/usb "
now type "df"
"df" command will confirm your usb device is mounted or not
now go for it type "cd /media/usb"
dats all .
How to mount usb devices manually in ubuntu
How to mount usb devices menually
how to add external hard-drive in linux
No comments:
Post a Comment