bug-parted
[Top][All Lists]
Advanced

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

Re: Parted 1.6.0-pre8


From: Richard Hirst
Subject: Re: Parted 1.6.0-pre8
Date: Mon, 8 Apr 2002 15:05:03 +0100
User-agent: Mutt/1.3.24i

Seems to be some excessive rounding going on for 'print' output, or else
you shouldn't be displaying to 3 decimal places.  below I create three new
partitions, starting at 800.001, 900.002, and 950.100; all are displayed
as starting at ???.000:

address@hidden:/build/parted/parted-1.6.0-pre8$ sudo parted/parted /dev/sdc
GNU Parted 1.6.0-pre8
EXPERIMENTAL RELEASE - DO NOT USE ON VALUABLE DATA!!!

Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software, covered by the GNU General Public License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY 
WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
Public License for more details.

Using /dev/sdc
(parted) p
Disk geometry for /dev/sdc: 0.000-4095.856 megabytes
Disk label type: gpt
Minor    Start       End     Filesystem  Name                  Flags
1          0.017     50.000  fat16                             
2         50.000    150.000  fat16                             
6        300.000    400.000                                    
3        700.000    800.000                                    
4       1174.000   4095.840  ext2                              
(parted) mkpartfs primary ext2 800.001 900
(parted) p
Disk geometry for /dev/sdc: 0.000-4095.856 megabytes
Disk label type: gpt
Minor    Start       End     Filesystem  Name                  Flags
1          0.017     50.000  fat16                             
2         50.000    150.000  fat16                             
6        300.000    400.000                                    
3        700.000    800.000                                    
5        800.000    900.000  ext2                              
4       1174.000   4095.840  ext2                              
(parted) mkpartfs primary ext2 900.002 950
(parted) p
Disk geometry for /dev/sdc: 0.000-4095.856 megabytes
Disk label type: gpt
Minor    Start       End     Filesystem  Name                  Flags
1          0.017     50.000  fat16                             
2         50.000    150.000  fat16                             
6        300.000    400.000                                    
3        700.000    800.000                                    
5        800.000    900.000  ext2                              
7        900.000    950.000  ext2                              
4       1174.000   4095.840  ext2                              
(parted) mkpartfs primary ext2 950.100 1000
(parted) p
Disk geometry for /dev/sdc: 0.000-4095.856 megabytes
Disk label type: gpt
Minor    Start       End     Filesystem  Name                  Flags
1          0.017     50.000  fat16                             
2         50.000    150.000  fat16                             
6        300.000    400.000                                    
3        700.000    800.000                                    
5        800.000    900.000  ext2                              
7        900.000    950.000  ext2                              
8        950.000   1000.000  ext2                              
4       1174.000   4095.840  ext2                              
(parted) 




reply via email to

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