fstab problems

2002-02-04 Thread Robert L. Hemus

Ladies  Gentlemen,
I'm back at the trough.  Appreciate any and all help.

I was monkeying around with the /etc/fstab on hdb1 and buggered it up
and need help.  Following The Llama's advice I had purchased Running
Linux 3rd Ed. and am able to get at the file, but can't seem to get it
right.  Here is a copy of the file I have on hdb3;
devpts /dev/pts devpts gid=5,mode=620 0 0
/proc /proc proc defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,exec 0 0
/dev/fd0 /mnt/floppy auto defaults,user,noauto 0 0
/dev/hdb2 swap swap defaults 0 0
*/dev/hdb3 / ext2 defaults 1 3
/dev/hda1 /mnt/hda1 vfat ro 0 0
*/dev/hdb1 /mnt/hdb1 ext2 defaults 1 0
 
Would exchanging the *'d lines make it work?  I thought I'd done that,
but it didn't seem to work.  I saved it in emacs with C-x C-s.  The
reason I think it is the fstab file is on bootup the Checking file
systems Fail's and when it gets to System loggers it freezes.  By the
way I have to start the hdb3 with a rescue floppy.  So/Or could the
/bootgrub/menu.lst be the buggered one? 
Thanks, again.
Bob
___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: fstab problems

2002-02-04 Thread Net Llama

--- Robert L. Hemus [EMAIL PROTECTED] wrote:
 I was monkeying around with the /etc/fstab on hdb1 and buggered it up
 and need help.  Following The Llama's advice I had purchased Running
 Linux 3rd Ed. and am able to get at the file, but can't seem to get it
 right.  Here is a copy of the file I have on hdb3;
   devpts /dev/pts devpts gid=5,mode=620 0 0
   /proc /proc proc defaults 0 0
   /dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,exec 0 0
   /dev/fd0 /mnt/floppy auto defaults,user,noauto 0 0
   /dev/hdb2 swap swap defaults 0 0
   */dev/hdb3 / ext2 defaults 1 3
   /dev/hda1 /mnt/hda1 vfat ro 0 0
   */dev/hdb1 /mnt/hdb1 ext2 defaults 1 0
  
 Would exchanging the *'d lines make it work?  I thought I'd done that,
 but it didn't seem to work.  I saved it in emacs with C-x C-s.  The
 reason I think it is the fstab file is on bootup the Checking file
 systems Fail's and when it gets to System loggers it freezes.  By
 the
 way I have to start the hdb3 with a rescue floppy.  So/Or could the
 /bootgrub/menu.lst be the buggered one? 

Your problem is a bad fsck, not anything related to /etc/fstab or GRUB.
If checking the filesystem fails, then you need to run a manual fsck
against each unmounted or read-only ext2 partition.

I have no clue what /mnt/hdb1 is supposed to be, but its certainly not a
standard mountpoint.  What did fstab look like before you started
touching it?

=

Lonni J. Friedman  [EMAIL PROTECTED]

Linux Step-by-step help:   http://netllama.ipfox.com

 .

__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com
___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.