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 12-15-2002, 10:34 AM   #1
bumpert
LQ Newbie
 
Registered: Dec 2002
Distribution: RedHat
Posts: 29

Rep: Reputation: 15
mouting fat32


hi im new to linux, trying to change my windows os to linux one. Im trying to mount a fat32 logical drive in my linux. Im using redhat 8.0. i tried with this command:
mount -t vfat /dev/hdb2 /mnt/win

i always having this error:
mount: wrong fs type, bad option, bad superblock on /dev/hdb2,
or too many mounted file systems
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)


does i have something to do before mounting it? (already create my win folder)

thx a lot
 
Old 12-15-2002, 10:41 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Are you dual booting? If so, go to /mnt/windows and all your Win folders should be accessible.

If you're not dial-booting, why do you need a fat32 partition?
 
Old 12-15-2002, 10:45 AM   #3
bumpert
LQ Newbie
 
Registered: Dec 2002
Distribution: RedHat
Posts: 29

Original Poster
Rep: Reputation: 15
yes i have win and redhat install on my machine

and dont see any windows folder, i just have cdrom and floppy
 
Old 12-15-2002, 11:18 AM   #4
ajk
Member
 
Registered: Nov 2002
Location: CH-3416 Affoltern
Distribution: (SuSE 8.0), Mandrake 9.2
Posts: 58

Rep: Reputation: 15
type (as root)
fdisk -l /dev/hdb
what does this return?

Adrian
 
Old 12-15-2002, 11:20 AM   #5
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Try this:

mkdir /mnt/winMe
mount -t vfat /dev/hda1 /mnt/winMe

This is assuming your first partition is /dev/hda1 which has windows.

Bert

ps. click the affero button if it solved your problem!
 
Old 12-15-2002, 12:21 PM   #6
bumpert
LQ Newbie
 
Registered: Dec 2002
Distribution: RedHat
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by ajk
type (as root)
fdisk -l /dev/hdb
what does this return?

Adrian
bash: fdisk: command not found
maybe ill reinstall linux with full install
 
Old 12-15-2002, 12:22 PM   #7
bumpert
LQ Newbie
 
Registered: Dec 2002
Distribution: RedHat
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by Bert
Try this:

mkdir /mnt/winMe
mount -t vfat /dev/hda1 /mnt/winMe

This is assuming your first partition is /dev/hda1 which has windows.

Bert

ps. click the affero button if it solved your problem!
in my first post i wrote the error message i got when im trying to do this
 
Old 12-15-2002, 01:56 PM   #8
granny
Member
 
Registered: Nov 2002
Distribution: RH
Posts: 141

Rep: Reputation: 15
quote:
--------------------------------------------------------------------------------
Originally posted by ajk
type (as root)
fdisk -l /dev/hdb
what does this return?

Adrian
--------------------------------------------------------------------------------


quote:
---------------------------------------------------------------------------------
bash: fdisk: command not found
maybe ill reinstall linux with full install
---------------------------------------------------------------------------------

Maybe fdisk just wasn't in his $PATH (I've seen this happen on RH installs a lot where it doesn't include any of the /sbin dirs)

Try this (as root of course)

/sbin/fdisk -l /dev/hdb

again post the output. If this doesn't work try

locate fdisk
 
Old 12-15-2002, 02:38 PM   #9
pilot1
Member
 
Registered: Jun 2002
Location: USA
Distribution: Gentoo, Fedora Core
Posts: 408

Rep: Reputation: 30
I don't see any reason why /sbin wouldn't be in his PATH, there's a lot of programs in there that you can't use RH without.
I would reinstall RH and choose the everything option.
If you don't keep your computer on at night type find / -name fdisk instead of locate fdisk.
 
Old 12-15-2002, 02:59 PM   #10
granny
Member
 
Registered: Nov 2002
Distribution: RH
Posts: 141

Rep: Reputation: 15
i haven't found a reason for the either. But, I just stated that as an option, just in case
 
Old 12-15-2002, 11:39 PM   #11
bumpert
LQ Newbie
 
Registered: Dec 2002
Distribution: RedHat
Posts: 29

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by granny
quote:
--------------------------------------------------------------------------------
Originally posted by ajk
type (as root)
fdisk -l /dev/hdb
what does this return?

Adrian
--------------------------------------------------------------------------------


quote:
---------------------------------------------------------------------------------
bash: fdisk: command not found
maybe ill reinstall linux with full install
---------------------------------------------------------------------------------

Maybe fdisk just wasn't in his $PATH (I've seen this happen on RH installs a lot where it doesn't include any of the /sbin dirs)

Try this (as root of course)

/sbin/fdisk -l /dev/hdb

again post the output. If this doesn't work try

locate fdisk

yes it wasnt in the path
i found thatt my fat32 partition wasnt formatted correctly and its why linux wasnt able to mount it

thx a lot to all, ill try now to add in to be able that linux mount it automatically when the os boot
thx
 
  


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
mouting disk rogier1983 Linux - Newbie 2 10-27-2005 09:51 AM
problems with mouting while booting notinhnotien7 Linux - General 2 06-13-2003 12:55 AM
....ntfs mouting stuff Zachary Linux - Newbie 1 08-30-2002 02:36 AM
Mouting over a network (bootup) robeb Linux - General 4 05-28-2002 09:53 PM
mouting cd seefrank Linux - Newbie 2 04-09-2002 12:38 PM

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

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