mail2and
Walking, since 2004.
Auto-mounting windows partitions in FC3:
1. FAT32 Partitions:
First create a folder say "C" in /home or wherever u like..
suppose u want to mount C:
go to terminal(Konsole in KDE) 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:
/dev/hda1 /home/C defaults 0 0
/dev/hda5 /home/D defaults 0 0
Similarly u can deal with ur E:[hda6] and so on.....
2. NTFS Partitions
*www.mjmwired.net/resources/mjm-fedora-fc3.shtml
For ur NTFS partitions.... u can refer to this page.... scroll down here and come to the sub-topic 'MOUNT NTFS PARTITIONS'
FC3 Xmms Mp3 problem:
*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 you are done with xmms!
MAKING FC3 BOOT INTO KDE BY DEFAULT
EDIT /etc/sysconfig/desktop
CHANGE
DESKTOP="GNOME"
to:
DESKTOP="KDE"
1. FAT32 Partitions:
First create a folder say "C" in /home or wherever u like..
suppose u want to mount C:
go to terminal(Konsole in KDE) 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:
/dev/hda1 /home/C defaults 0 0
/dev/hda5 /home/D defaults 0 0
Similarly u can deal with ur E:[hda6] and so on.....
2. NTFS Partitions
*www.mjmwired.net/resources/mjm-fedora-fc3.shtml
For ur NTFS partitions.... u can refer to this page.... scroll down here and come to the sub-topic 'MOUNT NTFS PARTITIONS'
FC3 Xmms Mp3 problem:
*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 you are done with xmms!
MAKING FC3 BOOT INTO KDE BY DEFAULT
EDIT /etc/sysconfig/desktop
CHANGE
DESKTOP="GNOME"
to:
DESKTOP="KDE"