rtptucks
May 7th, 2008, 03:20 AM
I have just installed Ubuntu to a spare PC which has 2 addtional harddrives for storage, both are formatted with the ext3 file system
initially i had write problems locally on the pc so i changed owernship and write permisons with
sudo chmod -R 0777 /media/disk-1/
sudo chmod -R 0777 /media/disk/
i also made sure i was the correct owner using
sudo chown -R /media/disk-1 /
sudo chown -R /media/disk/
I updated Ubuntu with the lates updates and enabled SMB sharing so my windows system and media centre can see the share on the network.
Viewing the shares seem to be okay but when i write to them from my windows PC sometimes it will write and then after i have succesfully sent some files i will then try and write to another share and it says permission denied, even though i have the set the permission to allow other users to read & write? say if i create a new folder and share i can then write to this but after writing i then get the same error?
I hope somebody has some ideas on how to fix this?
Many thanks in advance.
Wayne
initially i had write problems locally on the pc so i changed owernship and write permisons with
sudo chmod -R 0777 /media/disk-1/
sudo chmod -R 0777 /media/disk/
i also made sure i was the correct owner using
sudo chown -R /media/disk-1 /
sudo chown -R /media/disk/
I updated Ubuntu with the lates updates and enabled SMB sharing so my windows system and media centre can see the share on the network.
Viewing the shares seem to be okay but when i write to them from my windows PC sometimes it will write and then after i have succesfully sent some files i will then try and write to another share and it says permission denied, even though i have the set the permission to allow other users to read & write? say if i create a new folder and share i can then write to this but after writing i then get the same error?
I hope somebody has some ideas on how to fix this?
Many thanks in advance.
Wayne