mounting fat32 in ect3 in Gui

Status
Not open for further replies.

mail2and

Walking, since 2004.
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 d:(hda5) 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...
 
OP
V

vasanth_12345

Journeyman
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]#
 

klinux

Ambassador of Buzz
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
 
OP
V

vasanth_12345

Journeyman
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
 

klinux

Ambassador of Buzz
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 .
 
OP
V

vasanth_12345

Journeyman
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 :cry:
 

mail2and

Walking, since 2004.
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 :D

*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 :D

try editing the fstab file with another text editor.... it'll surely be edited if ur logged in as root....
 

hafees

In the zone
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
 
OP
V

vasanth_12345

Journeyman
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
 

mail2and

Walking, since 2004.
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....
 
Status
Not open for further replies.
Top Bottom