Hello. Quick, easy question, but it's driving me a bit barmy.
My Kubuntu won't get past the login screen. There are various solutions, but I'm going to try a fresh install and start again. I just need to rescue some files first.
If I use the latest Kubuntu CD, none of my drives are mounted and the fstab is pretty much empty. If I use Knoppix all of the drives are mounted but they are still read only, and I want to dive in and delete/copy/move a few between partitions.
I think I can mount the drives read/write with something like
but I seem to be getting something wrong in there because the manual help file keeps coming up. Can anyone sort me out?
Thanks in advance.
My Kubuntu won't get past the login screen. There are various solutions, but I'm going to try a fresh install and start again. I just need to rescue some files first.
If I use the latest Kubuntu CD, none of my drives are mounted and the fstab is pretty much empty. If I use Knoppix all of the drives are mounted but they are still read only, and I want to dive in and delete/copy/move a few between partitions.
I think I can mount the drives read/write with something like
Code:
sudo mount /dev/hda6 /media/drivename ext3 -rw
Thanks in advance.
Comment