First of all, thanks to all those in the past couple of weeks who have helped me get the network sorted. I can now see, read, write to and from all machines on the network within Konqueror. Still not possible to do it from within software though.
That is what I need.
I can mount the share manually using
sudo mount -t smbfs //Su/My\ Pictures\ on\ Su /home/pics
If I right click inside the folder opened in Konqueror
smb://su/My Pictures on Su
I get the option of "Create new"
BUT if I do the same in the mounted folder in Konqueror
/home/pics
There is no option to "Create New".
Properties of all folders/ files are showing as Owner root root
Even when I can create a new item in the samba share I can't edit it. I can delete by selecting, right click and delete, but not be dragging to the Trash bin
Opening a terminal window in the local mount point directory gives these permissions.
neil@Feisty:/home/pics$ ls -l
total 25
drwxr-xr-x 1 root root 4096 2007-01-09 20:01 Card edits
drwxr-xr-x 1 root root 4096 2007-05-01 08:14 Neil
drwxr-xr-x 1 root root 4096 2007-01-05 21:35 Neils Old Pics till end 2006 Do Not modfy add or remove
drwxr-xr-x 1 root root 4096 2007-04-29 07:36 QuickCam
drwxr-xr-x 1 root root 4096 2007-04-27 11:57 Su
drwxr-xr-x 1 root root 4096 2007-04-27 09:15 Su's old Photos till end 2006
-rwxr-xr-x 1 root root 2 2007-05-01 09:47 testpermdoc
neil@Feisty:/home/pics$
Have tried mounting and changing the options, but cant get it correct permissions set so I can create/edit/write to the local folders.
Cant get the syntax correct in the mount command
Have also tried to do it automatically from fstab, but cant get the line formatted correctly in there either.
have looke through the man pages, but cant find the correct place to and the permission options
That is what I need.
I can mount the share manually using
sudo mount -t smbfs //Su/My\ Pictures\ on\ Su /home/pics
If I right click inside the folder opened in Konqueror
smb://su/My Pictures on Su
I get the option of "Create new"
BUT if I do the same in the mounted folder in Konqueror
/home/pics
There is no option to "Create New".
Properties of all folders/ files are showing as Owner root root
Even when I can create a new item in the samba share I can't edit it. I can delete by selecting, right click and delete, but not be dragging to the Trash bin
Opening a terminal window in the local mount point directory gives these permissions.
neil@Feisty:/home/pics$ ls -l
total 25
drwxr-xr-x 1 root root 4096 2007-01-09 20:01 Card edits
drwxr-xr-x 1 root root 4096 2007-05-01 08:14 Neil
drwxr-xr-x 1 root root 4096 2007-01-05 21:35 Neils Old Pics till end 2006 Do Not modfy add or remove
drwxr-xr-x 1 root root 4096 2007-04-29 07:36 QuickCam
drwxr-xr-x 1 root root 4096 2007-04-27 11:57 Su
drwxr-xr-x 1 root root 4096 2007-04-27 09:15 Su's old Photos till end 2006
-rwxr-xr-x 1 root root 2 2007-05-01 09:47 testpermdoc
neil@Feisty:/home/pics$
Have tried mounting and changing the options, but cant get it correct permissions set so I can create/edit/write to the local folders.
Cant get the syntax correct in the mount command
Have also tried to do it automatically from fstab, but cant get the line formatted correctly in there either.
have looke through the man pages, but cant find the correct place to and the permission options
Comment