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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-28-2003, 08:16 AM
|
#1
|
Member
Registered: Jul 2003
Location: IOM
Distribution: Slackware 10.
Posts: 194
Rep:
|
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.
|
|
|
07-28-2003, 08:42 AM
|
#3
|
Member
Registered: Jul 2003
Location: IOM
Distribution: Slackware 10.
Posts: 194
Original Poster
Rep:
|
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
|
|
|
07-28-2003, 08:48 AM
|
#4
|
Member
Registered: Jul 2003
Location: IOM
Distribution: Slackware 10.
Posts: 194
Original Poster
Rep:
|
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.
|
|
|
07-28-2003, 09:03 AM
|
#5
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
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?
|
|
|
07-28-2003, 09:05 AM
|
#6
|
LQ Guru
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141
Rep:
|
Good old typos!
|
|
|
07-28-2003, 09:10 AM
|
#7
|
Senior Member
Registered: Apr 2002
Location: Arbovale, WV
Distribution: Slackware
Posts: 1,761
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 05:05 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|