bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: address@hidden: Bug#109613: Size column in partition list]


From: Andrew Clausen
Subject: Re: address@hidden: Bug#109613: Size column in partition list]
Date: Mon, 10 Sep 2001 10:19:19 +1000
User-agent: Mutt/1.2.5i

On Mon, Sep 10, 2001 at 09:37:59AM +1000, Timshel Knoll wrote:
> Wouldn't it be nice if there is a 'Size' column on 'print' output?
> 
> Example:
> (parted) p
> Disk geometry for /dev/hda: 0.000-14324.625 megabytes
> Disk label type: msdos
> Minor    Start       End        Size    Type      Filesystem  Flags
> 1          0.031    298.081    298.050  primary   FAT         boot
> 2        298.081   8032.500   7734.418  extended              
> 5        298.112   3294.580   2996.468  logical   ntfs        
> 6       3294.611   4094.692    800.081  logical   ext2        
> 7       4094.723   6142.038   2047.315  logical   ext2        
> 8       6142.069   8032.500   1890.430  logical   ext2        
> 3       8032.500   8158.007    125.507  primary   linux-swap  
> 4       8158.008  14323.579   6165.571  primary   ext2        
> (parted) 

Takes up a bit of screen real-estate...  OTOH, it's useful information.
Also, free space would also be useful.

That said, it looks like something extra is going to fit...

> +                     (int) part->geom.end * 1.0 / MEGABYTE_SECTORS,
> +                     (int) (part->geom.end - part->geom.start)*1.0
> +                     / MEGABYTE_SECTORS);

use part->geom.length!

Anyway, I don't really care.  Up to The Users TM to decide!  Send in
your votes!

(a) length only
(b) length and % used  (might spill some lines, with, say, "lba, boot",
remember we have translations to worry about...)
(c) % used only
(d) MB used only
(e) something else?

BTW, in pt_BR, Eliphas (oi!) translated "Filesystem" as "Sistema de
Arquivos", which is a bit long (System of files).  Would "Sistema"
suffice?  Or "Sistema/Arqs"?

fr has "Système de fichier plein!"

Andrew




reply via email to

[Prev in Thread] Current Thread [Next in Thread]