LinuxQuestions.org
Review your favorite Linux distribution.
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 06-11-2004, 05:22 PM   #1
DJWS
LQ Newbie
 
Registered: Jun 2004
Posts: 7

Rep: Reputation: 0
Mounting NTFS & FAT32


I'm having trouble mounting NTFS and FAT32 in FC2? I've tried all the things mentioned in this thread: linuxquestions.org/questions/showthread.php?s=&threadid=191526 I've tried everything in there execpt re-compling the kernel. But then I thought I should be able to mount the FAT32 partition? but I can't so there must be something else wrong, Any ideas??
 
Old 06-11-2004, 05:29 PM   #2
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
Make sure you have support for those filesystems in your kernel

That's all I can give you without anymore information like what commands are you using to try to mount, what error messages do you get...
 
Old 06-11-2004, 05:43 PM   #3
DJWS
LQ Newbie
 
Registered: Jun 2004
Posts: 7

Original Poster
Rep: Reputation: 0
i'm using the 2.6.5x.x.x and i've added this into fstab
/dev/hda1 /mnt/WinXP ntfs user,auto,umask=0 0 0
/dev/hda2 /mnt/Data vfat user,auto,umask=0 0 0

I could understand if i couldn't mount just the NTFS partition, but I'm also unable to mount the FAT32 partition?
 
Old 06-11-2004, 06:02 PM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Are you sure the FAT32 partition is /dev/hda2? If you created this partition via windows it might be /dev/hda5. To see how your drive is partitioned:
as root
fdisk -l /dev/hda (that is a small L)
 
Old 06-11-2004, 06:05 PM   #5
csanchisb
LQ Newbie
 
Registered: Jun 2004
Distribution: Opensuse 11
Posts: 22

Rep: Reputation: 15
Why don't you give a try to some wizard to do that for you. For instance, are you using Mandrake? Because the you should use DiskDrake. If you're not, I'm sure there are similar tools around.
 
Old 06-11-2004, 11:52 PM   #6
DJWS
LQ Newbie
 
Registered: Jun 2004
Posts: 7

Original Poster
Rep: Reputation: 0
I have tried all that, and my drive assignments are correct. If I wanted a wizard to do it, i'd install Windows, but this is LINUX. lol Thanks for the suggestions, anything else i might try?? even just to see my FAT32 partition?
 
Old 06-11-2004, 11:58 PM   #7
Ph0enix2003
Member
 
Registered: Jun 2004
Posts: 101

Rep: Reputation: 15
I don't think kernel 2.6.5 natively supports those files systems (I may be wrong but I doubt it). You may need to recompile the kernel with the correct modules.
 
Old 06-12-2004, 12:02 AM   #8
Linner
Member
 
Registered: May 2004
Distribution: Fedora
Posts: 71

Rep: Reputation: 15
Quote:
Originally posted by DJWS
i'm using the 2.6.5x.x.x and i've added this into fstab
/dev/hda1 /mnt/WinXP ntfs user,auto,umask=0 0 0
/dev/hda2 /mnt/Data vfat user,auto,umask=0 0 0

I could understand if i couldn't mount just the NTFS partition, but I'm also unable to mount the FAT32 partition?
how come?...we have the same /etc/fstab entries, except for mount point and umask. here is my fstab

/dev/hdb2 /files vfat rw,umask=000 0 0
/dev/hda1 /mnt/NTFS ntfs ro,umask=0222 0 0

you should at least mount FAT32 because it si supported by the kernel. tsk tsk.

wait there anyway, hope we can find solution to your problem
 
Old 06-12-2004, 02:48 AM   #9
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
Quote:
Originally posted by DJWS
i'm using the 2.6.5x.x.x and i've added this into fstab
/dev/hda1 /mnt/WinXP ntfs user,auto,umask=0 0 0
/dev/hda2 /mnt/Data vfat user,auto,umask=0 0 0

I could understand if i couldn't mount just the NTFS partition, but I'm also unable to mount the FAT32 partition?

If you haven't compiled fat32 support into the kernel you wont also be able to mount the fat32 partition. I also have 2.6.5 and, if I remember correctly, I had to add all the filesystems support I wanted.

I hope you are using the command mount to do all these tests and not rebooting everytime you change you fstab file :P
 
Old 06-21-2004, 03:13 AM   #10
thepaemon
LQ Newbie
 
Registered: May 2004
Location: USA
Distribution: GENTOO!!!!!!!
Posts: 11

Rep: Reputation: 0
The NTFS user access soloution

Add this to your /etc/fstab:

/dev/hdc2/mnt/windows2 ntfs ro,umask=0222 0 0

(Modify it to suit your kneadz)
And any standard user should be able to ls it.
Writing to an NTFS partition is stupid. Writing to an NTFS partition that windows has read/written/mounted/smelled/barfed on...is really STUPID! -Personal Experience...about 80GB worth
 
Old 06-21-2004, 06:55 AM   #11
jmorse
Member
 
Registered: Mar 2004
Location: United Kingdom
Distribution: LFS
Posts: 74

Rep: Reputation: 15
To see if your kernel understands vfat type: 'cat /proc/filesystems | grep "vfat"'
You should have a line that reads 'vfat', which means it does.

Even if there is no entry in /proc/filesystems, it just means that support is not compiled straight into the kernel [normally a good idea], in which case, try 'modprobe vfat', or 'modprobe ntfs', if all of the above fail, you will need to recompile the kernel.

Last edited by jmorse; 06-21-2004 at 06:56 AM.
 
  


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
NTFS -> FAT32 mounting help adds2one Slackware 5 09-20-2005 02:07 PM
Trouble mounting FAT32 and NTFS under SuSE 9.2 nitroid SUSE / openSUSE 2 12-07-2004 08:55 AM
Mounting and reading NTFS and FAT32 patitions Forezt Linux - Software 10 02-25-2004 01:19 PM
FAT32 & NTFS..... --> w2k & RH8 Santorres Linux - General 4 12-16-2003 07:29 AM
Ntfs & Fat32 Syed Mazhar Ali Linux - General 2 05-01-2002 03:41 AM

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

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