View Single Post
Old 31st January 2012
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Quote:
Originally Posted by gillindu View Post
And this is how my disklabel table looks now:
Code:
#        size    offset     fstype [fsize bsize cpg/sgs]
 a:   8721216 180458208     4.2BSD   2048 16384     0  # (Cyl. 179026 - 187677)
 b:    263088 189179424       swap                     # (Cyl. 187678 - 187938)
 c:  20498877 180458208     unused      0     0        # (Cyl. 179026 - 199362*)
 d: 312581808         0     unused      0     0        # (Cyl.      0 - 310100)
 g:  12289000 200957274 Linux Ext2      0     0        # (Cyl. 102063*- 103482*)
 h:  11514762 189442512     4.2BSD   2048 16384     0  # (Cyl. 187939 - 199362*)
 i:  12289062 213246275 Linux Ext2      0     0        # (Cyl.  30520*-  54904*)
(Only the partitions that are somehow concerned have been displayed, I've left out those that shouldn't be affected in any way.) The "g" is going to be deleted to make space for the expanded "c".
I had some other comments, but when I saw the above table, I thought it would be worth delaying those. The table doesn't look right (unless I'm missing something). Look at partition a: ... it goes to a last sector of 197179503. Doesn't this mean the root ( / ) partition overlaps both the swap and the h: partition?
Reply With Quote