LinuxQuestions.org
Help answer threads with 0 replies.
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 07-28-2003, 08:16 AM   #1
Devboy
Member
 
Registered: Jul 2003
Location: IOM
Distribution: Slackware 10.
Posts: 194

Rep: Reputation: 30
help 120g hdd wont mount!


hey guys ive managed to get my other 3hdds mounted includeing the one on raid, but when i add the mount ponit for the 120gb maxtor dimanod plus 9 in fstab, when i boot up again it gives me errors! errr if i can rember is think it said:

carnt mount bad super sector or to many drives mounted or somthing else

dose anyone have a clue to these errors? could it be i need to format my hard drive? its ntfs by the way the same as the others but my 120gb hdd has 70GB of stuff i need so i hope theres away around this without formating.
 
Old 07-28-2003, 08:37 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
We would need some inportant information to help you as we can't see what you type unless you tell us.

Post your /etc/fstab file and the output (as root) of:

fdisk -l

# Managing drives
LNAG - Accessing my drives
Rute - Device Mounting

# Redhat links
RedHat Linux Manuals
Get your mp3 support here
Maximum RPM
rpmfind
Easier software management: apt4rpm - Red Carpet
RedHat 8.0 Tips & Tricks

# Redhat 7.3 down configuration commands
setup leads to several configuration tools

# Redhat 7.3 up configuration commands
Configure soundcard:
redhat-config-soundcard
Configure X server:
redhat-config-xfree86
Configure network:
redhat-config-network
Manage software:
redhat-config-packages

# Handling NTFS
New Technology FileSystem (NTFS) HOWTOs
Linux NTFS project

Last edited by fancypiper; 07-28-2003 at 08:39 AM.
 
Old 07-28-2003, 08:42 AM   #3
Devboy
Member
 
Registered: Jul 2003
Location: IOM
Distribution: Slackware 10.
Posts: 194

Original Poster
Rep: Reputation: 30
LABEL=/ / ext2 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hdk1 /mnt/installedgames ntfs defaults,owner,ro,umask=002,gid=100 0 0
/dev/hda1 /mnt/win2k ntfs defaults,owner,ro,umask=002,gid=100 0 0
/dev/hdb5 /mnt/downloads1 vfat defaults,owner,ro,umask=002,gid=100 0 0
/dev/hde1 /mnt/hde ntfs
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0


fdisk -1:


Disk /dev/hdk: 40.9 GB, 40982151168 bytes
255 heads, 63 sectors/track, 4982 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdk1 * 1 4982 40017883+ 7 HPFS/NTFS

Disk /dev/hde: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hde1 1 14947 120061746 7 HPFS/NTFS

Disk /dev/hda: 20.0 GB, 20000000000 bytes
255 heads, 63 sectors/track, 2431 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 2431 19526976 7 HPFS/NTFS

Disk /dev/hdb: 40.0 GB, 40027029504 bytes
255 heads, 63 sectors/track, 4866 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 2550 20482843+ 83 Linux
/dev/hdb2 2551 4866 18603270 f Win95 Ext'd (LBA)
/dev/hdb5 2551 4866 18603238+ b Win95 FAT32
 
Old 07-28-2003, 08:48 AM   #4
Devboy
Member
 
Registered: Jul 2003
Location: IOM
Distribution: Slackware 10.
Posts: 194

Original Poster
Rep: Reputation: 30
SORRY! but its mounting now all i did was add:

/dev/hde1 /mnt/hde ntfs defaults,owner,ro,umask=002,gid=100 0 0

but i tried that once and it gavce me an error.
 
Old 07-28-2003, 09:03 AM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
It helps if you use the code tag (button labeled #) for files and outputs as that retains the formatting.

Where/how is the drive installed? Is the drive /dev/hdk? Can you mount it manually?
Code:
fancy@uilleann $ su -
Password: 
root@uilleann # mount /dev/hdk1 /mnt/hdk
What happens using that command?
 
Old 07-28-2003, 09:05 AM   #6
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Good old typos!
 
Old 07-28-2003, 09:10 AM   #7
tangle
Senior Member
 
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761

Rep: Reputation: 78
Is the drive on the raid controller or is it on the IDE chain? If it is on the raid controller and you have the other drives set in to raid 0/1, you might have a problem.

If it is on an IDE chain? You should be able to mount it by typing mount -t ntfs /dev/hdd /mnt/old_win, if it is on an IDE chain. If it is on the a raid controller use, mount -t ntfs /dev/sda2 /mnt/old_win.

Note: you will need to create the directory /mnt/old_win. THe device name may be different too depending on the location of the drive.
 
  


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 & mount 2nd hdd after FedCor1 has been installed on 1st hdd? clay394 Fedora 1 05-18-2004 01:50 PM
Slackware 9.1 wont read my HDD? xbenx Linux - Newbie 7 04-15-2004 08:55 AM
/boot duplicate (2nd hdd wont mount) dsiguy Linux - General 4 09-25-2003 01:46 PM
problem detect 120G harddisk ? calbee Linux - Hardware 3 07-28-2003 02:13 PM
RHL 8 on *other* hdd and XP wont boot ashayh Linux - General 0 02-04-2003 02:11 AM

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

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