On Sat, 2010-05-01 at 12:44 -0500, ridle wrote: > Here is the output from df > Filesystem 1K-blocks Used Available Use% Mounted on > /dev/sda2 15717696 6997424 7921844 47% / > tmpfs 1556504 1632 1554872 1% /dev/shm > /dev/sda4 57234140 989912 53336868 2% /media/disk > /dev/sda5 71931004 65878464 6052540 92% /media/disk-1 > /dev/sda1 10241404 7630140 2611264 75% /media/disk-2 > As I said I set my games partition on sda4, while sda2 is the one with fedora on it. > That's an unusual way to set things up. Normally /media is only used for removable disks. Partitions on your internal hard drives are normally described in /etc/fstab so they'll mount automatically at boot time. You might want to rearrange your system to work that way. Hint: by selecting a 'Custom' disk layout the Linux installer sorts that all out for you - you just say what partitions you want, whether to format them and which format to use and what the mount point is to be. Once that's done its doine and can be forgotten. > i mean i have to enter root password when opening it through dolphin > Running anything as root is a very bad idea indeed: its root kit heaven. Running anything under Wine as root is even worse because it lets viruses straight in. Do yourself a favour, set all your internal disk partitions up as I said above and create a special games user for access to the /games partition. And *never* do anything as root apart from sysadmin type tasks. Martin > > >