Re: Anyone else using KDE4 full time?
Not sure how knowlegable you are, but did you look at your /etc/fstab entry for that drive? There should be an 'auto' in the options section of the line. If you have a folder for the drive in /media but can't do anything other than read, so a sudo chmod 777 /media/hdax (or sdax) where x is the drive number assigned. If a folder doesn't exist for that drive, do a sudo mkdir /media/"name you want" and make sure that is the mount point in fstab. Then sudo chmod 777 /media/"folder"
Not sure how knowlegable you are, but did you look at your /etc/fstab entry for that drive? There should be an 'auto' in the options section of the line. If you have a folder for the drive in /media but can't do anything other than read, so a sudo chmod 777 /media/hdax (or sdax) where x is the drive number assigned. If a folder doesn't exist for that drive, do a sudo mkdir /media/"name you want" and make sure that is the mount point in fstab. Then sudo chmod 777 /media/"folder"
Originally posted by Bongo5HH
Comment