 |
|
 |
|
Next: Bug#551319: [grub] grub: crashes frequently on bo..
|
| Author |
Message |
External

Since: Oct 14, 2009 Posts: 4
|
(Msg. 1) Posted: Sat Oct 17, 2009 4:45 am
Post subject: What happen to my hard-drive space? Archived from groups: alt>linux (more info?)
|
|
|
Hi
I just install a new hard drive in my Tecra M3. It's 160Gig.
List of my partitions
Filesystem Size Used Avail
/dev/sda2 71G 66G 1.4G
varrun 1014M 280K 1014M
varlock 1014M 0 1014M
udev 1014M 60K 1014M
devshm 1014M 0 1014M
lrm 1014M 39M 975M
/dev/sda1 75G 7.8G 67G
How come Var, Udev, lrm have taken 40 G of my hd? |
|
| Back to top |
|
 |  |
External

Since: Oct 14, 2009 Posts: 4
|
(Msg. 2) Posted: Sat Oct 17, 2009 6:48 am
Post subject: Re: What happen to my hard-drive space? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Oct 17, 8:07 am, "J.O. Aho" <u... DeleteThis @example.net> wrote:
> Jesse Dorland wrote:
> > Hi
>
> > I just install a new hard drive in my Tecra M3. It's 160Gig.
>
> > List of my partitions
>
> > Filesystem Size Used Avail
> > /dev/sda2 71G 66G 1.4G
> > varrun 1014M 280K 1014M
> > varlock 1014M 0 1014M
> > udev 1014M 60K 1014M
> > devshm 1014M 0 1014M
> > lrm 1014M 39M 975M
> > /dev/sda1 75G 7.8G 67G
>
> > How come Var, Udev, lrm have taken 40 G of my hd?
>
> The only of those which uses any space on your hard drive is
> /dev/sda2 (could this be your /)
> and
> /dev/sda1 (no clue what it is, usually it had been /boot, but far too much
> data there to seem to be plausible)
>
> varrun, varlock, udev, devshm are really located in ram, don't use any space
> on your hard drive.
>
> You usually have some kind of swap slice, it won't be detected by df, but you
> can use top to see the size of it and how much is used. I would guess it's
> around 10G in size.
>
> If you want to know which directory to start looking where a lot of disk space
> has been used, then use du command.
>
> --
>
> //Aho
I have created a swap partition /dev/sda3, is there a way to know if
it is being used? |
|
| Back to top |
|
 |  |
External

Since: Jul 15, 2007 Posts: 246
|
(Msg. 3) Posted: Sat Oct 17, 2009 7:20 am
Post subject: Re: What happen to my hard-drive space? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Jesse Dorland wrote:
> Hi
>
> I just install a new hard drive in my Tecra M3. It's 160Gig.
>
> List of my partitions
>
> Filesystem Size Used Avail
> /dev/sda2 71G 66G 1.4G
> varrun 1014M 280K 1014M
> varlock 1014M 0 1014M
> udev 1014M 60K 1014M
> devshm 1014M 0 1014M
> lrm 1014M 39M 975M
> /dev/sda1 75G 7.8G 67G
>
> How come Var, Udev, lrm have taken 40 G of my hd?
The only of those which uses any space on your hard drive is
/dev/sda2 (could this be your /)
and
/dev/sda1 (no clue what it is, usually it had been /boot, but far too much
data there to seem to be plausible)
varrun, varlock, udev, devshm are really located in ram, don't use any space
on your hard drive.
You usually have some kind of swap slice, it won't be detected by df, but you
can use top to see the size of it and how much is used. I would guess it's
around 10G in size.
If you want to know which directory to start looking where a lot of disk space
has been used, then use du command.
--
//Aho |
|
| Back to top |
|
 |  |
External

Since: Jul 15, 2007 Posts: 246
|
(Msg. 4) Posted: Sat Oct 17, 2009 9:20 am
Post subject: Re: What happen to my hard-drive space? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Jesse Dorland wrote:
> On Oct 17, 8:07 am, "J.O. Aho" <u....TakeThisOut@example.net> wrote:
>> Jesse Dorland wrote:
>>> Hi
>>> I just install a new hard drive in my Tecra M3. It's 160Gig.
>>> List of my partitions
>>> Filesystem Size Used Avail
>>> /dev/sda2 71G 66G 1.4G
>>> varrun 1014M 280K 1014M
>>> varlock 1014M 0 1014M
>>> udev 1014M 60K 1014M
>>> devshm 1014M 0 1014M
>>> lrm 1014M 39M 975M
>>> /dev/sda1 75G 7.8G 67G
>>> How come Var, Udev, lrm have taken 40 G of my hd?
>> The only of those which uses any space on your hard drive is
>> /dev/sda2 (could this be your /)
>> and
>> /dev/sda1 (no clue what it is, usually it had been /boot, but far too much
>> data there to seem to be plausible)
>>
>> varrun, varlock, udev, devshm are really located in ram, don't use any space
>> on your hard drive.
>>
>> You usually have some kind of swap slice, it won't be detected by df, but you
>> can use top to see the size of it and how much is used. I would guess it's
>> around 10G in size.
>>
>> If you want to know which directory to start looking where a lot of disk space
>> has been used, then use du command.
>
> I have created a swap partition /dev/sda3, is there a way to know if
> it is being used?
if not using top, you can always use
swapon -s
--
//Aho |
|
| Back to top |
|
 |  |
External

Since: Jan 03, 2009 Posts: 13
|
(Msg. 5) Posted: Sat Oct 17, 2009 1:20 pm
Post subject: Re: What happen to my hard-drive space? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Sat, 17 Oct 2009 15:58:47 +0200, J.O. Aho wrote:
> Jesse Dorland wrote:
>> On Oct 17, 8:07 am, "J.O. Aho" <u... DeleteThis @example.net> wrote:
>>> Jesse Dorland wrote:
>> [snip]
>> I have created a swap partition /dev/sda3, is there a way to know if it
>> is being used?
>
> if not using top, you can always use
> swapon -s
Or just type 'free' in a terminal. It will show RAM and swap space use.
Stef |
|
| Back to top |
|
 |  |
External

Since: Oct 14, 2009 Posts: 4
|
(Msg. 6) Posted: Sat Oct 17, 2009 2:35 pm
Post subject: Re: What happen to my hard-drive space? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Oct 17, 9:58 am, "J.O. Aho" <u... DeleteThis @example.net> wrote:
> Jesse Dorland wrote:
> > On Oct 17, 8:07 am, "J.O. Aho" <u... DeleteThis @example.net> wrote:
> >> Jesse Dorland wrote:
> >>> Hi
> >>> I just install a new hard drive in my Tecra M3. It's 160Gig.
> >>> List of my partitions
> >>> Filesystem Size Used Avail
> >>> /dev/sda2 71G 66G 1.4G
> >>> varrun 1014M 280K 1014M
> >>> varlock 1014M 0 1014M
> >>> udev 1014M 60K 1014M
> >>> devshm 1014M 0 1014M
> >>> lrm 1014M 39M 975M
> >>> /dev/sda1 75G 7.8G 67G
> >>> How come Var, Udev, lrm have taken 40 G of my hd?
> >> The only of those which uses any space on your hard drive is
> >> /dev/sda2 (could this be your /)
> >> and
> >> /dev/sda1 (no clue what it is, usually it had been /boot, but far too much
> >> data there to seem to be plausible)
>
> >> varrun, varlock, udev, devshm are really located in ram, don't use any space
> >> on your hard drive.
>
> >> You usually have some kind of swap slice, it won't be detected by df, but you
> >> can use top to see the size of it and how much is used. I would guess it's
> >> around 10G in size.
>
> >> If you want to know which directory to start looking where a lot of disk space
> >> has been used, then use du command.
>
> > I have created a swap partition /dev/sda3, is there a way to know if
> > it is being used?
>
> if not using top, you can always use
> swapon -s
>
> --
>
> //Aho
I don't know what happen but it's seems that I have got the hd empty
again... All I had to do was restart the laptop.
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 71G 14G 54G 21% /
I would like to know what apps took over the space, and why... |
|
| Back to top |
|
 |  |
| Related Topics: | acl and linux - hi, i have to work with acl and linux; how is the best file system to do it ? (i have heard reiserfs but i don't know....
Microsoft/LINUX debate. - Why does people brother having this Microsoft/LINUX mud-slinging thing? I am new to LINUX but installed REDHAT 8..
Multiple CD volume backup solution - Hi all I'm looking for a backup package that will allow me to span multiple CDs and also allow for individual CD..
virus scanner - Hi All was wondering if i can get some idea of what people are useing for virus scanners on Redhat 8. Its sendmail tha...
trailing slash in web urls - ya this may be a lame question but i have just setup apache 2.0.46 and when i connect to http://domain it gets the..
Need advice on linux distro - I Installed Debian Linux on a spare computer 2 months ago, and that was the first time I used linux. I've been using i... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|