| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Walking, since 2004.
Join Date: Apr 2004
Location: London, UK
Posts: 926
|
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 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. |
|
|
|
|
#3 (permalink) |
|
Right Off the Assembly Line
Join Date: Apr 2004
Location: India
Posts: 16
|
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 |
|
|
|
|
#4 (permalink) |
|
Broken In
Join Date: Mar 2005
Location: hyderabad
Posts: 104
|
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]# |
|
|
|
|
#5 (permalink) |
|
Right Off the Assembly Line
Join Date: Apr 2004
Location: India
Posts: 16
|
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 |
|
|
|
|
#6 (permalink) |
|
Alpha Geek
Join Date: Sep 2004
Posts: 625
|
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 |
|
|
|
|
#9 (permalink) |
|
Alpha Geek
Join Date: Sep 2004
Posts: 625
|
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 |
|
|
|
|
#10 (permalink) |
|
Broken In
Join Date: Mar 2005
Location: hyderabad
Posts: 104
|
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
|
|
|
|
|
#11 (permalink) |
|
Walking, since 2004.
Join Date: Apr 2004
Location: London, UK
Posts: 926
|
i hav mentioned the trick for xmms to play mp3's quite a few times
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. |
|
|
|
|
#13 (permalink) |
|
Broken In
Join Date: Mar 2005
Location: hyderabad
Posts: 104
|
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
|
|
|
|
|
#14 (permalink) |
|
Walking, since 2004.
Join Date: Apr 2004
Location: London, UK
Posts: 926
|
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. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|