Mailinglist Archive: opensuse (3378 mails)
| < Previous | Next > |
RE: Fwd: Re: [SLE] Suse 7.2 eating disk space
- From: "Julian Sanchez M." <cheo7811@xxxxxxxxx>
- Date: Tue, 2 Apr 2002 12:29:51 -0400
- Message-id: <001501c1da63$a1aab020$f8754bc8@rama>
Stefan:
What advantage does it have to partition the disk that way instead of:
/
/boot
swap
Regards,
Julian
-----Original Message-----
From: Stefan Nilsen [mailto:stefan.nilsen@xxxxxxxxx]
Sent: Wednesday, April 03, 2002 11:36 AM
To: suse-linux-e@xxxxxxxx
Subject: Re: Fwd: Re: [SLE] Suse 7.2 eating disk space
> >1. You can only run fsck as root.
> >2. You can only run fsck (properly) on file-systems that are *not*
> > mounted read-write.
> The command to repair the filesystem is (here we will take: /dev/sda5
> as the damaged one): e2fsck -f -c -y /dev/sda5
>
> Would anyone here be able to tell me whether this is the proper
> procedure for me?
I would do:
e2fsck -f -c -v /dev/hda8
If that fails, badblocks not found, try
e2fsck -f -v /dev/hda8
Remove -v if you dont want it to be verbose (show lots of info).
If it works you should make a backup and perhaps invest in a new disk.
Also I
recommend you to split the disk into more paritions. I would suggest you
to
make the following separate parttitions:
/
/usr
/usr/local
/tmp
/var
/opt
/home
/boot
/Stefan
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
What advantage does it have to partition the disk that way instead of:
/
/boot
swap
Regards,
Julian
-----Original Message-----
From: Stefan Nilsen [mailto:stefan.nilsen@xxxxxxxxx]
Sent: Wednesday, April 03, 2002 11:36 AM
To: suse-linux-e@xxxxxxxx
Subject: Re: Fwd: Re: [SLE] Suse 7.2 eating disk space
> >1. You can only run fsck as root.
> >2. You can only run fsck (properly) on file-systems that are *not*
> > mounted read-write.
> The command to repair the filesystem is (here we will take: /dev/sda5
> as the damaged one): e2fsck -f -c -y /dev/sda5
>
> Would anyone here be able to tell me whether this is the proper
> procedure for me?
I would do:
e2fsck -f -c -v /dev/hda8
If that fails, badblocks not found, try
e2fsck -f -v /dev/hda8
Remove -v if you dont want it to be verbose (show lots of info).
If it works you should make a backup and perhaps invest in a new disk.
Also I
recommend you to split the disk into more paritions. I would suggest you
to
make the following separate parttitions:
/
/usr
/usr/local
/tmp
/var
/opt
/home
/boot
/Stefan
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
| < Previous | Next > |