Sukrit K Mehra wrote:
>
> Hi
>
> I had recently re-installed my linux OS as it had crashed beyond repair.
> Due to this I put all my files in my /boot partion and left it untouched
> during install. It is device /dev/hdc5 and is not mounted on boot. My
> root partion / is hdc1 and it has a /boot directory. Now I am in a fix
> cause I don't know how to access this partion and retrive my files from
> there. Please help. As the files in that partion are quite important to
> me.
# cd /mnt
# mkdir <something>
# mount -t ext2 /dev/hdc5 /mnt/<something>
# cd /mnt/<something>
do whatever u want ...
-----------------------------------------------------------------------
LIH is all for free speech. But it was created for a purpose - to help
people discuss issues about installing and running Linux. If your
messages are counterproductive to this purpose, your privileges to
submit messages can and will be revoked.