|
From: Nathan S. T. <nat...@on...> - 2014-12-17 18:15:38
|
On Wed, Dec 17, 2014 at 18:03:04 +0900, Kimio Miyamura wrote: > $ sudo fdisk /dev/disk5 > Password: > Disk: /dev/disk5 geometry: 60801/255/63 [976773168 sectors] > Signature: 0xAA55 > Starting Ending > #: id cyl hd sec - cyl hd sec [ start - size] > ------------------------------------------------------------------------ > 1: EE 1023 254 63 - 1023 254 63 [ 1 - 976773167] <Unknown ID> > 2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused > 3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused > 4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused > > > Here, I got contradiction. The LBA provided by short test is bigger > than fdisk's sector size. Also, with smratctl -a command, I got > different LBA from short test result. I'm not sure if this will actually resolve your LBA v.s. size problem, but the id value of "EE" shown above indicates that this disk is using GPT for partitioning, and thus probably the "gpt" command is what you want to be using to see the layout of the actual partitions on that disk.... Nathan ---------------------------------------------------------------------------- Nathan Stratton Treadway - nat...@on... - Mid-Atlantic region Ray Ontko & Co. - Software consulting services - http://www.ontko.com/ GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt ID: 1023D/ECFB6239 Key fingerprint = 6AD8 485E 20B9 5C71 231C 0C32 15F3 ADCD ECFB 6239 |