So I installed Ubuntu on my PC here. Did some stuff (don't ask me what, I have NO idea), and killed the MBR. Somehow, I wound up installing Kubuntu in the free space. Sadly, Grub can't seem to load the existing Ubuntu installation, I tried.
But in any case, after really mucking things up good, I still need to access some info on that Ubuntu partition. So I tried mounting it by adding this line in /etc/fstab:
I also truied mounting it using ext3 FS as well. But when I browse to the /mnt folder, it's always empty.
So... Am I allowed to mount anything in the /mnt folder?
And whether or not I can mount there, how can I access the data that is only found on /dev/hda1?
It's probably something really simple that I'm missing too...
But in any case, after really mucking things up good, I still need to access some info on that Ubuntu partition. So I tried mounting it by adding this line in /etc/fstab:
Code:
/dev/hda1 /mnt/Ubuntu_Drive ext2 defaults,errors=remount-ro 0 0
So... Am I allowed to mount anything in the /mnt folder?
And whether or not I can mount there, how can I access the data that is only found on /dev/hda1?
It's probably something really simple that I'm missing too...
Comment