1: Mount Partitions: Edit your /etc/fstab file
First create a mount-point where you want your ntfs(windows) partitions to be accessed. Mine is at /media/win
Create as per your requirement. Usually partitions are mounted in /media directory.
Secondly, check which of the partitions are of NTFS format.
This will give an output like this (mine is)
/dev/sda1 * 1 10209 82003761 7
HPFS/NTFS
/dev/sda2 10210 22957 102398310 83 Linux
/dev/sda3 22958 36481 108631530 5 Extended
/dev/sda5 22958 25507 20482843+ 83 Linux
/dev/sda6 25508 28057 20482843+ 83 Linux
Open your /etc/fstab file
Code:
sudo kwrite /etc/fstab
& just add this line in fstab file of yours
Quote:
|
/dev/sda1 /media/win ntfs-3g defaults 0 0
|
Change your partition names accordingly. Now this will mount all the partitions whose entry is made in fstab file.
You don't have to reboot after doing the above. Just enter
sudo mount -a in Konsole and it will mount the partitions.
Edit & Understand FSTAB file
Guide to understand fstab file
------------------------------------------------------------------------------------
Even i faced this annoying error in my KDE4 So i ran KrandTray

and configured my resolution and fiddled with its options. Just save this session and log-off. When you login, the session manager will load that KrandTray applet automatically and it will change its resolution.
I still don't vouch if the efficiency of this method.
I think editing /etc/X11/xorg.conf might solve your problem but I don't have much knowledge about that