Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-11-2006, 03:16 PM   #1 (permalink)
Apprentice
 
Join Date: Mar 2006
Location: Lucknow (U.P)
Posts: 76
Exclamation Linux newbie help needed!


Hello everyone,

I am quite new to linux, just installed Red Hat linux 9.0. i have few questions- how can i access my windows partition in linux? ( need a compete reference n guidence). how would i run n install softwares in linux?
How can i access pen drive n CD-rom drives in Linux?


Thanks in advance,

suggestions appreciated,
__________________
speedrider - The ultimate
speedrider_100 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-11-2006, 03:59 PM   #2 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Linux newbie help needed!

RedHat Linux 9.0 is very old. Install Fedora Core 5 or 6. For accessing Windows partitions,
create one FAT32 partition. You can read/write to the FAT32 partition without any problem.
First get a Fedora 5 CDs/DVD. Install it. Then I will tell you the procedure for accessing
CD-ROM, pen drive etc.,
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 22-11-2006, 11:45 AM   #3 (permalink)
Apprentice
 
Join Date: Mar 2006
Location: Lucknow (U.P)
Posts: 76
Exclamation Re: Linux newbie help needed!

Quote:
Originally Posted by JGuru
RedHat Linux 9.0 is very old. Install Fedora Core 5 or 6. For accessing Windows partitions,
create one FAT32 partition. You can read/write to the FAT32 partition without any problem.
First get a Fedora 5 CDs/DVD. Install it. Then I will tell you the procedure for accessing
CD-ROM, pen drive etc.,
well, i juss want to aware myself with linux whether it's 9.0 , fedora core.. or anything else... the most basic thing regarding linux..

how can i access my windows partitions in linux.?
any idea about lotous?
basic commads

thanks in adavance
speedrider_100
__________________
speedrider - The ultimate
speedrider_100 is offline  
Old 22-11-2006, 01:01 PM   #4 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: Linux newbie help needed!

@Speedrider_100, RedHat doesn't mount the Windows partitions, you have to mount
the Windows partitions manually. Here's how:

Mounting Windows FAT32 partition in RedHat:

Open the Terminal Window & type:

$ su -
(Enter root password)

# fdisk -l

You can also use the utility called Hardware Browser to view the partitions in your harddisk.
This will display the Windows partitions & other partitions in your harddisk.

Create a directory , on which you can mount the Windows partition

# mkdir /mnt/win_c
# mkdir /mnt/win_d

Here win_c is C drive, win_d is D drive & so on.

If your are using GNOME use gedit, or if you are using KDE, use kwrite

# gedit /etc/fstab

Add these lines to the file as follows:

Code:

 /dev/hda1       /mnt/win_c       vfat   auto,umask=0       0        0
 /dev/hda3       /mnt/win_d       vfat   auto,umask=0       0        0
 


Save the file.

NOTE: The physical address of the Windows partition (ie., /dev/hda1) may vary.
So check the output of fdisk -l or use the utillity 'Hardware Browser'.

Reboot RedHat Linux for the changes to take effect. So from now on, you can
access C drive at '/mnt/win_c' directory & D drive at '/mnt/win_d'.

Master Linux command Reference click here
This page explains lot of Linux commands & it's usage.
__________________
* Imagination is more important than knowledge.
-Albert Einstein
JGuru is offline  
Old 24-11-2006, 08:55 PM   #5 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Linux newbie help needed!

Speedrider_100 - Get Ubuntu if you consider yourself a newbie to linux. It'll be usefull a lot. It'll auto mount NTFS and FAT32 partitions of Windows. It'll auto detect your USB pen drives and devices and make it auto ready for access, all in a small instant.

For softwares, open the downloaded TAR balls and read the README file. That'll get you going. Also, .DEB/.RPM are like .EXE installers in Windows.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 24-12-2006, 08:15 AM   #6 (permalink)
In The Zone
 
Vivek788's Avatar
 
Join Date: Jul 2006
Location: Cochin
Posts: 340
Default Re: Linux newbie help needed!

Quote:
Originally Posted by JGuru
@Speedrider_100, RedHat doesn't mount the Windows partitions, you have to mount
the Windows partitions manually. Here's how:

Mounting Windows FAT32 partition in RedHat:

Open the Terminal Window & type:

$ su -
(Enter root password)

# fdisk -l

You can also use the utility called Hardware Browser to view the partitions in your harddisk.
This will display the Windows partitions & other partitions in your harddisk.

Create a directory , on which you can mount the Windows partition

# mkdir /mnt/win_c
# mkdir /mnt/win_d

Here win_c is C drive, win_d is D drive & so on.

If your are using GNOME use gedit, or if you are using KDE, use kwrite

# gedit /etc/fstab

Add these lines to the file as follows:

Code:

 /dev/hda1       /mnt/win_c       vfat   auto,umask=0       0        0
 /dev/hda3       /mnt/win_d       vfat   auto,umask=0       0        0
 


Save the file.

NOTE: The physical address of the Windows partition (ie., /dev/hda1) may vary.
So check the output of fdisk -l or use the utillity 'Hardware Browser'.

Reboot RedHat Linux for the changes to take effect. So from now on, you can
access C drive at '/mnt/win_c' directory & D drive at '/mnt/win_d'.

Master Linux command Reference click here
This page explains lot of Linux commands & it's usage.

Thanks...i was looking for this one.One difference is that my windows partitions are NTFS.Will this work for me?
Vivek788 is offline  
Old 24-12-2006, 08:44 AM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Linux newbie help needed!

For ntfs you will have to use ntfs instead of vfat or if you want ntfs write support, then use ntfs-3g and use ntfs-3g instead of vfat in the /etc/fstab file.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 24-12-2006, 12:13 PM   #8 (permalink)
The Devil's Advocate
 
iMav's Avatar
 
Join Date: Mar 2006
Location: Masti Ki Paathshaala
Posts: 7,019
Default Re: Linux newbie help needed!

i am trying the ubuntu 6 ... most of my partitions are ntfs a 1-2 fat ... but wen i try to open any of them it says unable to mount volume any way by which i can access the contents of my hdd thru ubuntu w/o having to format em

PS: me using live ver of ubuntu
__________________
"The problem that shows up with the three red lights on the console is a complex interaction with some very complex parts.” - Robbie Bach

http://beingmanan.com
twitter: manan | Last.FM: manan
iMav is offline  
Old 24-12-2006, 12:26 PM   #9 (permalink)
sariq
Guest
 
Posts: n/a
Default Re: Linux newbie help needed!

here is my fstab file. i am having 3 partitions 10GB(xp)+10GB(ubuntu)+20GB(data), all in fat. i can read/ write on all drives from ubuntu.
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/hda3
UUID=ae92ae2c-3726-4c06-8655-6c1a8fb3eb73 /               ext3    defaults,errors=remount-ro 0       1
# /dev/hda5
UUID=ad86df28-3d21-4e77-95d1-791f6c843a93 none            swap    sw              0       0
/dev/hdb        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/hda1 	/media/c 	vfat auto,rw,umask=000 	0 	0
/dev/hda2       /media/d        vfat auto,rw,umask=000  0       0
 
Old 24-12-2006, 12:27 PM   #10 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Linux newbie help needed!

Just follow what JGuru has written. For NTFS partition, replace vfat with ntfs.
It can be done from live cd too. But, you will have to do it everytime you run the live cd. Also see this http://www.psychocats.net/ubuntu/mountwindows
Other way is
Navigate to System => Administration => Discs => Select your hard disk => now see it's partitions on the left hand side => click on mount button => create a folder in /mnt folder and select it.
windows partition will be mounted for u. Repeat it for every partition.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 24-12-2006, 12:28 PM   #11 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: Linux newbie help needed!

^^ If you have knoppix, use it, or get it. It auto mounts ntfs partitions.
__________________
--- Console Junkie
aditya.shevade is offline  
Old 25-12-2006, 08:48 AM   #12 (permalink)
>>>>>Monkey Power<<<<<
 
shivkumar's Avatar
 
Join Date: Oct 2005
Location: enroute to hell
Posts: 146
Default Re: Linux newbie help needed!

@speedrider_100: I doubt that Redhat 9.0 supports mounting of NTFS drive. I was trying Fedora Core 4 earlier and it didn't support mounting of NTFS drive. One of my friend suggested to download and recompile the kernel, the one with NTFS support. Well, I installed Ubuntu instead. Now I am a happy man. .
In my knowledge NTFS support is still not available directly in Fedora. Look out for guidance of experts.
__________________
If you want to be happy, be.
shivkumar is offline  
Old 25-12-2006, 09:33 AM   #13 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Linux newbie help needed!

shivkumar, speedrider is long gone.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 25-12-2006, 10:15 AM   #14 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: Linux newbie help needed!

^^Off topic...... You find life without college boring??? I love it, no submissions, no complsion of attending the lectures....... Feels like heaven
__________________
--- Console Junkie
aditya.shevade is offline  
Old 25-12-2006, 10:29 AM   #15 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Linux newbie help needed!

will answer that some other place, don't want to hijack this thread.
__________________
http://www.bash.org/?258908
mehulved is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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


 
Latest Threads
- by icebags
- by Sujeet
- by clinton

Advertisement




All times are GMT +5.5. The time now is 10:28 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2