LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-20-2006, 02:10 PM   #1
Linuxluver
LQ Newbie
 
Registered: Apr 2006
Posts: 2

Rep: Reputation: 0
Question slave HDs not seen in link creation


I just finished installing Vector Linux, but I noticed my slave HDs are not listed in the create new link to.. HD. I think they're supposed to be HDB1, HDB5, and a FAT Storage drive HDD1. I know how to get to etc/fstab file.. the thing I need help with is mounting them.. do I have to create a directory first for each HD? if so please tell me of an example. thank you so much
 
Old 04-21-2006, 10:31 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
To mount a partition on a drive, you need a mount point (i.e. a directory to mount it to). I'd suggest putting it in /mnt. Su to root, and create the mount point: mkdir /mnt/hdb1 (or whatever you want to call it).

To mount that partition: mount /dev/hdb1 /mnt/hdb1. That says mount the device (partition) at this mount point. Then you can use your file manager to browse the files on that partition.

Add that mount point to /etc/fstab: <device> <mount> <filesystem type) <options): such as: /dev/hdb1 /mnt/hdb1 ext2 defaults 1 1. Then you can mount it simply with: mount /dev/hdb1 (system knows from fstab where to mount it), or mount /mnt/hdb1 (system knows from fstab which device to mount).

PS: you need a mount point for each partition. If there's only one partition on a drive, one mount point will do. If there are 5 partitions on the drive, you need 5 mount points.

Last edited by bigrigdriver; 04-21-2006 at 10:32 PM.
 
  


Reply



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
Creation of symbolic link not permitted in fat mounted drive stelmed Slackware 11 02-19-2012 01:18 AM
two HDs induz Fedora 1 03-26-2006 04:23 PM
4-OS, two HDs. Can it be done? Cliff Sloane Linux - Newbie 2 10-29-2003 02:23 AM
Two HDs, Two OSes notslim Linux - General 7 08-05-2003 01:47 PM
Dual boot with master slave hds Helper_Monkey Linux - Newbie 2 12-25-2002 10:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:24 AM.

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