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 24-03-2005, 09:30 PM   #1 (permalink)
Walking, since 2004.
 
mail2and's Avatar
 
Join Date: Apr 2004
Location: London, UK
Posts: 926
Default 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 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


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. :(
mail2and is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 29-03-2005, 07:36 PM   #2 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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 .
vignesh is offline  
Old 30-03-2005, 11:09 AM   #3 (permalink)
Apprentice
 
Join Date: Jan 2005
Posts: 70
Default

I also tried automount as suggested but didnt worked!!!!!!!!!!
Ashootosh is offline  
Old 30-03-2005, 01:56 PM   #4 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

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)...
cool_dude_prav is offline  
Old 30-03-2005, 02:10 PM   #5 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

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
ujjwal is offline  
Old 30-03-2005, 08:52 PM   #6 (permalink)
Apprentice
 
Join Date: Jan 2005
Posts: 70
Default

hey thanx ujjwal it worked man!!!
Ashootosh is offline  
Old 31-03-2005, 09:56 AM   #7 (permalink)
Walking, since 2004.
 
mail2and's Avatar
 
Join Date: Apr 2004
Location: London, UK
Posts: 926
Default

oops that was a grave mistake thnx for pointing out ujjwal

i sure messed up
__________________
Mumbai, I miss you. :(
mail2and is offline  
Old 31-03-2005, 07:45 PM   #8 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

Thanks a lot ujjwal .It worked for me too.
vignesh is offline  
Old 31-03-2005, 08:57 PM   #9 (permalink)
In The Zone
 
cool_dude_prav's Avatar
 
Join Date: Sep 2004
Location: Chennai
Posts: 353
Default

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)...
cool_dude_prav is offline  
Old 31-03-2005, 09:09 PM   #10 (permalink)
Alpha Geek
 
Join Date: Dec 2003
Posts: 780
Default

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
ujjwal is offline  
Old 02-04-2005, 02:13 PM   #11 (permalink)
In The Zone
 
firewall's Avatar
 
Join Date: Mar 2004
Location: Kolkata - INDIA
Posts: 301
Default

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
firewall is offline  
Old 11-04-2005, 09:45 AM   #12 (permalink)
Broken In
 
Join Date: Nov 2004
Location: Karnataka
Posts: 122
Default

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
-------------------------------------------------------------------------
Santosh Halemani is offline  
Old 16-04-2005, 10:31 AM   #13 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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
vignesh is offline  
Old 21-05-2005, 04:56 PM   #14 (permalink)
In The Zone
 
Join Date: Feb 2005
Location: Anonymous
Posts: 204
Default

we can also edit the fstab using vi as "$ vi /etc/fstab"

$=terminal/konsole
h4xbox is offline  
Old 02-08-2005, 05:37 PM   #15 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

Can we enable file-write in fc3 - for ntfs drives ?????
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 03-08-2005, 01:08 AM   #16 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

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.
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 04-08-2005, 01:26 AM   #17 (permalink)
sba
Broken In
 
Join Date: Jul 2005
Posts: 172
Default

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.
sba is offline  
Old 06-08-2005, 12:19 PM   #18 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

is there an lnx that has been released and works on NTFS ??

they work on fat i heard...
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 06-08-2005, 01:46 PM   #19 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

both r pay dude...

I want it integrated in the kernel....

Is that possible ????????????
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 06-08-2005, 06:07 PM   #20 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

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
I want it integrated in the kernel....
Is that possible ????????????
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??
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 07-08-2005, 03:23 PM   #21 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default

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
QwertyManiac is offline  
Old 21-08-2005, 03:41 PM   #22 (permalink)
Wise Old Owl
 
vignesh's Avatar
 
Join Date: Jul 2004
Location: Chennai
Posts: 1,659
Default

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.
vignesh 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


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:20 AM.


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

Search Engine Optimization by vBSEO 3.3.2