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 03-03-2005, 12:19 PM   #1 (permalink)
Broken In
 
Join Date: Mar 2005
Location: hyderabad
Posts: 104
Default mounting fat32 in ect3 in Gui

Can anyone help me

i want to mount my fat32 partition in redhat pls help

step by step instructions please
vasanth_12345 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 03-03-2005, 03:42 PM   #2 (permalink)
Walking, since 2004.
 
mail2and's Avatar
 
Join Date: Apr 2004
Location: London, UK
Posts: 926
Default

first create a folder say "C" in /home or wherever u like..


suppose u want to mount C:

go to terminal.... and type

mount -t vfat /dev/hda1 /home/C

for dhda5) type

mount -t vfat /dev/hda5 /home/D

"D" being another folder in /home

now to auto-mount the partitions every time u start up...

go to /etc and edit the fstab file

add the following 2 lines at the end and save the file:



mount -t vfat /dev/hda1 /home/C defaults 0 0
mount -t vfat /dev/hda5 /home/D defaults 0 0



Similarly u can deal with ur E:[hda6] and so on.....


hope this helps u...
__________________
Mumbai, I miss you.
mail2and is offline  
Old 03-03-2005, 08:00 PM   #3 (permalink)
Right Off the Assembly Line
 
Join Date: Apr 2004
Location: India
Posts: 16
Default

To check the partition informations, fire in
fdisk -l
__________________
GNU/Linux Fanatics\' Group >>
http://forum.linuxjunkies.org
Free hosting for GNU/Linux User groups >>
http://www.swatantranet.com
firestarter is offline  
Old 03-03-2005, 08:09 PM   #4 (permalink)
Broken In
 
Join Date: Mar 2005
Location: hyderabad
Posts: 104
Default

Tried it, but i get an error

i have prepared a photocopy of it


[root@localhost root]# mount -t vfat /dev/hda1 /home/C
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
[root@localhost root]#
vasanth_12345 is offline  
Old 03-03-2005, 08:35 PM   #5 (permalink)
Right Off the Assembly Line
 
Join Date: Apr 2004
Location: India
Posts: 16
Default

What kind of Hard Disk you are using !! May be it is a SCSI one.
Fire in fdisk -l and paste the results here.
__________________
GNU/Linux Fanatics\' Group >>
http://forum.linuxjunkies.org
Free hosting for GNU/Linux User groups >>
http://www.swatantranet.com
firestarter is offline  
Old 03-03-2005, 09:12 PM   #6 (permalink)
Alpha Geek
 
Join Date: Sep 2004
Posts: 625
Default

how is ur hdd connected ?
use options for which one is ur config
primary master : hda
primary slave : hdb
secondary master : hdc
secondary slave : hdd
__________________
If you make yourself more than just a man, if you devote yourself to an ideal... You become something else entirely
klinux is offline  
Old 03-03-2005, 10:48 PM   #7 (permalink)
Wise Old Owl
 
Join Date: Aug 2004
Location: New Delhi
Posts: 1,150
Default

Remember sata disk is also seen as a scsi disk so in place of hda use sda that the only change.
__________________
**** happens
pradeep_chauhan is offline  
Old 04-03-2005, 10:19 AM   #8 (permalink)
Broken In
 
Join Date: Mar 2005
Location: hyderabad
Posts: 104
Default

Nop it's aide one,i have attached my harddisk as a master anyway how do you find whether the harddisk is aprimary master or secondary master
vasanth_12345 is offline  
Old 04-03-2005, 10:44 AM   #9 (permalink)
Alpha Geek
 
Join Date: Sep 2004
Posts: 625
Default

u can check during while booting the pc . or just enter the bios and see whether the hdd containing linux is listed as primary master or secondary master .
__________________
If you make yourself more than just a man, if you devote yourself to an ideal... You become something else entirely
klinux is offline  
Old 04-03-2005, 12:31 PM   #10 (permalink)
Broken In
 
Join Date: Mar 2005
Location: hyderabad
Posts: 104
Default

O.K i was able to mount the partition u were right .The harddisk was a secondary master.But i was not able to edit the "fstab" file i was logged in as root further i have a intex "rtl 8139d lan card".Although i got the drivers from the net i dont know how to install it pls help I am not able to play the mp3 files in xmms pls help
vasanth_12345 is offline  
Old 04-03-2005, 03:19 PM   #11 (permalink)
Walking, since 2004.
 
mail2and's Avatar
 
Join Date: Apr 2004
Location: London, UK
Posts: 926
Default

i hav mentioned the trick for xmms to play mp3's quite a few times i think anurag shud make this sticky or sumthing...


anyways herez it again

http://heidelberg.freshrpms.net/rpm.html?id=402

download this file (xmms-mp3-1.2.10-9.1.1.fc3.fr.i386.rpm)

in terminal type...

rpm -ivh xmms-mp3-1.2.10-9.1.1.fc3.fr.i386.rpm



Now go to:

Options|Preferences|Audio I/O Plugins


MPEG Layer 1/2/3 Placeholder Plugin



Uncheck the enable button next to this....

and ur done with xmms

try editing the fstab file with another text editor.... it'll surely be edited if ur logged in as root....
__________________
Mumbai, I miss you.
mail2and is offline  
Old 05-03-2005, 02:31 AM   #12 (permalink)
In The Zone
 
hafees's Avatar
 
Join Date: Feb 2004
Location: Kerala
Posts: 405
Default

hi

remember fstab is in /etc

cd /etc
then use gedit or vi

gedit fstab
or
vi fstab
and then save the changes. it is done
__________________
Quitters Never Win & Winners Never Quit!
hafees is offline  
Old 05-03-2005, 11:00 AM   #13 (permalink)
Broken In
 
Join Date: Mar 2005
Location: hyderabad
Posts: 104
Default

O.K i downloaded the .rpm file but whenever i type rpm -ivh xmms-mp3-1.2.10-9.1.1.fc3.fr.i386.rpm it gives a file or directory not found error .Where should i place the .rpm .Even if i place it in the /root file it gives the same error
vasanth_12345 is offline  
Old 06-03-2005, 02:50 PM   #14 (permalink)
Walking, since 2004.
 
mail2and's Avatar
 
Join Date: Apr 2004
Location: London, UK
Posts: 926
Default

oops just realized this file i gave was for fc3.. o it mite be looking for xmms in a diff directory.... than what is installed in rh9... i'll post the link here today evening....
__________________
Mumbai, I miss you.
mail2and 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



All times are GMT +5.5. The time now is 02:04 PM.


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

Search Engine Optimization by vBSEO 3.3.2