LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-04-2006, 01:14 PM   #1
toadbark
LQ Newbie
 
Registered: May 2003
Location: Ontario, Canada
Distribution: Redhat 9.0, Mandrake 9.2
Posts: 22

Rep: Reputation: 15
hard drive mount procedure


I've got 2 hard drives in my tower.
The first one is running a dual boot - Suse 10 / Win98SE.
The mount points show up as hda1 (windows) hda2 (swap) hda3 (native).
The second hard drive doesn't mount, but it does show up in hardware information as /dev/hdb

How do I mount it, and how do I get my system to automatically mount it when I boot ?

Thanks in advance for any help.
 
Old 02-04-2006, 01:18 PM   #2
toadbark
LQ Newbie
 
Registered: May 2003
Location: Ontario, Canada
Distribution: Redhat 9.0, Mandrake 9.2
Posts: 22

Original Poster
Rep: Reputation: 15
Sorry, people, I just made the effort to check similar threads and answered my own question.
Thanks, anyways...
 
Old 02-04-2006, 01:22 PM   #3
J_K9
Member
 
Registered: Nov 2004
Distribution: Slackware 11, Ubuntu 6.06 LTS
Posts: 700

Rep: Reputation: 30
Hi,

To mount it, type the following into a terminal window:

Code:
$ su
Password: 
# mkdir /mnt/seconddrive
# mount /dev/hdb /mnt/seconddrive
# chmod a+rwx /dev/hdb
That will create a directory called 'seconddrive' in /mnt, and then mount /dev/hdb under it. The final bit will allow all users to read, write and execute files on it.

To set it up to mount automatically on boot, check out this tutorial. I would suggest you open up /etc/fstab and append the following line to it:

Code:
/dev/hdb /mnt/seconddrive defaults 0 0
Make sure you check that tutorial to find out what it means though

Cheers,

-jk

[edit] Hehe - oops...
 
Old 02-04-2006, 01:57 PM   #4
toadbark
LQ Newbie
 
Registered: May 2003
Location: Ontario, Canada
Distribution: Redhat 9.0, Mandrake 9.2
Posts: 22

Original Poster
Rep: Reputation: 15
Thanks for the reply.
Can't have too much help.
 
  


Reply

Tags
mount



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to mount hard drive ricemark20 Fedora - Installation 4 08-31-2005 09:20 AM
Hard drive doesn't seem to mount losingfight Slackware 2 05-06-2005 07:48 PM
Linux Hard Drive Recovery Procedure. DarkestHour Linux - Software 3 11-27-2004 09:20 PM
Mount a second Hard drive darazman Linux - Hardware 4 03-17-2004 06:50 AM
can't mount new hard drive yanban Linux - Hardware 5 07-19-2003 05:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration