LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-17-2004, 12:59 PM   #1
yash_bartarya
LQ Newbie
 
Registered: Oct 2004
Location: India
Posts: 5

Rep: Reputation: 0
how to see fat32 partitions


hi i have fat32(winxp) installed on other partiotion can i see them in mt redhat linux 9.0
 
Old 10-17-2004, 01:14 PM   #2
UsualTuxpect
Member
 
Registered: Aug 2004
Location: New York
Distribution: --------- Gentoo-2004.2 [2.6.8] Redhat-9 [2.6.6]
Posts: 545

Rep: Reputation: 31
1. Login as root by running from a terminal
su
followed by typing the root password.

2. Create a directory in your /mnt folder. This can be done by running
mkdir /mnt/X
where X is the name of the directory where the fat32 partition will be mounted.

3. Run
fdisk -l
and note the name of the device file for the FAT32 partition. Lets say the device file name is found to be /dev/Y.

4. Open the file /etc/fstab in any text editor.

5. On a new line at the bottom of the file, add the line
/dev/Y /mnt/X vfat users,owner,ro,umask=000 0 0
where Y is the partition number of the Fat32 partition and X is the name of the directory you created in step 2. Note that this will allow ALL users READ ONLY access to the disk. To allow Read and Write access to ALL users, change the ro to rw. If you want only root to have Read and Write access (while other users have READ ONLY access), change the ro to rw and umask=000 to umask=022.

6. Save and quit the file /etc/fstab

7. Then run
mount -a
and your hard disk will be mounted and will stay mounted after reboot.
 
  


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
2 fat32 partitions on fbsd5/w2k dual. Can only access one fat32 so far.. mipia *BSD 1 10-06-2003 02:10 AM
FORMAT the FAT32 partitions??? Pakiman Linux - General 5 09-16-2003 06:12 PM
About Fat32 Partitions ZFighteR Linux - General 6 02-10-2003 05:35 AM
Can't see one of my FAT32 partitions under XP anymore?? Pringles Linux - General 5 02-10-2003 12:48 AM
Accessing Fat32 Partitions dark_light Linux - General 2 09-06-2002 02:27 PM

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

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