That was addressed to af123I don't think this diagnostic is working properly. What should it print?
Yes, I'll run it now. Just to clarify, should this be run in maintenance mode or just the standard telnet? ThanksIgorW - can you try running the diagnostic again please?
humax# gfdisk -l /dev/sda
GNU Fdisk 1.3.0a
Copyright (C) 1998 - 2006 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.
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.
Disk /dev/sda: 1000 GB, 1000202273280 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
humax#
humax# gfdisk /dev/sda
Command (m for help): u
Changing display/entry units to sectors
Command (m for help): o
Command (m for help): n
Partition type
e extended
p primary partition (1-4)
p
First sector (default 0s): 63
Last sector or +size or +sizeMB or +sizeKB (default 122913314s): 2120579
Command (m for help): n
Partition type
e extended
p primary partition (1-4)
p
First sector (default 2120580s):
Last sector or +size or +sizeMB or +sizeKB (default 122913314s):
Command (m for help): w
Command (m for help): q
humax# mount /dev/sda2 /mnt/hd2
Writing all changes to /dev/sda.
Error: Partition(s) 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30,
31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50,
51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64 on /dev/sda have been
written, but we have been unable to inform the kernel of the change, probably
because it/they are in use. As a result, the old partition(s) will remain in
use. You should reboot now before making further changes.
i Ignore
c Cancel
That doesn't sound at all right to me and I wouldn't reboot until af123 has commented. Did the process go as af123 had outlined?Thanks. After trying to write the table to disk, I get:
Code:Writing all changes to /dev/sda. Error: Partition(s) 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64 on /dev/sda have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes. i Ignore c Cancel
Up until then, yes it went as instructed.That doesn't sound at all right to me and I wouldn't reboot until af123 has commented. Did the process go as af123 had outlined?