The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
UNIX newbie NEWBIE question! Hanamachi UNIX for Dummies Questions & Answers 4 03-28-2009 04:10 PM
Please complete this program. sridhusha Shell Programming and Scripting 5 01-16-2008 11:23 AM
complete noob avdrummerboy UNIX for Dummies Questions & Answers 3 12-04-2006 12:25 PM
A complete Unix Newbie Afinita UNIX for Dummies Questions & Answers 2 03-07-2004 03:06 PM
Complete Newbie Question Dpinion UNIX for Dummies Questions & Answers 1 12-21-2000 03:35 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 07-23-2002
davidjk davidjk is offline
Registered User
  
 

Join Date: Jul 2002
Posts: 1
complete newbie

ok so i am trying redhat linux
and i create a partiton and install it no worries
then i start and i cant access any of my other drives
i can mount cd roms and floppies

so i am logged in as root

what i want to do is
mount the following drives
drive 1 ide partition 2

drive 2 to 5 seen as scsi drives

i want the drives to be mounted for everyone permanently
now i have had a look through the forums but i am a complete newbie at this and nothing seems to be exact

please help me understand what i need to do and how i do it
i dont care where the drives get mounted
and yes i know what the drives are called but they are at home and i cant see them

i mean

so far from what i have seen i like it better than windows

i have a nice looking os
and i cant access anything
so i cant get on the internet because all my drivers are on the other HD.

please help a complete newbie migrate from windows to linux
  #2 (permalink)  
Old 08-08-2002
PxT's Avatar
PxT PxT is offline Forum Advisor  
Registered User
  
 

Join Date: Oct 2000
Location: Sacramento, CA
Posts: 909
Your ide disks will be given names such as hda, hdb, hdc, etc. Your scsi disks will be sda, sdb, sdc, etc.

So, for example, to mount the first partition from the second detected SCSI disk you would do something like:

mount /dev/sdb1 /mountpoint


To mount the third partition on the first detected IDE disk it would be:

mount /dev/hda3 /mountpoint


/mountpoint must exist, and must be different for each mount command you issue. You can make these mounts permanent by putting entries in /etc/fstab.
  #3 (permalink)  
Old 08-08-2002
gelios gelios is offline
Registered User
  
 

Join Date: Aug 2002
Posts: 14
Some additional information to previous reply.
For mounting other partions you need that your kernel compiled with support of filesystems of those partions.
For example, for mount ntfs partions you need ntfs.o module or this module must be compiled into kernel.
To check what filesystems your kernel support, if you are not compile kernel and use standard distribution kernel look at directory /lib/modules/<your kernel version>/kernel/fs You will find alot of directories named as filesystems types. In these directories there are modules like ntfs.o or vfat.o. If you have them, then your kernel support it.
By the way, just a little comment. Sometimes (if your kernel doesn't compiled with module autoload functionality) you need load this modules manually to mount some partions. To do this just type in command prompt modprobe <module name without .o>.
Good luck!
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 12:18 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0