 |
24-03-2005, 09:30 PM
|
#1 (permalink)
|
|
Walking, since 2004.
Join Date: Apr 2004
Location: London, UK
Posts: 926
|
Fedora Core 3 FAQ
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 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:
/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
http://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:
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 you are done with xmms!
MAKING FC3 BOOT INTO KDE BY DEFAULT
EDIT /etc/sysconfig/desktop
CHANGE
DESKTOP="GNOME"
to:
DESKTOP="KDE"
__________________
Mumbai, I miss you. :(
|
|
|
|
Advertisements. Register and be a member of the community to get rid of them.
|
|
Advertisement
|
|
29-03-2005, 07:36 PM
|
#2 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Quote:
mount -t vfat /dev/hda1 /home/C defaults 0 0
mount -t vfat /dev/hda5 /home/D defaults 0 0
|
I did that but it dosent seem to work.Also even I have mounted the partitions and when I logout as root and login the normal account I am unable to see the partitions.I edited the fstab using the cat keyword Is there any other way to edit the fstab .
|
|
|
30-03-2005, 11:09 AM
|
#3 (permalink)
|
|
Apprentice
Join Date: Jan 2005
Posts: 70
|
I also tried automount as suggested but didnt worked!!!!!!!!!!
|
|
|
30-03-2005, 01:56 PM
|
#4 (permalink)
|
|
In The Zone
Join Date: Sep 2004
Location: Chennai
Posts: 353
|
Quote:
|
Originally Posted by vignesh
Quote:
mount -t vfat /dev/hda1 /home/C defaults 0 0
mount -t vfat /dev/hda5 /home/D defaults 0 0
|
I did that but it dosent seem to work.Also even I have mounted the partitions and when I logout as root and login the normal account I am unable to see the partitions.I edited the fstab using the cat keyword Is there any other way to edit the fstab .
|
Quote:
|
Originally Posted by Ashootosh
I also tried automount as suggested but didnt worked!!!!!!!!!!
|
I think the procedure is right...
But you will have to first create the directories in home(or is it /mnt ???) directory...
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com
If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
|
|
|
30-03-2005, 02:10 PM
|
#5 (permalink)
|
|
Alpha Geek
Join Date: Dec 2003
Posts: 780
|
Actually the line in /etc/fstab should be
Quote:
|
/dev/hda1 /home/C vfat defaults 0 0
|
You should not put the mount command in the fstab file, the fstab just has a list of the filesystems visible to the system, not the commands to mount them
Also, if you want to mount the DOS partitions such that only root can write to them but all users can read from them, replace "defaults" with "umask=022".
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
|
|
|
30-03-2005, 08:52 PM
|
#6 (permalink)
|
|
Apprentice
Join Date: Jan 2005
Posts: 70
|
hey thanx ujjwal it worked man!!!
|
|
|
31-03-2005, 09:56 AM
|
#7 (permalink)
|
|
Walking, since 2004.
Join Date: Apr 2004
Location: London, UK
Posts: 926
|
oops that was a grave mistake  thnx for pointing out ujjwal
i sure messed up
__________________
Mumbai, I miss you. :(
|
|
|
31-03-2005, 07:45 PM
|
#8 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Thanks a lot ujjwal .It worked for me too.
|
|
|
31-03-2005, 08:57 PM
|
#9 (permalink)
|
|
In The Zone
Join Date: Sep 2004
Location: Chennai
Posts: 353
|
BTW guys!!
Does this work in any Linux(like mine is Ubuntu) or only in Fedora???
Plz reply ASAP...
Cheers!!!
] K8)8)L [
__________________
The Bloglines of an Angry Indian -
www.angry-indian.com
If only life were as easy as Ctrl+Z (undo) and F4/Ctrl+Y (redo)...
|
|
|
31-03-2005, 09:09 PM
|
#10 (permalink)
|
|
Alpha Geek
Join Date: Dec 2003
Posts: 780
|
It will work any any gnu/linux distribution.
__________________
Hardware - Celeron 266 MHz, 128MB RAM, Intel i740 8MB RAM
Software - Slackware Linux 10.1; Archlinux 0.7; Windows 98 SE
Humanware - GS/CS C++ L+++ w b+++ DI+ D+ e
|
|
|
02-04-2005, 02:13 PM
|
#11 (permalink)
|
|
In The Zone
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
|
Quote:
|
Originally Posted by ujjwal
It will work any any gnu/linux distribution.
|
Its good to see you FREE , Ujjwal.....
a.m
__________________
www.aloke.info
|
|
|
11-04-2005, 09:45 AM
|
#12 (permalink)
|
|
Broken In
Join Date: Nov 2004
Location: Karnataka
Posts: 122
|
I am trying that hope i will get it.  .
tANKS
__________________
A student must not fail to become a looser, and when a student fails, he will become a fighter....
Santosh Halemani
-------------------------------------------------------------------------
|
|
|
16-04-2005, 10:31 AM
|
#13 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
Quote:
|
Originally Posted by cool_dude_prav
BTW guys!!
Does this work in any Linux(like mine is Ubuntu) or only in Fedora???
Plz reply ASAP...
Cheers!!!
] K8)8)L [
|
In ubuntu give it like this
/dev/hda1 /mnt/winc vfat umask =000 0 0
|
|
|
21-05-2005, 04:56 PM
|
#14 (permalink)
|
|
In The Zone
Join Date: Feb 2005
Location: Anonymous
Posts: 204
|
we can also edit the fstab using vi as "$ vi /etc/fstab"
$=terminal/konsole
|
|
|
02-08-2005, 05:37 PM
|
#15 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
Can we enable file-write in fc3 - for ntfs drives ?????
__________________
Harsh J
www.harshj.com
|
|
|
03-08-2005, 01:08 AM
|
#16 (permalink)
|
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Quote:
|
Originally Posted by QwertyManiac
Can we enable file-write in fc3 - for ntfs drives ?????
|
NTFS Write access support was there in Linux kernel since 2.4 version, but it was quite alpha. With 2.6 kernel sources, the [EXPERIMENTAL] tag while compiling was removed, it could still be dangerous in certain circumstances.
|
|
|
04-08-2005, 01:26 AM
|
#17 (permalink)
|
|
Broken In
Join Date: Jul 2005
Posts: 172
|
Quote:
|
Originally Posted by QwertyManiac
Can we enable file-write in fc3 - for ntfs drives ?????
|
Try Captive NTFS or if you don't mind paying then Paragon NTFS.
|
|
|
06-08-2005, 12:19 PM
|
#18 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
is there an lnx that has been released and works on NTFS ??
they work on fat i heard...
__________________
Harsh J
www.harshj.com
|
|
|
06-08-2005, 01:46 PM
|
#19 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
__________________
Harsh J
www.harshj.com
|
|
|
06-08-2005, 06:07 PM
|
#20 (permalink)
|
|
FooBar Guy
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
|
Quote:
|
Originally Posted by QwertyManiac
is there an lnx that has been released and works on NTFS ??
|
I want to know the rationale behing a GNULinux distribution that needs to work 100% in tandem with NTFS filesystem. If NTFS is so much important for you then please stick to windows.
Quote:
|
Originally Posted by QwertyManiac
both r pay dude...
|
Captive NTFS is not paid. Its is GPL. Did you even try to download captive driver?
The captive project has already achieved its goal of implementing Read/Write access to the ntfs filesystem. But they have done this using emulation of ntfs.sys windows driver, so this driver cannot go inside the kernel and has to be installed separately.
Quote:
|
Originally Posted by QwertyManiac
|
Write access is integrated into the kernel also. Would you mind to download the 2.6.12.4 stock kernel and compile it yourself and see??
|
|
|
07-08-2005, 03:23 PM
|
#21 (permalink)
|
|
Commander in Chief
Join Date: Jul 2005
Posts: 6,658
|
I tried to do that but my sys crashes when it does bout 20 % compilation
Also, in FC4 install boot up it doesnt boot up after initializing the uniform cd driver 3.20 (not sure bout the name) and it says me to append a correct "root=" name for the memory block in which the bootimages are to be loades, it says (8,3) block couldnt be found...
Also change this sticky to FC4 now that u have provided it at last...[/b]
__________________
Harsh J
www.harshj.com
|
|
|
21-08-2005, 03:41 PM
|
#22 (permalink)
|
|
Wise Old Owl
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
|
How to make Fedora Core 3 show the lsit of os`s without having to press a key to show them like rh9 or others.
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|