> > $ pwd
> > /mnt/fc6/boot
> > $ dir grub*
> > dir: grub*: No such file or directory
> > $ cd grub
> > bash: cd: grub: No such file or directory
>
> What does
>
> mount
>
> and
>
> ll /mnt/fc6/boot
> ll /mnt/fc6/boot/grub
>
> say then? Are we sure that what is mounted there is the partition that
> would be used as /boot when coming up in FC6?
OK, I undertand it now: the command
mount /dev/hda1 /mnt/fc5/boot
mounts a MS Windows partition that I have also on hda. So, how can I
mount the boot directory of the Linux partition living on hda?