Hello, I have a question. I recently did a fdisk -l the other day on one of our servers, and I got the following output...
Code:
Disk /dev/hda: 255 heads, 63 sectors, 524 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 37 292824 82 Linux swap
Partition 1 has different physical/logical endings:
phys=(1023, 8, 63) logical=(36, 116, 63)
Partition 1 does not end on cylinder boundary:
phys=(1023, 8, 63) should be (1023, 254, 63)
/dev/hda2 * 37 525 3916552+ 83 Linux
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(1023, 8, 63) logical=(36, 117, 1)
Partition 2 has different physical/logical endings:
phys=(1023, 8, 63) logical=(524, 11, 63)
Partition 2 does not end on cylinder boundary:
phys=(1023, 8, 63) should be (1023, 254, 63)
Now it may just be me, but this looks bad. The server is acting normally. It seems to boot fine. There is no windows partitions (I noticed other people with similar similar problems had windows issues). Here's what my fstab file looks like. As you can see there's really nothing special to it.
Code:
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hda2 / ext3 errors=remount-ro 0 1
/dev/hda1 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto user,noauto 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
If anyone can help me fix these problems or give me a better understanding of what these errors actually mean that would be very helpful.
If I need to provide more information just ask, this has me real nervous
Thanks.