bug-parted
[Top][All Lists]
Advanced

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

Re: `print NUMBER' doesn't print anything in interactive mode


From: sachidananda urs
Subject: Re: `print NUMBER' doesn't print anything in interactive mode
Date: Tue, 9 Oct 2012 23:05:00 +0530

On Tue, Oct 9, 2012 at 10:15 PM, sachidananda urs <address@hidden> wrote:
> For example in the below example. print 8 should have printed details
> on the partition.
>
> I am using latest git, compiled from source.
>
>
> (parted) print
> Model: ATA ST320LT007-9ZV14 (scsi)
> Disk /dev/sda: 320GB
> Sector size (logical/physical): 512B/512B
> Partition Table: msdos
> Disk Flags:
>
> Number  Start   End     Size    Type      File system  Flags
>  1      1049kB  4000MB  3999MB  primary
>  2      4000MB  24.0GB  20.0GB  primary   ext4         boot
>  4      24.0GB  320GB   296GB   extended
>  5      24.0GB  74.0GB  50.0GB  logical
>  6      74.0GB  262GB   188GB   logical
>  7      266GB   293GB   26.2GB  logical
>  8      293GB   320GB   27.5GB  logical   sun-ufs
>
> (parted) print 8
> (parted)

I see from the source:

static int
partition_print (PedPartition* part)
{
        return 1;
}

patition_print doesn't do anything. Can we modify the documentation
and remove the option from it. Till this is implemented.

-sac



reply via email to

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