LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 12-30-2006, 03:40 PM   #1
nechiforalin
LQ Newbie
 
Registered: Dec 2006
Posts: 1

Rep: Reputation: 0
Question How to mount FAT32 partitions


I am a new Linux user and I have chosen Mandriva One. On my computer I also have Windows XP and I want them both to use the data on a third FAT-32 partition, but I can't get Mandriva to see the rest of the hard disk, other than its own partition. Thanks for your help!
 
Old 12-30-2006, 03:57 PM   #2
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
Start with, as root,
Code:
fdisk -l
If that shows your fat32 partition, then you can do, as root:
Code:
mount -t vfat /dev/hdxy /dir/subdir/YourMountPoint
/dev/hdxy is the partition you want to mount, something like /dev/hdb2, from the report from fdisk.

YourMountPoint must be a directory that exists in your filesystem.

Once mounted, you should be able to access the files and directories. You may wish to make the mounting occurr automatically at boot time, by adding an entry to /etc/fstab which is similar to this:

Code:
/dev/hdxy       /dir/subdir/YourMountPoint           vfat    rw           0 0
There are numerous options possible with mount; so you should do at least
man mount

--- rod.
 
  


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
How to format to FAT32, and how to mount my FAT32 partition. bonniehandi Linux - Newbie 16 03-05-2006 07:54 PM
Can't mount fat32 partitions alnet Fedora - Installation 5 11-13-2005 11:17 AM
how to see fat32 partitions yash_bartarya Linux - Software 1 10-17-2004 01:14 PM
2 fat32 partitions on fbsd5/w2k dual. Can only access one fat32 so far.. mipia *BSD 1 10-06-2003 02:10 AM
About Fat32 Partitions ZFighteR Linux - General 6 02-10-2003 05:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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