Ubuntu Networking :: Sharing Files On Windows Workgroup - Error 255
Feb 5, 2011
I've just recently got my samba confg working with a workgroup. I can view/access/modify windows machines on workgroup just fine. What I can't do is access shares created on ubuntu desktop. My ubuntu machine appears on Windows Workgroup, but denies to Windows users. When I try to create a share using Folder Sharing, I get this returned to me:
'net usershare' returned error 255: net usershare add: cannot convert name "Everyone" to a SID. Invalid parameter.
Here's by samba config file.
[global]
workgroup = JANSSEN HOME
server string = UServer
encrypt passwords = No
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Entersnews*spassword:* %n
*Retypesnews*spassword:* %n
*passwordsupdatedssuccessfully* .
username map = /etc/samba/smbusers
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
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
View 4 Replies
ADVERTISEMENT
Sep 23, 2010
I have pc and a laptop. On the pc i have winXP 32-bit and on the laptop Ubuntu 10.04 64-bit . Can I share files between these two computers (cause i don't want to make dual-boot on my laptop), and if I can, how ?
View 4 Replies
View Related
Jan 20, 2011
I have set up a fileserver using ubuntu before, but never on 10.10. i have installed samba set the folder to share, can see the folder on windows 7 but when i try and view it says.
Windows cannot access \FILESERVERBackup
You do not have permission to access \FILESERVERBackup. Contact your network administrator to request this action
Quote:
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
[code]....
View 2 Replies
View Related
Apr 11, 2010
I just purchased a wireless router, b/c my two computer's wouldn't adhoc, so how do I get them to share files now? 1 is ubuntu and the other is windows xp
View 6 Replies
View Related
Jan 18, 2009
Sharing big files trough internet with Windows
View 1 Replies
View Related
Sep 11, 2010
I followed these steps to try and connect my Desktop(Ubuntu) and Laptop(Win 7) together so they could share files.
Code:
sudo apt-get install samba
sudo su
cp /etc/samba/smb.conf /etc/samba/smb.comf_default
gedit /etc/samba/smb.conf
[code]....
sudo su was not originally in the steps but it wouldn't give me permission to edit the samba file unless I did.Also at the end it said command not found or something like that when I tried to restart samba, so I just logged out and then back in.So now I can identify Ubuntu and Win 7 from on each other, but I can not access either of them. Ubuntu goes into windows network, then workgroup, shows the computers on the network but when I try to access one this comes up:When windows tries to access Ubuntu it request for username and password. I type it in but it does not recognize it.
P.S. I allowed the Documents folder on Ubunto to share across the Network, and while it shows up in along with myshare on Win 7, it still requests for username and password.
View 1 Replies
View Related
Sep 18, 2010
I am using ubuntu 10.04 .I tried to share my files on windows network using samba , I changed theworkgroup name in samba configuration file ..but it dint work for me will you please tell me the exact procedure to share the files on windows network ..
View 7 Replies
View Related
Apr 6, 2011
I need to reinstall the samba directory, mainly to get the default smb.conf. It appears I have to remove smbclient, which takes ubuntu-desktop with it (which I now know is mostly ok). Hopefully reinstalling those will then replace /etc/samba. There's enough troubleshooting samba threads out there for the rest. I'll flag this solved when I'm done.
I am working on setting up BackupPC on Maverick , for my network. I am unable to view my WinXP machine's shares if I type "sudo smbclient -L //JonDoe/" . However it works if I use the XP machine's IP "sudo smbclient -L //192.168.1.100/". Viewing the workgroup (with the proper name) in Nautilus only shows the Ubuntu machine. I ended up using multiple how-tos which had me install the following packages : Samba, smbfs, system-config-samba.
With all that nothing worked so I decided to uninstall the above with "remove completely" in synaptic, expecting everything to be completely gone. But /etc/samba with smb.conf still existed so I deleted it. OOPS!!! . Installing Samba after the uninstall did not create a new /etc/samba/ directory. Reinstalling smbclient in synaptic didn't create it either. Uninstalling smbclient with pull BackupPC with it. Sweet! I do have a firewall package installed which allows outgoing but blocks inbound traffic from outside my LAN. I will disable it when I get home.
View 1 Replies
View Related
Dec 29, 2009
I'm having some problems with file and print sharing between my Fedora 12 box and my Win 7 box. trying to access shares on the Win 7 machine results in a "unable to retrieve the shares list" error message. I've been searching Google for a while now with no success.
View 3 Replies
View Related
Aug 23, 2010
`I'm on 10.04 trying to access shares on a windows machine. The machine does not appear at all in windows network/workgroup. I can see these shares when I'm on my windows partition so I know the problem isn't with the network.
Code:
sudo aptitude install apache2.2-bin apache2.2-common libapache2-mod-dnssd
View 1 Replies
View Related
Mar 8, 2009
So everything seams to be fine on my F10 boxes networking. I can ping computers on the network with both LAN IP addresses, and their hostnames. However, I can only access my F10 box with a LAN IP. In windows, I go to view workgroup computers... only the windows systems. If I go to the F10 system with samba via the IP address it works fine, just can't get to it with a hostname.
I'm wanting a static IP of 192.168.1.22. And on the windows workgroup "workgroup".
I'm new to doing things with linux that are remotely difficult... and well, this has proven to be. I can't work out if this is a SMB problem, general networking...
smb.conf (I've ommited the top info segment due to forum character limit, as well as the SELINUX notes)
Code:
#======================= Global Settings =====================================
[global]
# ----------------------- Netwrok Related Options -------------------------
#
[Code].....
View 7 Replies
View Related
Feb 9, 2011
i am new using ubuntu 10.10 and so far i like it but the only thing i have problems is to be able to connect to the network i am running Windows 7 on the main pc and when i try to connect to the network (Click on Places, Network, Windows Network "icon appears" "right click on it" and get message Unable to mount location, "Failed to retrieve share list from server" i have try many solutions for the last 3 days but no luck can somebody i just want to share some music files and be able to connect to sound system and play the music
[Code]...
View 1 Replies
View Related
May 11, 2010
How do I join a Windows XP Workgroup named HOME?
View 1 Replies
View Related
Sep 5, 2010
I have recently set up an ubuntu installation on an old PC. After some fiddling with both it, and the windows 7 machine, I have managed to share all of my drives. However, when attempting to access them from ubuntu, only 2 of the 4 hard disk shares will mount, with the other 2 failing with a Unable to mount location, failed to mount windows share error message.
View 2 Replies
View Related
Apr 13, 2010
My interest to be able to join my windows workgroup and be able to work with the windows shares . I am running Fedora 12 in a virtual machine as guest OS. I know I have to install Samba which does not come installed in Fedora 12. Do I need to configure samba after installation if my only interest is to work on windows shares from Fedora and not the other way around? .
View 7 Replies
View Related
Jul 7, 2011
Im using WPA with a TKIP pre-shared key...Can a client pc im sharing my key with access my files if im not file sharing? Router config?
View 2 Replies
View Related
Mar 30, 2010
I set up a samba file sharing system but my workgroup asks for a username and password see this-This is the text in /etc/samba/smb.conf:
# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
# samba-doc package is installed.
[code]...
View 9 Replies
View Related
Jun 28, 2011
I have a computer running Ubuntu 10.10. I am using it to share many hard drives connected to it. I am using Samba. I have successfully shared many folders to one Windows user. I am attempting to share other folders within the shared folders to another user as read only but have not had any success. When I attempt to connect to one of the shares from another computer running Ubuntu 10.10, logged into an Administrator account with the same username and password which I setup on the Samba share I get the error: "Unable to mount location" "Failed to mount Windows share"
View 3 Replies
View Related
Apr 4, 2010
I am running Fedora 12 as a Guest OS using Vmware Player. My host OS is Windows 7 Pro. I have no problems connecting to the internet with Fedora 12 using Firefox as browser. My problem is that I can't connect to my home windows network "Workgroup" I am using NAT and dhcp for IP. When I checked the network device tab it shows eth0 non active. Hardware tab shows eth1. I tried to activate eth0 by using "ifconfig eth0 up " it returns no such device. I then tried "ifconfig: and it returns eth1 and lo but eth0 was not there. Host network adapters shows 2 virtual adapters ...WMware vmnet1 and vmnet8. What should I do next?
View 14 Replies
View Related
Apr 28, 2010
I have a 500gb hdd and a 320gb hdd . i want to dual boot with windows 7 on the 500. I usually make 4 partitions for windows - 1. windows 2. programs 3. games 4. data- and put ubuntu on the 2nd hard drive.
View 3 Replies
View Related
Sep 26, 2010
I shared home folders to be accessible from a Windows XP notebook computer which my wife uses some times. One of the folders contains many pictures which I later renamed (bulk rename at the ubuntu box). The pictures at the Windows box still have the old name and they can be opened as usual. However, when my wife rotated a picture and saved it with the same name, the picture just disappeared. For some reason It can not display the new names. I removed the Thumbs.db files, restarted samba and re-configure again the connection with samba but no luck. It is not a big problem but I was wondering if someone knows what this is happening?This is my samba config file:
Code:
[global]
workgroup = WORKGROUP
server string = %h Ubuntu
dns proxy = no
[code]...
View 3 Replies
View Related
Dec 13, 2008
I am trying to share files between my Kubuntu and Windows Machines. I have tried reinstalling samba 3 times with different guides and trying non-stop for 3 hours. I now see my Kubuntu folders I want to share but when i click on them it asks for a password. I have tried many passwords but they dont work. Also with the printer on the other Xubuntu machine in the other room, I can access the files on that one but i cannot print from the printer as i can in Kubuntu without a problem.
View 9 Replies
View Related
May 26, 2011
I have my ubuntu comp setup as a media server and works fine with mythtv etc but I also want to access the files from my computers in the other rooms (most have windows 7). I was able to share the file containing the videos easy enough by right clicking the file and checking all of the sharing options the first time. I have been able to access all the files that i originally put in the folder and stream video to my other computers without issue.
However any new files I add to the folders I am now unable to access. The files show up but when I click on them it says I don't have permission. I have tried unsharing the folder and redoing it but I come to the same issue. I am sure I am just forgetting an easy step but I can't think of what that is. Also want to make sure that any new files I add to this folder will work instantly across the network.
View 2 Replies
View Related
Jul 28, 2011
1> i have centos5.4 fileserver.
i synchronize my document of windows xp with fileserver through samba server.
while synchronzing ,virus effected file are also get sync in fileserver .
i scheduled copying in crontab also.meanwhile by synchronizing the fresh file get replaced by virus file.this result lost of my data.
is there is any solution to restrict virus file from copying through rsync....
2> is there is any program to compare size of files on samba server
View 1 Replies
View Related
Aug 6, 2010
i would like to set up file sharing from one ubuntu pc to another wireless laptop.I found samba on the internet i installed it and i can share files but it's slow a 700mb avi file was going to take 2 hours and from what i read samba is for sharing files from linux to windows.I also found ssh that to is slow also i think it goes over the internet or something like that.So is there any other way to share files that's faster or have i forgot something.I only have 2 ubuntu 10.04 computers and 1 open solaris but the open solaris i will not be putting on the network.
View 9 Replies
View Related
Aug 15, 2009
After installing Samba as per procedure, Samba does not see Windows "workgroup".
View 4 Replies
View Related
Mar 23, 2010
I'm running Ubuntu 9.10, and am getting the following error when I attempt to access the HADEN workgroup on my Windows network via Samba: Unable to mount location - Failed to retrieve share list from server. I ran the following command:
Code:
peterv@MBP17U:~$ findsmb
sh: /usr/bin/nmblookup: not found
*=DMB
+=LMB
IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
[Code]...
On my Windows XP machine, I can see the Ubuntu directory and can access files on it. I just can't access the Windows workgroup from Ubuntu.
View 1 Replies
View Related
Mar 23, 2010
I thought I would try and be clever but have become stuck! I have bought a NEtgear ReadyNAS with a view of copying all sound files and photos to one place. I have a wired home network and a Windows XP PC which I have mapped the NAS to as a network drive.Then came the Linux bit. I have a laptop which I want to do the same with. I have set up the NAS so that it operates with both CIFS and NFS file systems. I can see the CIFS file system in the Network part of Ubuntu 9.10 but am having trouble in getting programs to see it. Ideally I want to use F Spot or Picasa to view the photos and then also use one of the audio packages to play music around the house. When I ask F Spot or Picasa to search for files or folders, the network does not show up in the list.
View 2 Replies
View Related
Aug 14, 2010
Right, I would like to be able to share files with another member of my family over our home wireless network. I have ran the command avahi-browse -a but it on returns my computer.
View 1 Replies
View Related
Jan 17, 2010
I have a laptop running Windows XP with a secure wireless internet connection. I want to share this connection to my desktop running Ubuntu 9.10 via an direct ethernet cable connection. So far in Windows I checked the "Allow other network users to connect through this computer's Internet connection" in the Wireless Network Connection Properties menu. Doing this creates a new IP Configuration. Here is an output of running the ipconfig command: Windows IP Configuration
Code:
Ethernet adapter Wireless Network Connection:
Connection-specific DNS Suffix . : home
IP Address. . . . . . . . . . . . : 192.168.1.3
Subnet Mask . . . . . . . . . . . : 255.255.255.0
[code]...
View 2 Replies
View Related