Re: [expert] Broken Filesystem, but I fsck'ed it----

2001-09-16 Thread Expert

No, 5. But it won't go all the way into it.

On Sunday 16 September 2001 07:21 am, so spoke FLYNN, Steve:
 Silly question but you don't have the default runlevel set to 1 do you?

 Steve Flynn
 NOP Data Migration Ops Analyst
 * 01603 687386


   -Original Message-
   From:   Expert [SMTP:[EMAIL PROTECTED]]
   Sent:   Saturday, September 15, 2001 5:43 PM
   To: [EMAIL PROTECTED]
   Subject:Re: [expert] Broken Filesystem, but I fsck'ed it

   Oops, yes sorry about that.
   I believe there was some kind of power glink,
   but I fsck'ed -f many times, and the drive is a
   Quantum, I even used the -c option to check for
   bad blocks, and it said zero bad blocks,
   since I did this from a rescue disc with all partitions
   unmounted, I wonder if it did not write something
   to some file telling fsck for bootup that it
   was actually repaired or something?

   I am not sure how that works.

   I hope it is not the drive, it is a Quantum :(

   On Saturday 15 September 2001 08:49 am, so spoke etharp:
are you the by the way  subjuct line? helps when following a

 thread if

the subject line is not changed to much. where the file systems

 mounted

when you last fsked them? could be time to purchase a new hard

 drive?

mother board? MOBO battery? adjust the BIOS to correctly regognize

 the HD?

do you dual boot? did you have a bad shutdown?
   
On Saturday 15 September 2001 05:42, you wrote:
 Require help with system not booting.

 The system drops me to a shell every time.

 It said repair file system, so I said yes,
 then it said it could not, and dropt me to
 a shell, coulndt do anything productive.

 Booted rescue, fsck all partitions, fsck
 reported all were clean.

 Rebooted.

 Still fscked up because it goes into same mode

 This result is un acceptable.

 How do I fix it?
   

Content-Type: text/plain; charset=us-ascii;

 name=message.footer

Content-Transfer-Encoding: 8bit
Content-Description:


   
   Content-Type: text/plain; charset=iso-8859-1;
 name=message.footer
   Content-Transfer-Encoding: 8bit
   Content-Description:
   
 File: message.footer 


 **
 This email and any files sent with it are intended only for the named
 recipient. If you are not the named recipient please telephone/email
 the sender immediately. You should not disclose the content or
 take/retain/distribute any copies.
 **


 Norwich Union Life  Pensions Limited
 Registered Office 2 Rougier Street
 York YO90 1UU
 Registered in England Number 3253947
 A member of the Norwich Union Marketing Group
 which is regulated by the Personal Investment Authority.
 Member of the Association of British Insurers.

 For further Enquires 01603 622200


Content-Type: text/plain; charset=iso-8859-1; name=message.footer
Content-Transfer-Encoding: 8bit
Content-Description: 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Broken Filesystem, but I fsck'ed it----

2001-09-15 Thread Expert

Require help with system not booting.

The system drops me to a shell every time.

It said repair file system, so I said yes,
then it said it could not, and dropt me to
a shell, coulndt do anything productive.

Booted rescue, fsck all partitions, fsck
reported all were clean.

Rebooted.

Still fscked up because it goes into same mode

This result is un acceptable.

How do I fix it?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Broken Filesystem, but I fsck'ed it----

2001-09-15 Thread Asheesh Laroia

Do you know what file system you have?

If it's ext2, use:

e2fsck -f device

The -f makes sure it runs the check.  Sometimes the fsck program thinks
the file system is clean on first check when it is not.

For a ReiserFS partition, use:

reiserfsck device

Best of luck!

-- Asheesh.

On Sat, 15 Sep 2001, Expert wrote:

 Require help with system not booting.

 The system drops me to a shell every time.

 It said repair file system, so I said yes,
 then it said it could not, and dropt me to
 a shell, coulndt do anything productive.

 Booted rescue, fsck all partitions, fsck
 reported all were clean.

 Rebooted.

 Still fscked up because it goes into same mode

 This result is un acceptable.

 How do I fix it?






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Broken Filesystem, but I fsck'ed it----

2001-09-15 Thread etharp

are you the by the way  subjuct line? helps when following a thread if the 
subject line is not changed to much. where the file systems mounted when you 
last fsked them? could be time to purchase a new hard drive? mother 
board? MOBO battery? adjust the BIOS to correctly regognize the HD?
 do you dual boot? did you have a bad shutdown?  

On Saturday 15 September 2001 05:42, you wrote:
 Require help with system not booting.

 The system drops me to a shell every time.

 It said repair file system, so I said yes,
 then it said it could not, and dropt me to
 a shell, coulndt do anything productive.

 Booted rescue, fsck all partitions, fsck
 reported all were clean.

 Rebooted.

 Still fscked up because it goes into same mode

 This result is un acceptable.

 How do I fix it?


Content-Type: text/plain; charset=us-ascii; name=message.footer
Content-Transfer-Encoding: 8bit
Content-Description: 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Broken Filesystem, but I fsck'ed it----

2001-09-15 Thread David E. Fox

 Require help with system not booting.
 
 The system drops me to a shell every time.

OK, did you enter the fsck command at the shell
prompt *without* any options? i.e., 'fsck /dev/hda1' or
whatever?


David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Broken Filesystem, but I fsck'ed it----

2001-09-15 Thread Expert

Yep, I have ext2 and used the -f option, still did not
think it was good on boot up.


On Saturday 15 September 2001 08:36 am, so spoke Asheesh Laroia:
 Do you know what file system you have?

 If it's ext2, use:

 e2fsck -f device

 The -f makes sure it runs the check.  Sometimes the fsck program thinks
 the file system is clean on first check when it is not.

 For a ReiserFS partition, use:

 reiserfsck device

 Best of luck!

 -- Asheesh.

 On Sat, 15 Sep 2001, Expert wrote:
  Require help with system not booting.
 
  The system drops me to a shell every time.
 
  It said repair file system, so I said yes,
  then it said it could not, and dropt me to
  a shell, coulndt do anything productive.
 
  Booted rescue, fsck all partitions, fsck
  reported all were clean.
 
  Rebooted.
 
  Still fscked up because it goes into same mode
 
  This result is un acceptable.
 
  How do I fix it?


Content-Type: text/plain; charset=us-ascii; name=message.footer
Content-Transfer-Encoding: 8bit
Content-Description: 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Broken Filesystem, but I fsck'ed it----

2001-09-15 Thread Expert

Oops, yes sorry about that.
I believe there was some kind of power glink,
but I fsck'ed -f many times, and the drive is a 
Quantum, I even used the -c option to check for
bad blocks, and it said zero bad blocks,
since I did this from a rescue disc with all partitions
unmounted, I wonder if it did not write something
to some file telling fsck for bootup that it 
was actually repaired or something?

I am not sure how that works.

I hope it is not the drive, it is a Quantum :(



On Saturday 15 September 2001 08:49 am, so spoke etharp:
 are you the by the way  subjuct line? helps when following a thread if
 the subject line is not changed to much. where the file systems mounted
 when you last fsked them? could be time to purchase a new hard drive?
 mother board? MOBO battery? adjust the BIOS to correctly regognize the HD?
 do you dual boot? did you have a bad shutdown?

 On Saturday 15 September 2001 05:42, you wrote:
  Require help with system not booting.
 
  The system drops me to a shell every time.
 
  It said repair file system, so I said yes,
  then it said it could not, and dropt me to
  a shell, coulndt do anything productive.
 
  Booted rescue, fsck all partitions, fsck
  reported all were clean.
 
  Rebooted.
 
  Still fscked up because it goes into same mode
 
  This result is un acceptable.
 
  How do I fix it?

 
 Content-Type: text/plain; charset=us-ascii; name=message.footer
 Content-Transfer-Encoding: 8bit
 Content-Description:
 


Content-Type: text/plain; charset=iso-8859-1; name=message.footer
Content-Transfer-Encoding: 8bit
Content-Description: 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Broken Filesystem, but I fsck'ed it----

2001-09-15 Thread David E. Fox

 the very first time it ha[p[pebned, yes,
 then when that did not help is when I went with

Well, if you do use options it does not work. That tripped me up the
first time I had to manually fsck a partition -- in fact, that's what
running fsck manually means. 



David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com