

The "Sharing Options" option in the context menu in Gnome and cinnamon is provided by the following package:
- Code: Select all
sudo apt-get install nautilus-share
Doesn't seem to have any affect on Caja in Mint.
The following references a "caja-share" and it's renamed "mate-file-manager-share" but they do not appear in the repository: https://github.com/perberos/Mate-Deskto ... /issues/87
You could install the following package and create samba shares the "Classic" way:
- Code: Select all
sudo apt-get install system-config-samba
But this method isn't integrated into the file manager as it is in gnome.
Sorry, don't have an answer for this one.




E: Unable to locate package system-config-samba
sudo mv /etc/samba/smb.conf /etc/samba/smb.conf.bakgksu gedit /etc/samba/smb.conf[global]
server string = %h server
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
idmap config * : backend = tdb
[homes]
comment = Home Directories
valid users = %S
create mask = 0700
directory mask = 0700
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
print ok = Yes
guest ok = yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
[Public]
path = /home/altair/Public
read only = No
guest ok = yes
force user = altairsudo service samba restarttestparm -ssmbtree


workgroup = mshome[global]
workgroup = mshome
server string = %h server
dns proxy = no
Map to guest = bad user
SharePoint User Allow guests = yes
force user = wilf
usershare allow guests = yes
name resolve order = bcast host lmhosts wins
log file = /var/log/samba/log.%m
max log size = 1000
.
syslog = 0
panic action = /usr/share/samba/panic-action %d
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
load printers = yes
printing = cups
printcap name = cups
use client driver = Yes
[homes]
comment = Home Directories
browseable = no
read only = yes
create mask = 0700
directory mask = 0700
valid users = %S
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# swap was on /dev/sda5 during installation
UUID=f5355ad1-6de9-497b-a8d4-e2abe7336d4d none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
proc /proc proc nodev,noexec,nosuid 0 0
# /dev/sda5 / ext4 rw,errors=remount-ro 0 0
UUID=52b4e4c5-e17e-43e8-a74e-1be130bf664d / ext4 rw,errors=remount-ro 0 0
# /dev/sda7 /home ext4 rw,errors=remount-ro 0 0
UUID=59624a92-f955-4544-ba30-d27af0d517a3 /home ext4 rw,errors=remount-ro 0 0
# /dev/sdb9 /home/wilf/Data vfat umask=0000,uid=1000,gid=1000,auto,rw,users 0 0
UUID=4774-CC8F /home/wilf/Data vfat umask=0000,uid=1000,gid=1000,auto,rw,users 0 0
testparm -sUnknown parameter encountered: "SharePoint User Allow guests"
Ignoring unknown parameter "SharePoint User Allow guests"
I also had a data partition automounted to a shared file in home named data but cannot achieve this in the mate install. This is the classic fstab.
UUID=4774-CC8F /home/wilf/Data vfat umask=0000,uid=1000,gid=1000,auto,rw,users 0 0

Unknown parameter encountered: "SharePoint User Allow guests"
Ignoring unknown parameter "SharePoint User Allow guests"

LABEL=500-data /home/user/500-data ntfs-3g defaults,uid=1000 0 0




GregE wrote:for what it is worth .....
Not trying to be rude but why spend so much effort to run Mate? Install Cinnamon and you will have Nautilus and Nautilus Share plus all the up to date goodness of Gnome 3 running underneath. Cinnamon has the same work style as Gnome 2 - that is why it was created. I run real Gnome 3 and have no issues with seeing and accessing a Windows 7 box and an XP VM, and sharing files to the Windows machines from LMDE. Some work was required to configure Samba for simple shares. Cinnamon will work the same as it is just a new shell on top of Gnome 3.
Maybe it is just a case of the best tool for the job.


I can now see all the shared folders across the lan on my windows machine but oddly am unable to open my own documents and settings. Nautilus states that I do not have the permission necessary.
On the windows machine I can see LMDE but am told I do not have the permission to use the network resource
testparm -snet usershare info --long.smbtree



Users browsing this forum: No registered users and 1 guest