Hi,
After having used these files for maybe over a year in Gnome versions of Ubuntu and Mint now suddenly they don't work anymore in my Kubuntu 11.10. Well, at least not the way they should work.
Here is my smb.conf file:
And here is my fstab file: (Well the part concerning the mounting of external disks)
In my other computer I have exactly the same setup only with other directories shared and mounted.
At the moment I can see the contents of the shared folder, I can open files, but I can NOT write: I have no permissions.
The folders in /media related to the shares are owned by the user me (not root).
In smb.conf I use 'read only = no' and 'writeable = yes'. (btw, why are there 2 options, what is the difference?)
What am I doing wrong here? As stated before this used to work for a very long time. Now that I use Kubuntu (KDE) it doesn't work anymore. Does KDE handle things differently?
After having used these files for maybe over a year in Gnome versions of Ubuntu and Mint now suddenly they don't work anymore in my Kubuntu 11.10. Well, at least not the way they should work.
Here is my smb.conf file:
Code:
[global] workgroup = AAAAA netbios name = BBBBB name resolve order = lmhosts bcast wins host map to guest = Bad user local master = Yes #enable usershares usershare allow guests = Yes usershare max shares = 100 usershare owner only = False server string = [Home-CCCCC] comment Homefolder on computername path = /home/CCCCC/ guest ok = yes browseable = yes read only = no writeable = yes [Video] comment Video folder on computername path = /home/CCCCC/Videos/ guest ok = yes browseable = yes read only = no writeable = yes
Code:
//192.168.1.11/DDDDD /media/DDDDD cifs rw,username=guest,password=, uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0 //192.168.1.12/hdd1 /media/PlayonHD cifs rw,username=guest,password=, uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0 //192.168.1.21/Home-EEEEE /media/EEEEE-Home cifs rw,username=guest,password=, uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0 //192.168.1.21/Video /media/EEEEE-Video cifs rw,username=guest,password=, uid=1000,iocharset=utf8,codepage=unicode,unicode 0 0
At the moment I can see the contents of the shared folder, I can open files, but I can NOT write: I have no permissions.
The folders in /media related to the shares are owned by the user me (not root).
In smb.conf I use 'read only = no' and 'writeable = yes'. (btw, why are there 2 options, what is the difference?)
What am I doing wrong here? As stated before this used to work for a very long time. Now that I use Kubuntu (KDE) it doesn't work anymore. Does KDE handle things differently?
Comment