On Sun, Feb 7, 2010 at 6:16 PM, Peter Humphrey <pe...@humphrey.ukfsn.org> wrote:
> On Monday 08 February 2010 01:27:33 Mark Knecht wrote:
>
>> sorry to have forgotten is but simply do
>>
>> df
>>
>> and see what it says is mounted
>
> $ df
> Filesystem            Size  Used Avail Use% Mounted on
> rootfs                 60G   25G   32G  44% /
> /dev/root              60G   25G   32G  44% /
> rc-svcdir             1.0M  108K  916K  11% /lib64/rc/init.d
> udev                   10M  144K  9.9M   2% /dev
> shm                   2.0G     0  2.0G   0% /dev/shm
> /dev/sda6              40G  6.4G   32G  17% /home
> /dev/sda7              61G   23G   36G  39% /home/prh/common
> tmpfs                 9.0G  1.8M  9.0G   1% /tmp
>
> Now, ever since I upgraded to openrc (by setting ACCEPT_KEYWORDS=~amd64
> when I installed this system) my root partition has not been shown as a
> physical partition. I decided to let it go for the time being.
>
> --
> Rgds
> Peter.
>
>

Is this some sort of LVM thing creeping in? I don't use it but I see
signs of it starting to show up on my systems like something is making
it come in with new profiles or something.

I don't know how LVM works but I assume that rootfs and /dev/root have
something to do with your main file system? I rebuilt new hardware for
my dad yesterday using the default sda1/2/3 setup from the Gentoo
AMD64 Install Guide and I see the following:

gandalf ~ # df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/sda3            103212320   5041116  92928324   6% /
udev                     10240       164     10076   2% /dev
shm                    1925772         0   1925772   0% /dev/shm
gandalf ~ # cat /proc/partitions
major minor  #blocks  name

   8        0  976762584 sda
   8        1     102343 sda1
   8        2    8388608 sda2
   8        3  104857600 sda3
gandalf ~ #

Did you intend to have 3 100MB partitions at the start of your drive
and then everything else inside of an extended partition? It's not
wrong - it was just unexpected for me.

Is yours a 1-Terabyte drive?

[QUOTE]
$    cat /proc/partitions
major minor  #blocks  name

  8        0  976762584 sda
  8        1     112423 sda1
  8        2     112455 sda2
  8        3     104422 sda3
  8        4          1 sda4
  8        5   62918509 sda5
  8        6   41945683 sda6
  8        7   64685691 sda7
  8        8   20000925 sda8
  8        9   10000431 sda9
  8       10   10490413 sda10
  8       11   10482381 sda11
  8       12   20980858 sda12
  8       13   10490413 sda13
[/QUOTE]

Reply via email to