Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I had to reinstall Linux. I have 2 hds and wanted to keep #2 intact.
I reformatted #1 and installed RedHat 9.0 and now I can't seem to
mount #2. It shows when I type in dmesg or in fdisk but when I try
to mount it , Linux tells me it cant find it.
Any suggestions? Please.
Do you remember what filesystem that you formatted hdb1?
mount -t <fstype> /dev/hdb1 /mnt/<disk2>
Change <fstype> to actual filesystem type. If you do not know then use auto
Be sure to create a directory /mnt/<disk2> Change <disk2> to whatever you want to call the mount point.
I'm really just beginning so please bear with me.
I'm sure its ext3 file system, when I try and run the line you suggested I get an error:
syntax error near unexpected token 'newline'
Ok, now i feel like an lame. I guess that what using Microsoft for so long
will do to you. Anyway, I've got it mounted, now how do I get it to
auto mount on boot?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.