View Full Version : Browsing as root in FC4
thilina
24-08-2006, 09:10 PM
Can I browse as root in Fedora core 4 coz in my user account I cant write to Fat32 partitions.
QwertyManiac
24-08-2006, 09:27 PM
Yes you can.
In the system login menu (GDM) just put your username as root and give the root/administrative password that you specified while install. There is a way to enable writing to Fat32 for normal users. But for that you have to give me your output for /etc/fstab file.
mehulved
24-08-2006, 10:39 PM
Nah Abosolutely not. This is a disaster waiting to happen. Don't use root account when connected to net. Even if you are not connected to net, still keep away from root user, because it is a very bad practise. Root account login is only needed if you are a sysadmin in a big company. Home users should try to completely avoid using root account.
To make root partition writeable, edit your /etc/fstab file. the entry corrosponding to the fat partition to look like
/dev/hda1 /media/fat vfat rw,user,umask=000 0 0
[code]
This is just an example, it may vary in your case.
/dev/hda1 is the partition name, to find the partition name in you case look at the output of
[code] fdisk -l
/media/fat in your case will the folder where you have mounted the fat partition.
eddie
25-08-2006, 01:40 AM
Yes you can.
In the system login menu (GDM) just put your username as root and give the root/administrative password that you specified while install. Don't mind but a long time Linux user like you should be hanged by your thumbs for giving that kind of advice. When the 'doze users are moving away from running things as administrator, you are telling a Linux n00b to run things as root? Bad...very bad...
QwertyManiac
25-08-2006, 01:46 AM
Erm, I found it easier to do stuff on FC5 as root, I had no problems at all :( But what is wrong in letting a person know how to do so? :( Sorry...
eddie
25-08-2006, 01:55 AM
Logging in GUI as root is not wrong...it is a SIN and on top of that working on internet? You should never fall for this trap. You have chances of getting your whole system screwed at slightest mistake. You can get a rootkit or worm and since you were working as root it will effect your whole system. I still remember the day when I wrote this command as root
Don't try the commandrm -Rf / home/eddie/tmp
praka123
25-08-2006, 09:16 AM
No root logins pls.try for local users for rw- edit ur /etc/fstab and mount fat partns as below:
/dev/sda5 /media/windows vfat iocharset=utf8,umask=000 0 0
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.