Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
|
 |
02-24-2003, 06:38 PM
|
#1
|
Member
Registered: Dec 2002
Location: toronto
Distribution: mandrake 10
Posts: 135
Rep:
|
error when booting after adding new hard drive...
Hello!
Yesterday, I added a new drive to my computer then rebooted it. Once in linux, I used the "hard drives" option in the "mount points" area of the "mandrake control centre" to format and assign the new drive (hdb). Subsequently I was able to read and write to the partition ("/shared", if anyone cares.)
This morning, however the system wouldn't boot properly (some sort of super block kind of error to do with 'hdb' ). I was able to get the system to boot by going into fstab and commenting out the line dealing with hdb1.
Please see the fstab listed below (the comment is still in place). Is there something 'goofy' about the offending line? I would really prefer not to reformat the drive again, as I have just transferred a lot of data there from my old disk.
/dev/hda5 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext2 defaults 1 2
none /mnt/cdrom supermount dev=/dev/hdc,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
none /proc proc defaults 0 0
# /dev/hdb1 /shared ext3 defaults 1 2
/dev/hda2 swap swap defaults 0 0
/dev/hdb1 /mnt/hd auto user,iocharset=iso8859-1,kudzu,codepage=850,noauto,umask=0,exec 0 0
thanks in advance for any suggestions you might have,
doug
|
|
|
02-24-2003, 06:53 PM
|
#2
|
LQ Addict
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704
Rep:
|
So, what is filesystem currently on /dev/hdb1? is it ext3 or something else... I see there are two entries for /dev/hdb1, so which one does give an error???
|
|
|
02-24-2003, 07:02 PM
|
#3
|
Moderator
Registered: Aug 2002
Posts: 26,815
|
Your fstab has it mounted twice.
> # /dev/hdb1 /shared ext3 defaults 1 2
> /dev/hdb1 /mnt/hd auto user,iocharset=iso8859-1,kudzu,codepage=850,noauto,umask=0,exec 0 0
If there were not any errors then can you see you data on /mnt/hd? Just change /mnt/hd to /mnt/shared. I assume MDK added it automatically when it was created.
My initial guess is that it isn't formated as ext3.
|
|
|
02-24-2003, 08:47 PM
|
#4
|
Member
Registered: Dec 2002
Location: toronto
Distribution: mandrake 10
Posts: 135
Original Poster
Rep:
|
Hello!
For what ever reason that they were there, I guess it was the overlapping entries in the fstab that were the cause of my problems. Thanks for your help, and next time I will more of an effort to figure out a problem before posting!
regards,
doug
|
|
|
All times are GMT -5. The time now is 09:45 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
|
|