nixCraft Linux / UNIX / Shell Scripting Forum

nixCraft

Linux / UNIX Tech Support Forum

How can i mount CDROM and USB port

This is a discussion on How can i mount CDROM and USB port within the Linux software forums, part of the Linux Getting Started category; I'm trying to mount CD and USB port in Red Hat Linux. However, an error message saying "no mounting point ...


Register free or login to your account to remove all advertisements.

Go Back   nixCraft Linux / UNIX / Shell Scripting Forum > Linux Getting Started > Linux software

Linux answers from nixCraft.


Linux software General questions and discussion about Redhat/Fedora Core/Cent OS, Debian and Ubuntu Linux related to softwares should go here.

Reply

 

Thread Tools Display Modes
  #1 (permalink)  
Old 1st August 2007, 05:39 PM
Junior Member
 
Join Date: Jul 2007
OS: Debian
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
chanderbio is on a distinguished road
Default How can i mount CDROM and USB port

I'm trying to mount CD and USB port in Red Hat Linux. However, an error message saying "no mounting point exists" apperas.

can u please tell me how can i mount various external devices...
Reply With Quote
  #2 (permalink)  
Old 2nd August 2007, 10:21 PM
nixcraft's Avatar
Never say die
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash, Perl, Python
Posts: 3,195
Thanks: 13
Thanked 394 Times in 292 Posts
Rep Power: 10
nixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond reputenixcraft has a reputation beyond repute
Default

Use mount command.
Code:
mkdir /mnt/usbpen
mount /dev/sdb1 /mnt/usbpen
__________________
Vivek Gite
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Do you run a Linux? Let's face it, you need help!
Cricket & IPL News Blog
Reply With Quote
Reply


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 Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Mount iso image saurabh_jsh Linux hardware 1 29th April 2008 02:52 PM
Mounting cdrom in cent os 5 linux jerry Getting started tutorials 3 24th March 2008 04:48 PM
Install Linux / Windows without a CDROM or Floppy drive lacloai Linux software 11 25th August 2007 07:07 AM
mount -o loop .... PeterGib Linux software 3 17th August 2007 06:03 AM
cdrom: open failed piggy Linux hardware 1 2nd August 2007 10:25 PM


All times are GMT +5.5. The time now is 08:52 PM.


Powered by vBulletin® Version 3.8.6 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

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 37 38 39 40