LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   trouble with knoppix (https://www.linuxquestions.org/questions/linux-newbie-8/trouble-with-knoppix-234280/)

muller 09-23-2004 09:20 AM

trouble with knoppix
 
hey im running knoppix(trying to save files after a messed up installation) and i cant seem to write to any of my hard drives (internal or external) i have selected for the drives to be writable and they are all formatted using fat32. and i even formatted one of them again with knoppix but it still wont let me write to them, does any one have any idea what to do?

thanks
ross

pongmaster 09-23-2004 09:25 AM

Have you mounted the drive/s?
$ mount hdx
where x is the drive letter.

EDIT fixed spelling

muller 09-23-2004 09:27 AM

yup. it just keeps telling me cant write to hda1/hda5 etc

pongmaster 09-23-2004 09:33 AM

Sorry, my mistake you need to be root. So:
$ su
enter root password
# mount hdx

Or you could try
# mount rw hdx

Ask a stupid question, but you have created a mount point, right?

muller 09-23-2004 09:38 AM

unfortunatley you're gonna get a stupid ans, whats a mount point

pongmaster 09-23-2004 09:45 AM

OK.
I'm not all that familiar with the Knoppix menu setup, but here goes.
In the Knoppix 'start menu' go to system - configuration - configure your computer.
It'll ask for your root password. Enter it. When the configuration window opens you should see an option for hard drives, mount points or partitions. Like I said, I'm not sure what Knoppix lists this option as, but it'll be something along those lines. This section is what you want. Here you'll find all your info about your hard drives. Click on the drive you want to write to. There should be an option to 'create mount point'. Create your mount point by typing in /mnt/drivea. When you've done so, there should now be an option to 'mount' the drive you just named. Do so. You'll be able to navigate to the drive through the folder /mnt/drivea.
If at any point Knoppix says that you're goint to change your /etc/fstab file, then that's OK, this is what you want.

muller 09-23-2004 09:59 AM

i got it thanks!!!


All times are GMT -5. The time now is 12:24 PM.