Re: Help in Fedora
In terminal type su
>enter ur root passwd
>enter command mkdir /media/sda1(replace this with the u wld like for ur partition)
>enter command mount /dev/sda1 /media/sda1
This wld mount ur partition sda1 which mostly is the c drive
if u want to mount partitions at boot time edit the file /etc/rc.local
and add the mount commands at the end of the file one after the other
U will have to enter these commands for all the different partitions u want to mount
make sure u make directories for all the drive before u mount them or add the commands in rc.local
U can also add the entries in fstab but fedora's fstab seems to be messy for me atleast
If u get some kind of errors post them
|