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


ADVERTISEMENT

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

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 :: 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

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 :: 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

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 View Related

Ubuntu :: Folders Not Appearing Properly (Without Colors - Like Windows 98)

Jun 13, 2010

I did a partial update and since then the Folders (Nautilus) is looking weird without many colors reminding of Windows 98/95.

View 1 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

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

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 :: 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 :: 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 :: 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

Ubuntu Networking :: Recursive Shared Media Folders (samba)?

Mar 20, 2011

I currently have samba set up to share to XBMC. One of my shares contains many folders. But the permissions aren't given to access those folder only the container folder.

I can browse the folders recursively with a windows Laptop

How do i enable recursive permissions?

View 9 Replies View Related

Ubuntu Networking :: Creating Shared Folders- No 'testparm' Directory

Jul 14, 2011

I need to share some files from my Ubuntu 10.10 box to others on my home network so I created a shared folder, right-clicked it and chose "Sharing Options", chose "Share This Folder" and then I was told that additional software is needed to enable sharing. I agreed and software was downloaded and installed. But when I clicked "Create Share" button and told Nautilus to automatically add permissions for others to access my folder, I was slapped with an error message saying "Failed to execute child process "testparm" (no such file or directory).
So how to proceed and get sharing working again? I installed Samba afterwards via Synaptic and assigned the folder for sharing, but I don't see the special "arrows-both-ways" sign for this folder.

View 2 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 :: Shared Folders Keeps Telling Me Services Not Installed / Sort It?

Jan 26, 2010

Xubuntu 9.10 Shared folders keeps warning that shared services samba of nfs not installed although ive d/l them and installed them when i hit install again it just keeps looping back to the warning

View 1 Replies View Related

Ubuntu Networking :: Are Samba Shared Folders Visible On Internet By Default?

May 31, 2010

I have created a shared folder in my ubuntu. And checked allow guest user access. I can access this folder with my other ubuntu computer connected trough LAN.The question is if anyone have my IP address can he/she access to my shared folder?Are samba shared folders shared over internet too? If so, This will be a very dangerous security problem.

View 5 Replies View Related

Ubuntu Networking :: Cannot Access The Shared Folders Until Login With Account To The Computer?

Feb 8, 2011

I have set samba shared folders on my ubuntu 10.04, which Windows users on my network use. The problem is, even that I leave the computer on, they cannot access the shared folders until I login with my account to the computer.This is a real problem since I either need to come to the office, login with NX or tell them the password which I don't want to do

View 5 Replies View Related

Ubuntu :: Hiding Folders Inside Of Shared Folders?

Mar 27, 2010

I am setting up a lubuntu nas with all of my music, movies, etc on it. I want to give my kids access to my mp3 directory, so I can move all of the kid appropiate music into the root of my mp3 dir, in the same order I have all of my music sorted. Under the Music folder, I have them sorted, in folders, by letter. So A, B, C, D, etc... Now, in those folders are the respective artists. So where there may be something approipate in the P folder (say, Paramore), there is something inapproipate (say, Pantera)Now, when the kids go to the P folder, I don't want them to even see the Pantera folder. I just want them to see the Paramore folder. I tried a test using chmod 711 and chmod 700 on a directory with a test user, and the user can't access the directory, but can still see it

View 3 Replies View Related

Ubuntu :: NTFS Folders But Not Files Appearing?

Jul 6, 2010

I recently had a Windows Vista laptop crash and burn because of some damage done to all the lovely files Windows cannot boot without. Since my computer cannot boot from USB normally I used PloP Bootmanager to get it to boot from a live Ubuntu image on a USB stick.Before I install Ubuntu, I want to recover some of my files sitting on the disk, and the partitions seem to mount in the GUI- I can see them, I can click mount or unmount and it responds. The trouble is that while I can see all of the folders on the Windows partition: Program Files, Documents and Settings, etc. I can't see any of the actual files. The disk itself is reported to have data on it- even Ubuntu recognizes it's almost full, but every folder has 0 files with the exception of /media/[A particular character string] which has three boot-related files. This is true whether I use bash as root or not. I've tried mounting to a different point and remounting via the terminal using ntfs-3g and editing the fstab file to recognize the parition with full permissions, but nothing seems to work.

View 5 Replies View Related

Ubuntu :: Mutiple Copies Of Media Folders Appearing?

Oct 16, 2010

I am trying to get my network music player (Logitech Squeezebox) to connect consistently with Ubuntu. Most of my music (FLAC files) is on a separate NTFS hard drive as I am dual booting with XP.I have edited the Fstab file somewhat based on suggestions on the forum but I can not seem to consistently connect to the Squeezebox with my music files (FLAC). What appears to happen is I set up my mount point in the media folder as Music and configure this with my Squeezebox which scans the Hard drive and finds all my music. The player works and it all seems fine even after a reboot but after a couple of reboots I get an error message when booting that says "The disk drive for media/Music/Flac is not ready yet or not present".

When I go to the media folder it appears that the Music folder is duplicated with a folder called Music_ and after a resetting the Squeezebox scanner to the new Music_ folder the process starts over again and I eventually end up with another folder called Music__ and so on.My question is 1) can I delete these Music folders without erasing all my Music library , and 2) how do I correct this situationHere is the Fstab file:# /etc/fstab: static file system information.

#
# <file system> <mount point> <type> <options> <dump> <pass>
proc/procprocnodev,noexec,nosuid00

[code]....

View 9 Replies View Related

OpenSUSE :: Thumbnails Not Appearing For Pictures In Folders

May 18, 2011

I am trying to figure out how to get all my pictures in my folders to have a thumbnail I have gone under view-adjust view properties and selected "show preview" option and than selected all folders at the bottom of the screen. I also went back under the view menu and made sure that the preview box was checked. Only maybe less than half of my pictures are able to be previewed is this a common problem.

View 6 Replies View Related

CentOS 5 Server :: Samba Files And Folders Keep Appearing And Disappearing?

Dec 15, 2009

I have an intermittent issue with with Samba. I can access my samba share with windows xp and vista using windows networking and even by mapping the share to a drive. The problem is that the files and folders disappear inadvertently and I can only access them again if I open the share again from the start with windows explorer. Selinux is disabled and the firewall ports for samba are open. The following software is installed:

samba 3.0.33-3.15.el5_4
samba-client 3.0.33-3.15.el5_4
samba-common 3.0.33-3.15.el5_4

[code]....

View 8 Replies View Related







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