Networking :: Can't See Shared Folders Between Two Linux Machines And One Windows Machine

May 10, 2010

I am trying to share folders between my laptop and desktop. The desktop runs Ubuntu 10 ,and the laptop I'm dual-booting between pclinux OS and another OS. I can't see either machine from either machine. The desktop shows a "windows network" when I go to the network location in file manager. When I run PC Linux, I can't even see the desktop which runs Linux as well, and I've tried to configure shares in the PC Linux OS Control Center, but I obviously failed. I installed gshare on the Ubuntu machine, and PC Linux has GUI tools(whew!) to configure NFS, SMB, and Deb-whatever the other one's name is. As a new convert, I've went into properties,permissions, because it's what I'm familiar with. I just wish someone would tell me if I should maybe just go back to the other OS or not, as I've had so many problems every since trying the switch. I really like this system, but it seems as if you need to be some kind of computer programmer or something to be able to do the most basic things (install software,wireless,share files). I'm not a stupid person, and what I lack in knowledge, I compensate for in desire to learn.

View 2 Replies


ADVERTISEMENT

Networking :: Ubuntu Won't Let My Windows Machine Into Shared Folders / Fix It?

Apr 13, 2011

I configured Samba so that this laptop running Maverick would show up on the network so I could share files between the two. When I view the network on the laptop the windows shares show up, and I can access them; but when I view the network on Windows is when the problems start.

I view the network in Windows and this laptop shows up, but every time I try to open the Public folder (only folder shared) it won't let me in. I get some sort of Windows error message about being unable to access the folder and how I might not have permission to access it, and then at the very bottom it says something like 'file path not found'.

I tried to change the permissions in the properties for my public folder but I every time I tried to change the settings in the access box it would reset it back to blank (-) immediately after I changed it.

I'm not sure what the issue could be. Prior to purchasing this new laptop I was running Karmic on my old laptop and the networking between the two machines worked flawlessly. I'm hoping someone on the forum can help me with this problem.

View 9 Replies View Related

Ubuntu Networking :: Cannot Connect To Shared Folders On 10.04 Machines

Aug 12, 2010

I have two Ubuntu 10.04 computers ans several windows computers on a common ip address on my LAN, I cannot connect to the shared folders on the Ubuntu machines but all windows machines connect fine. I see the Ubuntu computers in networks on both Linux machines. When I try to access a shared folder on the Ubuntu machines it ask me for the user name, domain, and password even though I set Remote Desktop sharing to "Configure network to automatically accept connections"

View 1 Replies View Related

Ubuntu Networking :: Samba And Windows Networking - Read / Write Access To All Folders Contents From Both Machines

Mar 9, 2011

Ive managed to install samba, I've shared a folder. I can access from a Windows 7 machine via \ubuntupublic. I can put files in the folder form the ubuntu machine and edit them on the windows box. I can put files in the folder/share from the Windows box but then I cannot edit them on the Ubuntu machine (they are read only and have a "Lock" over them). I can fix this by going to the properties of the file/folder in Windows and manually assigning "Everybody" full control (then the lock disappears and all is well.) I want read/write access to all the folders contents from both machines all the time (security is NOT a concern I WANT the permissions wide open) what am I doing wrong?

View 7 Replies View Related

CentOS 5 Networking :: Cannot Browse Windows Network Or Connect To Windows Shared Folders

Dec 22, 2010

I have a fresh install of CentOS 5.5. I am trying to browse to the Windows machines on my network (Places > Network Servers > Windows Network), but I get a blank window. I am able to ping the Windows machines using their IP address, but not by their name. What do I need to do to be able to see the Windows machines and also to connect to shared folders on these machines? So far I have tried starting SMB (via System > Administration > Server Settings > Services). I have also tried changing my smb workgroup to "WORKGROUP" (the default was mygroup which did not match my Windows machines.

View 8 Replies View Related

Ubuntu Networking :: 11 Shared Folders That Mac And Windows Can See?

May 20, 2011

I have set up a shared folder on my Ubuntu computer and I want everyone on the network to be able to see and use those folders, whether they have Ubuntu, Mac OSX or Windows XP. So far, I am able to view some Mac computers on the network and see the Windows network too - from Ubuntu. However, I am not able to see the Ubuntu computer on Mac or Windows yet. I think I should be trying to use Samba, but I am not sure how. I used

Code:
sudo smbpasswd -a [user]

to set up a password but I am not sure where to go in Windows or in Mac. Can anyone who is good in those systems tell me how I can see and hook up to my Ubuntu computer on the same network?

On this helpful page [URL]... I got as far as the last step and realized here:

Quote:

If you are still unable to access the shared folder, check that the folder sharing service is running on the Ubuntu computer:

Press System → Administration → Services

Find the Folder sharing service (samba) and ensure that the checkbox next to it is checked

Press Close

I don't have a "Services" icon in my Administration drop down menu!

View 1 Replies View Related

Ubuntu Networking :: Connect To Shared Folders From Windows 7?

Jan 30, 2010

I have just upgraded from Windows XP to Windows 7 and I just couldn't figure out how to connect to a shared folder in Ubuntu. It was pretty easy to do in Windows XP.

View 3 Replies View Related

Ubuntu Networking :: Windows' Shared Folders Not Appearing

Mar 12, 2011

I am networking from Ubuntu to Win 7. On Windows I have C:Users shared. In this directory I see two folders (or users, if you like): "Public" and "userr_" On UBUNTU when I go to Network > SERVER > Users I do not see either of the two folders that I see on Windows. I see a different one named "Default". I can access my optical drive on my windows machine fine via UBUNTU, it is just not behaving properly for this shared folder named "Users"

View 1 Replies View Related

Ubuntu Networking :: Access Shared Windows Folders On Xubuntu 9.10?

Apr 24, 2010

I have a desktop pc running Windows 7 and a netbook running xubuntu 9.10. What I am trying to do is to access the shared folders on my windows 7 pc on my xubuntu netbook.

View 9 Replies View Related

Ubuntu Networking :: Nautilus Doesn't See Shared Folders On Windows Box

Nov 24, 2010

I have a home network consisting of a Desktop running Windows 7 Ultimate and a laptop running Ubuntu 10.10. Nautilus won't allow me to open Windows shared folders from the browser by just clicking on the icons. That is to say, clicking on Network in the bookmark pane and opening Workgroup doesn't do anything. Sometimes I get a "can not mount: failed to retrieve share list from server" error, sometimes my Windows box just isn't visible at all. All my shared folders on the laptop are visible and rw accessible from the Windows desktop.

I should add that if I hit ctrl-L in Nautilus and manually enter "smb://<server-name>/share/" in the address bar, it mounts and opens the specified folder just fine. I have some of the folders already manually mounted to various locations in fstab.

I've found the issue with Games for Windows Live, and uninstalled that from the Windows computer. I'm not using firewalls on either computer for now to eliminate that as a possibility. Since the Ubuntu Laptop seems to be the one with the problem, I'll focus on that for now.

Code:
$ nc -zv 192.168.1.100 445
Connection to 192.168.1.100 445 port [tcp/microsoft-ds] succeeded!
$ nc -zv 192.168.1.100 139
Connection to 192.168.1.100 139 port [tcp/netbios-ssn] succeeded!

[Code].....

View 4 Replies View Related

Ubuntu Servers :: Shared Folders - Transfer File From Host Machine?

May 27, 2010

I have ubuntu server as a guest in virtualbox and xubuntu as my host os. I have a shared folder on my host that can be accessed by my network. I'm trying to use my server without the need to install a desktop, so how would i transfer a file from my host machine to my ubuntu server guest?

View 5 Replies View Related

Ubuntu :: Numbers To Put In Linux Machine Can Connect / Print To Windows Machine?

Apr 16, 2011

I remember it being really easy to add a printer attached to another computer using Ubuntu, but I don't remember exactly what made it so easy. All I know is that now that I have switched to Kubuntu the process has become much harder because now I have to find out some special locations, numbers etc. for it to connect to the printer. It's connected to a Windows XP machine on the other side of the house.
It says alot about 'contacting the network administrator' if I am unsure about what to put in. But I am more or less the network administrator. how to find out what numbers to put in so that my Linux machine can connect and print to the Windows machine? Or maybe someone knows a few commands to share? I go to Applications > Settings > System settings, Printer configuration, New Printer, New Network printer, and then there are a few options but I don't know which one to choose. Windows Printer via Samba, I guess? Then in the box that says smb://[enter stuff here] I need to put in info but I don't know how to find that info.

View 5 Replies View Related

Ubuntu ::Way To Use .local Dns Suffix For Both Linux And Windows Machines With Dhcp

Dec 26, 2010

I was setting up a new Linux box and router today and when I was looking to see if my custom DNS servers were being handed off in DHCP to my Ubuntu box I realized that the isp was shoving down onto my machines their dns suffix. Since I have configured my dhcp scope in the router to hand out a local dns suffix I am not sure why my suffix is not being used. Is there a way to use the .local dns suffix for both my linux and windows machines with dhcp instead of having to manually set the suffix?

View 3 Replies View Related

Ubuntu :: Can't See All Shared Folders On Windows Computer

Apr 25, 2010

i am running the newst version of unbutu, karmic koala. i can see some of the folders i am sharing on other computers but not all of them.

View 1 Replies View Related

Server :: Windows XP Machines Require Device Driver When Installing A Shared CUPS/Samba Printer?

Feb 27, 2010

I have installed Canon ImageRunner 2018i on my linux box using CUPS web interface. When I try to install this as a network printer from a Windows XP machine, the windows XP machine keeps asking me for a device driver. Is there a way to configure the printer on CUPS/Samba so that when I try to install it on Windows XP machine as a network printer, it does not ask me for a device driver?

View 7 Replies View Related

General :: Get List Of Windows Shared Folders On Ubuntu?

May 23, 2011

We have a small LAN in my office, I use Ubuntu and other PCs have Windows XP and 7 - they have some shared folder on them.

How dp I get a list of Windows's shared folders on Ubuntu in Terminal (using the command line)?

View 1 Replies View Related

Ubuntu :: Samba Cannot Access Windows Shared Folders?

Jan 2, 2010

spent so much time trying to get Samaba working, but with no luckHere is my smb.confQuote:

[global]
realm =
netbios name = rlx-laptop

[code]....

View 9 Replies View Related

Debian Configuration :: Share Files Between Machine And Some Windows 95/98 Machines?

Apr 22, 2010

I'm running kernel release 2.6.26-2-686 on a i686 and are trying to share files between my machine and some Windows 95/98 machines. When I enter smb://ip_number/share_name in Nautilus, it works. I can browse the files. When I try the same with smbclient or smbmount, it complains.

smbclient -I=ip_number -L=//server/share gives cli_rpc_pipe_open: cli_nt_create failed on pipe srvsvc to machine tf_calibration. Error was ERRSRV - ERRerror (Non-specific error code.)

View 4 Replies View Related

Ubuntu Security :: Finding Two Strange-looking Files On Windows Shared Folders?

Mar 30, 2011

Recently I've been finding two strange-looking files on my Windows shared folders! Their names are 'khy' and 'qffhtx.exe', they appear as hidden, and they're hard to delete!! especially the first one because it has no extension. I use Ubuntu 10.10, but I am worried because I also dual-boot Windows XP. Today I tried to open the .exe file in nautilus to see what is inside and I received the message "Unable to open archive", 'khy' is apparently an empty text file. Then I unmounted my /home partition so my files are out of the way, and I ran the .exe file using WINE,

Now I have a strange-looking applet on my top panel!! and it says "Script paused", also it says "Exit', and also Wine command prompt says something strange about "LockWindowUpdate", don't imagine it I'll post the screenshots so you can see it for yourselves. Also --and this is weird-- the virus apparently is trying to call a Windows process named csrcs.exe!! Again, I'll post the screenshots.

If this is a virus, then it's like a fish out of the water on my Ubuntu, it's probably trying to do something but it can't find its way around, it's kinda funny, but Im worried because I also dual-boot Windows XP, I'm having a hard time trying to remember the name KHY, it's a very weird acronym, it's the acronym of a disease, according to what I googled, i'm sure it's a virus!!! Anyway it's HARD to remember!!!

what can I do about this? How can I see the "script"? can Ubuntu kick its ***?how can I clean my Windows?

View 9 Replies View Related

Ubuntu Networking :: Can't View Printer Shared On CUPS Server From Other Machines On LAN?

Nov 1, 2010

I have been working through setting up a CUPS server on my Dell Dimension 2000 which is running Ubuntu 10.04. I have the server set up and the printer added and have gone through all of the steps the tutorials suggest to get the printer to be viewed on the network (set it to shared, allow other machines to view shared printers, etc). However, I can't find this printer on any of the other machine on my LAN (one machine running mac os x the other running Ubuntu 10.10).

View 2 Replies View Related

General :: Installing Linux To Second Drive On A Windows Machine

Jun 19, 2010

I have a duo core HP machine with two (2) physical hard drives.Drive C has the win Vista Media center version installed.The second drive has 2 partitions of 500gb each.One has all my windows data files on it and the second partition I have reserverd for the installation of Linux.How to install Linux on the second partition (SDB1) without loosing the ability to use windows when i need.In other words i want to establish a dual boot system and not disturb the existing windows installation by installing Linux and then be able to boot into a dual boot system that will let me select which OS to boot to.

View 3 Replies View Related

Programming :: Perl Script To RDP LAN Of Windows Machine From Linux?

Apr 13, 2010

I am a newbie in perl and I am trying to develop a script that should try to login on all windows machine in a LAN say 192.168.100.0/24 with a given username and password. I am not sure wether it will use RDP or any other protocol, so I am getting confused how to proceed.

View 3 Replies View Related

Server :: Windows Machine Cannot See Samba Shared Folder

Apr 30, 2009

I have everything networked properly, as far as I can tell, both computers see each other... I can use putty to port in and use my Linux machine (Debian 4). When I go to map network drive on my XP machine, I can see the computer, but not the shared folder. After some googling I found that i have to create my Windows user name ont he Linux machine as a user as well. Unforunately, that user is 'Administrator'. So I told Linux to force user, and it created it, and did smbpasswd command and added the user to the samba list. Still nothing.

View 14 Replies View Related

CentOS 5 :: Xen Hypervisor - Connect To It Remotely Via A Windows And Linux Machine?

Feb 17, 2011

I am new to Xen Hypervisor and wanted to know if someone has any good guides to configuring it please. Also once i configure a Guest OS how can i connect to it remotely via a windows and linux machine?

View 1 Replies View Related

Fedora Networking :: Create Shared Folders And Stream To Other Pc's

Jun 5, 2011

network with a laptop with windows 7, a wireless all-in-one dcp-585cw, eminent em7075-dts.
it's possible to create shared folders in windows, in order to make them accesble for other pc's, devices, such as the eminent em7075-dts multimedia player.

when i start windows mediaplayer ( a requirement), i can browse over my pc when i am on the interface of the em7075 ( what you see on tv when go to the hdmi channell.) in other words, i have the option to play / stream a movie from my pc, over the network to the em7075.

View 2 Replies View Related

Ubuntu Networking :: Access Shared Folders From Internet?

Feb 13, 2010

I'm looking to set up some kind of a server so my friends can access my music folder. I've managed to set it up so that users on my LAN can do this, but I can't figure out how to make this available on the internet. Is there an easy way to do this? how to set up an FTP server, but none of these tell me how to configure my router, or what IP address I will need to access the folder from the internet.

View 6 Replies View Related

Ubuntu Networking :: Shared Folders No Longer Visible

Feb 23, 2010

I have two computers in the house that I have shared folders and one has a shared printer. I have a desktop running 9.04 and a laptop running 9.10. The desktop has several shared folders and a shared HP printer. The laptop only has one shared folder. Everything was working fine up until a couple days ago. I went on the laptop to access one of the desktop shared folders, and nothing shows up under "places, network" except windows network.

It no longer shows that the printer is currently shared either, but the funny thing is that I can still print to the desktop from the laptop.I just can't figure out how to access the shared folders.

View 6 Replies View Related

Ubuntu Networking :: Shared Folders Not Accessible After Reboot?

Apr 12, 2010

I've been flipping through distros a lot lately, trying to find which one best suits me. I like Ubuntu quite a bit.

I just installed Ubuntu 9.10 on a desktop pc and I'm having and issue with shared folders. I set up a test share by right clicking on Documents in my home folder, and clicking on Sharing Options. Then I checked the box to "Share this folder" and the box to "allow others to create and delete files in this folder". I click "Create Share" and in a new window, it prompts me for nautilus to add permissions automatically. So I allow it to do that.

Then, from a Virtualbox Ubuntu machine, I can access the share and do everything I want to do (view, create, modify files). However, once I reboot my Ubuntu 9.10 machine, that has the shared folder on it, it's no longer shared when I log in and check on it.

The sharing emblem has disappeared from the folder icon, but if I go into Sharing Options, the boxes are still checked. If I simply unshare and re-share the folder, it gets the sharing emblem again and the Ubuntu virtual box can access it again.

View 4 Replies View Related

Ubuntu Networking :: Lost Access To Shared Folders On XP?

May 9, 2010

Prior to upgrading from Karmic to Lucid I could access shared folders on my partners XP system. Now when I attempt to connect to the shared folder I am unable to see the folders.When I display the network I can see MSHOME but thereafter end up with the following :"Unable to mount locationFailed to retrieve share list from server"Strangely enough I am able to connect to another Lucid system easily enough from my laptop.In each instance both my Lucid systems and the XP one are connected via wireless and as far as I can see the setup on the XP system is networked OK.

View 6 Replies View Related

Ubuntu Networking :: Login To Access Shared Folders?

Feb 24, 2011

I always find myself stuck when it comes to sharing folders across networks.

I just installed ubuntu on a pc, with 2 other pc's in my network - one runs Windows XP and the other Windows 7.

When I go to Network -> Windows Network -> WORKGROUP I can see both Windows computers. But when I try to open either one of them, it asks me for a username and password. Now, neither of the Windows machines have passwords (they just login automatically).

(I haven't used Ubuntu since the earlier versions and remember having to go through samba and set up config files, etc.).

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved