IG said:
man i prefer pcq or suse or rh..ubuntu is givin me problems....unable to mount my win partitions on it
for mounting the partitions u'll have to create a root password... go to terminal
type 'sudo passwd root'
it'll ask for ur current password
now enter the new password... thats it now ur root account is enabled...
now go to terminal... type "su"
enter the root password
now type 'mount -t vfat /mnt/hda1 /home/C'
here vfat= fat32 partition
hda1= ur c: , hda5= d:. hda6= e:
u'll also have to create a directory to mount the partition in.... say direcotry 'c' in /home
ok to auto-mount go to /etc and edit the fstab file....
there enter the following lines
mount -t vfat /mnt/hda1 /home/C defaults 0 0
mount -t vfat /mnt/hda5 /home/D defaults 0 0
(if u have a d
suppose u want to enable the root user in ubuntu
System Configuration | Login Screen Setup | Security | Allow root to login with GDM
thats abt it