Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2011 13:16:27 +0000
From:      Arthur Chance <freebsd@qeng-ho.org>
To:        Polytropon <freebsd@edvax.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: / file system is full, but du does not show that it's full
Message-ID:  <4D6BA02B.4030000@qeng-ho.org>
In-Reply-To: <20110228134719.57bad4b6.freebsd@edvax.de>
References:  <AANLkTikyiZD%2BO6BKCighmuyppo5j2NinzoJE04zW8sXB@mail.gmail.com>	<201102281218.p1SCIR87034416@mail.r-bonomi.com>	<AANLkTin6En%2BFhQvqxK6E6YkObvAS%2BKzC_xoD3DzfJ_wc@mail.gmail.com>	<AANLkTin1LoOksE%2B_w1sCjYY9fzqrk%2B=3c=5z6uCDN1FS@mail.gmail.com>	<4D6B9547.2050703@my.gd> <20110228134719.57bad4b6.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02/28/11 12:47, Polytropon wrote:
> On Mon, 28 Feb 2011 13:29:59 +0100, Damien Fleuriot<ml@my.gd>  wrote:
>> Slice a (as in: da0s1a) is very likely his /
>>
>> /var is usually slice f
>
> Terminology: Slices are with numbers, partitions are with letters. :-)
>
> E. g. da0s1 is the FreeBSD slice, its partition a = da0s1a is /,
> while /var corresponds to partition da0s1f.

Unless you've got GPT disks where there are usually only partitions and 
they're numbered:

arthur@fileserver> gpart show ada5
=>       34  976773101  ada5  GPT  (466G)
          34          6        - free -  (3.0K)
          40         64     1  freebsd-boot  (32K)
         104    2097152     2  freebsd-ufs  (1.0G)
     2097256    2097152     3  freebsd-ufs  (1.0G)
     4194408    8388608     4  freebsd-swap  (4.0G)
    12583016  964190119     5  freebsd-ufs  (460G)

arthur@fileserver> ls /dev/ada5*
/dev/ada5	/dev/ada5p1	/dev/ada5p2	/dev/ada5p3	/dev/ada5p4	/dev/ada5p5

Personally I prefer labelling everything, which GPT makes easier.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D6BA02B.4030000>