Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Hardware Troubleshooting in Linux => Other Devices => Topic started by: kanupama on June 08, 2005, 07:47:01 AM

Title: how to mount usb memory port on linux system?
Post by: kanupama on June 08, 2005, 07:47:01 AM
Hi all,
I`m pretty new to the linux and facing lots of problems that why got confused.
can any one tell me how to mount the usb port on linux system?
thnx .
n reply soon

Anu.
Title: how to mount usb memory port on linux system?
Post by: gauravbajaj on June 08, 2005, 08:39:23 AM
After attaching ur usb drive to the port , Give this command :

#mount /dev/sda1 /mnt
After that if u want to see ur usb contents
go to /mnt with command
#cd /mnt
check its contents by giving command
#ls

After finishing ur work, unmount the usb by giving this command
#umount /mnt
or
#umount /dev/sda1

Enjoy:
Gaurav
Title: how to mount usb memory port on linux system?
Post by: kanupama on June 08, 2005, 09:13:26 AM
means each time i have to do all this when evr i want to access the usb memory?
Is there any another way so that there should be no need to write this each time and normally one can access this usb port just like cd or floppy drive?
Title: how to mount usb memory port on linux system?
Post by: gauravbajaj on June 08, 2005, 11:24:41 AM
ya
You have to do this if ur Version is lower then FEDORA CORE 3 but if u r using Fedora then it automatically detects

Enjoy
Gaurav