LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   newbie needs help with harddrive! (https://www.linuxquestions.org/questions/linux-software-2/newbie-needs-help-with-harddrive-57984/)

NeoNPL 05-03-2003 02:15 PM

newbie needs help with harddrive!
 
im a newb to linux but was told to try it , so i have done and i like it. Im running rh9 but i wasnt told to mount my 2nd Harddrive at install (duh!) is there a way for me to do this without installing all over again? Need help fast because it contains all my client work and information! :(

quietguy47 05-03-2003 02:19 PM

http://www.linuxplanet.com/linuxplan...orials/4232/1/ This helped me with that problem.

NeoNPL 05-03-2003 02:40 PM

thanks..but... the harddrive is NTFS and when i type the mount -t ntfs command it says "fs type ntfs not supported by kernal" bet this means i gotta install windows , transfer the files from the big hdd onto the small one then reformat it?

im such a :newbie:

chem1 05-03-2003 02:46 PM

You can get NTFS support from the Linux-NTFS Project
http://linux-ntfs.sourceforge.net/

Just download the RPM and type

rpm -ivh <RPM Name>

There you go....you do not need anything else

Hope that helps....

NeoNPL 05-03-2003 03:05 PM

ok i got it to work, but now when i try to access the drive it says "Error: You do not have permission to view the contents of 'hdc5'"

MasterC 05-03-2003 03:14 PM

You probably aren't root then. You need to add the "users" option as well as umask=000 to your fstab so your users can mount/umount and read from it.

HTH

Cool

NeoNPL 05-03-2003 04:21 PM

i think i understand that... um.... no i dont :(

I am logged in as the only user on the computer - there are no other accounts except this one

chem1 05-03-2003 06:01 PM

ok...try this
open a terminal
type su
it should ask you for a password that you created during the installation...
next you will be back at the prompt again
try accessing the hdc5 now...

hope that helps...

WMCrazyOne 05-07-2003 07:54 PM

Ok, when you boot up your box. It should come to a sign in screen. If it does, then put root as sign in name, and the next screen should ask for your password for root, enter it ..then you should be logging in as root , after that. I know that works, with RH9. Not for sure with other Distros. Or you can go with the process chem1 stated. Both will get you there.


All times are GMT -5. The time now is 07:08 PM.