LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 11-02-2006, 11:51 AM   #1
spy_daemon
LQ Newbie
 
Registered: Jun 2006
Location: near the Earth
Distribution: fedora core3.win xp.suse 10
Posts: 14

Rep: Reputation: 0
i cant mount /home


hi
i installed fc5 but i cant mount my /home directory
this is the fsck output on my /home partition(/dev/hda8) in bash:

fsck /dev/hda8
fsck 1.35 (28-Feb-2004)
e2fsck 1.35 (28-Feb-2004)
/home: clean, 10663/127744 files, 42931/255024 blocks


and this is the mount output in bash:
mount -t ext3 /dev/hda8 /home
mount: wrong fs type, bad option, bad superblock on /dev/hda8,or too many mounted file systems

what should i do to solve this .
 
Old 11-02-2006, 12:03 PM   #2
rednuht
Member
 
Registered: Aug 2005
Posts: 239
Blog Entries: 1

Rep: Reputation: 31
are you sure /home is not already mounted ?
are you running as root ?
does /home exist and has nothing else mounted against it ?
do other partitions on /dev/hda mount correctly ?
what is the output of
mount /dev/hda8 /home
?
and
mount
?
 
Old 11-02-2006, 12:41 PM   #3
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
Also, report the output of

Quote:
fdisk -l /dev/hda
(above run as root)

--- rod
 
Old 11-03-2006, 09:14 AM   #4
spy_daemon
LQ Newbie
 
Registered: Jun 2006
Location: near the Earth
Distribution: fedora core3.win xp.suse 10
Posts: 14

Original Poster
Rep: Reputation: 0
/home is not mounted
i am root
/home exists
all other partitions are mounted correctly
this is the mount output

mount: wrong fs type, bad option, bad superblock on /dev/hda8,or too many mounted file systems
i forget to say when i wanted to install fc5 it told me that /home could not be mounted
 
Old 11-03-2006, 09:37 AM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Semantic nitpick: It means nothing to say that "/home is not mounted", unless there is a entry in fstab that defines a device to be associated with /home. If there is such an entry, then you can say: "mount /home"---which is shorthand for "mount <devicename> /home.

When you say that "/home is not mounted", I think you mean that /dev/hda8 is not mounted to /home. That does not mean that SOMETHING ELSE is not mounted at /home. Do "more /etc/mtab" to see what is mounted.

You can mount a device in more than one place, but you cannot mount multiple devices in the same place.

Also, do you know for sure that /dev/hda8 is formatted ext3? Did you try "mount /dev/hda8 /home"
 
Old 11-03-2006, 09:55 AM   #6
spy_daemon
LQ Newbie
 
Registered: Jun 2006
Location: near the Earth
Distribution: fedora core3.win xp.suse 10
Posts: 14

Original Poster
Rep: Reputation: 0
yes the format of /dev/hda8 is ext3 and i had added this line to fstab :
/dev/hda8 /home ext3 defaults 1 1
and i had restarted but there was no changes and i cant mount /dev/hda8 on /home or elswhere .i had tried mounting it on somewhere else(/mnt/home) but i got the same error that i have written above.
 
Old 11-03-2006, 09:59 AM   #7
spy_daemon
LQ Newbie
 
Registered: Jun 2006
Location: near the Earth
Distribution: fedora core3.win xp.suse 10
Posts: 14

Original Poster
Rep: Reputation: 0
i have important data on my /home partition .and i cant format it.i had not have this problem on my previous installation of fc3.
 
Old 11-03-2006, 10:35 AM   #8
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
Quote:
mount: wrong fs type, bad option, bad superblock on /dev/hda8,or too many mounted file systems
mount is telling you what problems to explore. To test the first one, use fdisk -l /dev/hda The options you quoted in your first post look fine (assuming you accurately transcribed them). I think, fdisk will report on superblock problems. Run 'mount' to see what filesystems are presently mounted.

Have you recently changed/upgraded/modified the kernel? Perhaps your present kernel has problems with ext3 filesystems. Do you have any other ext3 filesystems mounted? What are the permissions on the /home directory, and is it truly a directory?

--- rod

Last edited by theNbomr; 11-03-2006 at 10:38 AM.
 
Old 11-03-2006, 10:59 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Try also booting from a live CD and mounting the partition from there.

I don't remember if you did fsck.
 
Old 11-03-2006, 12:57 PM   #10
khaleel5000
Member
 
Registered: Oct 2005
Location: Pakistan
Distribution: Debian,Pclinuxos
Posts: 327

Rep: Reputation: 31
may be there is already a directory which is mounted as /home? may be a directory that it (FC) created during during installation .... may be in the root partition itself !?
 
  


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
mount new drive to /home adds2one Ubuntu 2 09-03-2006 01:56 PM
mount error: mount point /home/me/x does not exist whil Fedora 3 05-24-2006 10:39 AM
When does the mount of /home occure? hyllplan Debian 2 07-22-2005 02:49 AM
how to mount an old /home partition? snakeo2 Mandriva 6 12-20-2004 09:15 PM
mount / , /home , /home/usr on different partitions alekoos Slackware 14 05-03-2004 11:39 AM

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

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