![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| 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 |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 |
|
||||
|
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! |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|