LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-28-2004, 10:50 AM   #1
gschrade
Member
 
Registered: Oct 2003
Posts: 52

Rep: Reputation: 15
How to mount a jump drive


I am trying to mount a jump drive on RedHat 9. I have directions on how to do that, but am not able to find the mount point. The directions I have to find the mount point is to execute "cd/etc/sysconfig/(cat/etc/sysconfig/hwconf | more)" but it does not work. I also tried looking in fstab, but could not see it. Not even sure what I should be looking for. Any help would be appreciated. Thanks in advance.
 
Old 01-28-2004, 11:12 AM   #2
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
Mount-points are almost always in the directory /mnt/ . Take a look in there.

In /etc/fstab , there should be a line with something like "/dev/sda1"... That's the usual device for a usb drive.

Or, just type in "mount" to see all the mounts on your system. You might see a line like... "/dev/sda1 on /mnt/usb type vfat". Device on mount-point type filesystem-type.
 
Old 01-28-2004, 12:13 PM   #3
gschrade
Member
 
Registered: Oct 2003
Posts: 52

Original Poster
Rep: Reputation: 15
there was nothing in the /mnt dir for it. There was nothing in etc/fstab for /dev/sda1. the only thing that was close when I issued "mount" was "usbdevfs on /proc/bus/usb type usbdevfs (rw)"
 
Old 01-28-2004, 01:26 PM   #4
ranger_nemo
Senior Member
 
Registered: Feb 2003
Location: N'rn WI -- USA
Distribution: Kubuntu 8.04, ClarkConnect 4
Posts: 1,142

Rep: Reputation: 47
Then, it's not getting mounted.

From a commandline, as root, create a mount-point...
# mkdir /mnt/jump

Then, try mounting...
# mount -t vfat /dev/sda1 /mnt/jump

If it doesn't error, then it should be mounted...
# ls /mnt/jump

Unmount with...
# umount /mnt/jump

If that works, we can work on adding an entry to the fstab to make it easier and allow regular users to mount/unmount the drive.


<< EDIT >>

Anything in the /proc/ directory is 'vitrual'... It doesn't really exist or take up space. It's like a place for the computer to keep notes about what's happening, what it has, and what it can do.

Last edited by ranger_nemo; 01-28-2004 at 01:28 PM.
 
Old 01-28-2004, 01:26 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,699

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Do you have a /dev/sda1?

To create a mount directory
mkdir /mnt/usbdrive (or whatever name you want)

As root
mount -t vfat /dev/sda1 /mnt/usbdrive
 
Old 01-28-2004, 01:50 PM   #6
gschrade
Member
 
Registered: Oct 2003
Posts: 52

Original Poster
Rep: Reputation: 15
that worked, thank you
 
Old 01-28-2004, 02:04 PM   #7
gschrade
Member
 
Registered: Oct 2003
Posts: 52

Original Poster
Rep: Reputation: 15
there was nothing in the /mnt dir for it. There was nothing in etc/fstab for /dev/sda1. the only thing that was close when I issued "mount" was "usbdevfs on /proc/bus/usb type usbdevfs (rw)"
 
Old 01-28-2004, 02:06 PM   #8
gschrade
Member
 
Registered: Oct 2003
Posts: 52

Original Poster
Rep: Reputation: 15
disregard the last posting. I selected back on my browser and it entered an old posting again...
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to mount AND write to USB jump drive TimmerKahuna Linux - Hardware 5 08-13-2006 01:31 PM
Jump Drive dudeman41465 Linux - Hardware 3 06-28-2005 12:31 AM
USB jump drive dink27 Linux - Hardware 28 06-20-2005 06:44 PM
jump drive kingcobrawoods Linux - General 2 01-04-2005 02:23 PM
Lexar Jump Drive Slebine Linux - Hardware 22 07-26-2004 08:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration