bug-parted
[Top][All Lists]
Advanced

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

resize command sets lba flag and resizing the extended partition


From: Sven Hartrumpf
Subject: resize command sets lba flag and resizing the extended partition
Date: Mon, 10 Feb 2003 13:36:29 +0100 (CET)

Hi. Why does "resize" set the flag "lba"?

(parted) p                                                                
Disk geometry for /dev/hde: 0.000-39266.718 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031    101.975  primary   ext2        boot
2        101.975   2157.165  extended              
5        102.006   2157.165  logical   ext2        
3      10401.460  12401.740  primary   ext2        
4      12401.741  39260.412  primary   ext2        
(parted) resize 2 101.975 10401.460                                       
(parted) p                                                                
Disk geometry for /dev/hde: 0.000-39266.718 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031    101.975  primary   ext2        boot
2        101.975  10401.459  extended              lba
5        102.006   2157.165  logical   ext2        
3      10401.460  12401.740  primary   ext2        
4      12401.741  39260.412  primary   ext2        


In addition, I was surprised that resizing an extended
partition works although its logical partitions are
mounted. If this is a feature, one could add a sentence
to the description of "resize". (It simplifies my
massive hard disk reorganization substantially :-) )

Greetings
Sven




reply via email to

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