Output of 'fdisk -l /dev/hda' is:
Disk /dev/hda: 255 heads, 63 sectors, 2432 cylinders Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System /dev/hda1 1 1272 10217308+ 83 Linux /dev/hda2 1273 1280 64260 83 Linux /dev/hda3 1281 1313 265072+ 82 Linux swap /dev/hda4 1314 2432 8988367+ f Win95 Ext'd (LBA) /dev/hda5 1314 2432 8988336 83 Linux
'mount -o rw /dev/hda1 /mnt/olddos' Does not generate any output
Output of 'df' is:
Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda5 8847228 6001820 2395992 72% / /dev/hda2 62217 10789 48215 19% /boot none 54996 0 54996 0% /dev/shm /dev/hda1 10207744 10207744 0 100% /mnt/olddos
Thanks