LinuxQuestions.org
Help answer threads with 0 replies.
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-10-2005, 07:35 AM   #1
the_imax
Member
 
Registered: Apr 2004
Distribution: RHEL 4/ CentOS
Posts: 159

Rep: Reputation: 30
Mounting Drives


HI

Can anyone tell me how can I mount the windows drives in my RH9 and how can I mount my kingston flash drive?

I know it has something to do with fstab but I can't do it properly, although I hav tried
 
Old 01-10-2005, 07:58 AM   #2
uman
Member
 
Registered: Sep 2004
Distribution: Gentoo
Posts: 134

Rep: Reputation: 15
If your windows drive is on hda2 (It may be something different in your case) then you should type
Code:
mount /dev/hda2 /mnt/windows
You will have to create the /mnt/windows directory beforehand. Your USB frash drive is probably on sda, so you would do
Code:
mount /dev/sda1 /mnt/flashdrive
(once again you will have to create the mount point)

Fstab is for mounting things at boot.
 
Old 01-10-2005, 08:12 AM   #3
MrSavage
LQ Newbie
 
Registered: May 2004
Posts: 10

Rep: Reputation: 0
I have another question as well how come on suse non-root accounts cannot write stuff into the drive(drive is fat32 not ntfs). Is there a way around this?. I try to give other users 755 permission but it just gets rejected by the system.
 
Old 01-10-2005, 12:28 PM   #4
Tino27
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Slackware 14.2-stable, Ubuntu 16.04 LTS
Posts: 401

Rep: Reputation: 30
In order to allow non-root users to write to the flash drive, the individial user must mount the media, not root. In order to do this, you must make an entry into /etc/fstab that specifies "users" as one of the mount options. So, for instance...

/dev/sda1 /mnt/kingston vfat default,users 0 0

Then to mount the drive, as the user (not root)...

mount /mnt/kingston
 
  


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
Mounting Drives anjum Linux - Software 3 07-29-2005 12:12 AM
Help in Mounting my cd drives coderasm Linux - Newbie 3 12-06-2004 05:52 AM
mounting my drives mark alan Fedora 7 12-05-2004 08:52 PM
Mounting Drives BlandoCal Linux - Hardware 49 09-14-2003 06:03 PM
Mounting mounting extended partition and its Logical drives desbyleo Linux - Newbie 10 02-18-2002 03:13 PM

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

All times are GMT -5. The time now is 11:55 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