LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-02-2005, 08:31 AM   #1
brig
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 4

Rep: Reputation: 0
Access FAT32 Partition


I mounted FAT32 partitions in Fedora Core 3 in root account. Now I can't mount them in any other account except root. What do I do?

PS:Can u give step by step instructions?

Thanx in advance
 
Old 04-02-2005, 08:38 AM   #2
brig
LQ Newbie
 
Registered: Apr 2005
Distribution: Fedora Core 3
Posts: 4

Original Poster
Rep: Reputation: 0
Uh.. sorry if I posted this question in a wrong place.
 
Old 04-02-2005, 08:38 AM   #3
doralsoral
Member
 
Registered: Aug 2003
Location: raleigh
Distribution: Gentoo 2005.1 x86_64
Posts: 931

Rep: Reputation: 31
only root can mount stuff. just add the partition in /etc/fsab to mount when you boot up.
 
Old 04-02-2005, 09:22 AM   #4
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Re: Access FAT32 Partition

Quote:
Originally posted by brig
Snip . .
PS:Can u give step by step instructions?
Snip . .
Open a "superuser" terminal. (E.g., Start a terminal session, enter "su" and your password.)

Open /etc/fstab in an editor. (Most people use "vim /etc/fstab", but your favorite editor should work. [Personally, I prefer XEMACS.]) For information on, e.g., "vim", enter "info vin")

Create a mount point where you will attach the file system: "mkdir /mnt/WinXP" then "mkdir /mnt/WinXP/z" for the example below, but you may use whatever you wish. (Since you've mounted teh dirve as root, you've probably already done this.) I do suggest, however, that you create mount point under /mnt, since that is conventional. (But, of course, not actually required.)

Somewhere in the /etc/fstab file (the end is probably the best place, but, again, it doesn't make too much difference) enter a line similar to this:
Code:
/dev/hdg1    /mnt/WinXP/z     vfat    uid=peter,gid=peter     0 0
The first argument is the actual physical device name. In the example, it is "Partition one of the seventh disk drive."
The second argument is the mount point you create
The third argument is the file system type
The fourth argument specifies the owner and group to "own" the file system. (There are lots of other argumens that could be here, but ownership defaults to "root," and you probably want to be able to access the drive as a regular user.

The last two arguments tell the boot loader to check the file system at boot time, and the order in which to check it. The "0 0" in the example specifies that no check is to be done.
 
  


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
help with access to local FAT32 partition??? Lleb_KCir Linux - General 8 05-08-2005 06:09 PM
cannot access FAT32 partition pafrica Linux - Newbie 3 09-04-2004 03:43 PM
Users can't access FAT32-Partition thorax Linux - Software 3 07-23-2004 02:32 PM
Access files on a fat32 partition? warrant6767 Linux - Hardware 2 06-30-2004 05:25 PM
How to access Windows FAT32 Partition ? d_kote23 Linux - Newbie 5 05-12-2004 06:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:37 PM.

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