March 28, 2024, 09:26:39 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: how to mount usb memory port on linux system?  (Read 8107 times)

Offline kanupama

  • Linux Noob !
  • *
  • Posts: 9
how to mount usb memory port on linux system?
« 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.

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
how to mount usb memory port on linux system?
« Reply #1 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

Offline kanupama

  • Linux Noob !
  • *
  • Posts: 9
how to mount usb memory port on linux system?
« Reply #2 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?

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
how to mount usb memory port on linux system?
« Reply #3 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