nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

RHEL - redhat linux pen drive mount command

This is a discussion on RHEL - redhat linux pen drive mount command within the Linux hardware forums, part of the Linux Getting Started category; hi all.... how to mount pendrive on my RHEL?...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux hardware

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 06-15-2007, 12:11 PM
Junior Member
User
 
Join Date: Jun 2007
My distro: red hat enterprise linux WS
Posts: 3
Rep Power: 0
harshala09 is on a distinguished road
Unhappy RHEL - redhat linux pen drive mount command

hi all....

how to mount pendrive on my RHEL?
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-15-2007, 03:08 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 962
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Insert pen drive into USB device.

To mount pen drive use mout command. Find out device name using fdisk –l command
Code:
fdisk -l
You may see /dev/sda as pen drive and /dev/sda1 as partition. Now create directory in /mnt
Code:
mkdir -p /mnt/usbpen
Mount pen
Code:
mount /dev/sda1 /mnt/usbpen
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote
  #3 (permalink)  
Old 06-29-2007, 05:14 PM
Junior Member
User
 
Join Date: Jun 2007
My distro: goel
Posts: 15
Rep Power: 0
shilpigoel1 is on a distinguished road
Default Detect the USB Drive on RHEL

use the command vi /etc/fstab
This file will display the output scroll down and locate USB . This name will be partitioned by the /dev/.. or <path-name> something else. Then use mount <path-name>.
It will give teh message device write protected.
Click your my computer icon in GUI based environment. You will see the device.
Reply With Quote
  #4 (permalink)  
Old 07-16-2007, 09:54 PM
Junior Member
User
 
Join Date: Jul 2007
My distro: RHEL4
Posts: 12
Rep Power: 0
sumit is on a distinguished road
Default mount pendrive

Quote:
Originally Posted by harshala09 View Post
hi all....

how to mount pendrive on my RHEL?
Type the command mount /dev/sda1 in the terminal your pen drive would be mounted
Reply With Quote
  #5 (permalink)  
Old 09-03-2007, 07:34 PM
Junior Member
User
 
Join Date: Sep 2007
Location: Mumbai
My distro: Redhat/Solaris
Posts: 26
Rep Power: 0
amsreeku is on a distinguished road
Default HOWTO mount pen-drive

#mkdir /mnt/pendrive

# mount /dev/sda1 /mnt/pendrive
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Can *nix command dd be used to clone a hard drive to DVDs? vois22 Linux software 2 10-03-2008 07:23 PM
Redhat Enterprise Linux RHEL - Start service on boot chimu Getting started tutorials 0 01-26-2007 07:29 PM
Linux command to check size of hard drive disk gbdood Linux software 2 08-27-2006 09:44 AM
Recovering redhat LINUX (RHEL) root password raj Linux software 3 07-14-2006 05:02 PM
Linux Mount a USB flash or pen drive as a normal user charvi Getting started tutorials 1 06-26-2006 07:21 PM


All times are GMT +5.5. The time now is 05:13 AM.


Powered by vBulletin® Version 3.7.3 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36