Hello All,
Well, I have successfully installed, formatted / partitioned and mounted my SATA drive which I am going to use as a backup for my files....not bad for a new Linux guy.
I have edited fstab, but I must be missing one little setting, since I am receiving an: "Access Denied, Could Not Write To..." error when trying to write to the hdd.
I believe the hdd is mounted correctly because it is showing as enabled within Disk & Filesystems, and the lost+found folder is visible in the directory where the hdd is to be mounted.
Here are some of the lines I have used in fstab to try to obtain access, but with no luck. And yes, I always comment-out the additional lines, I have just been commenting out back and forth between the lines trying to get things to work.
I am sure it is an easy one, but it has me stumped:
Also, after fstab is edited and saved, when a person refreshes Konq, is that enough to see the changes take effect? I did not think you would have to restart X, or reboot the system. Is that pretty much how Linux reacts to most changes when using the terminal?
Thanks in advance!
Timo
Well, I have successfully installed, formatted / partitioned and mounted my SATA drive which I am going to use as a backup for my files....not bad for a new Linux guy.
I have edited fstab, but I must be missing one little setting, since I am receiving an: "Access Denied, Could Not Write To..." error when trying to write to the hdd.
I believe the hdd is mounted correctly because it is showing as enabled within Disk & Filesystems, and the lost+found folder is visible in the directory where the hdd is to be mounted.
Here are some of the lines I have used in fstab to try to obtain access, but with no luck. And yes, I always comment-out the additional lines, I have just been commenting out back and forth between the lines trying to get things to work.
I am sure it is an easy one, but it has me stumped:
Code:
/dev/sdb1 /media/backup2 ext3 defaults 0 0 #/dev/sdb1 /media/backup2 ext3 user,sync,auto,rw,dev,exec 0 0 #/dev/sdb1 /media/backup2 ext3 user,sync,auto,rw,dev,exec,uid=1000,gid=1000 0 0
Thanks in advance!
Timo
Comment