Ubuntu :: How To View Local Shares ("net Share" In Windows)

May 23, 2010

How do you view local shares from the terminal? I'm basically looking for something that is equivalent to the windows "net share" command.

View 5 Replies


ADVERTISEMENT

General :: See Local Windows Shares ?

Jul 19, 2010

I was wondering if it is possible to see all the local windows shares on linux. Under windows I used to be able to see the public files of everyone "near me", is there anyway to replicate this under ubuntu?

View 1 Replies View Related

Networking :: Can't View List Of Shares In Nautilus But Can Browse Shares Directly?

Dec 11, 2008

I run opensuse 11 at work. I'm trying to see the list of shares on a "server" that is running windows server 2000. If I try smb://server, it doesn't show any shares, but I can browse directly to it such as smb://server/share1. If I use smbclient, it returns the list of shares correctly. I guess I just don't understand why smbclient shows the list of shared folders, but nautilus cannot.

View 3 Replies View Related

Ubuntu :: Cannot View CIFS Share \ But Can In Windows?

May 19, 2011

I have a FreeNAS server running CIFS shares. I just tried out Deja Dup on my home directory and backed it up to my CIFS share. This is about 200gb worth or so, I believe.After it was done, I went to browse into the directory. I've restarted the CIFS service on the server, rebooted the server, and rebooted Ubuntu,I STILL cannot browse my directory. It says:Sorry, could not display all the contents of "jason": Invalid argument.Yet I can SSH into it and do an ls listing and see all of the .tar.gz packages that Deja Dup created. Likewise, I can browse to it just fine in Windows.What is Ubuntu doing that it doesn't like to see these files? It's a huge, huge pain in the rear... How can I fix it?

View 5 Replies View Related

Ubuntu Servers :: Can't View Samba Shares?

Jul 23, 2011

I have a fresh installation of Ubuntu 10.04 LTS I have installed Boxee on it that is all and I am trying to set it up as a Samba Server. I have followed the instructions on following page:[URL]..On the box that I am trying to setup as a Samba Server using Nautilus I can view the shares no problem. On another Ubuntu box no such luck. I can get too Windows Network and I can see my workgroup. When I try and open the workgroup I get the following dialogue box for some time: Opening "WORKGROUP". You can stop this operation by clicking cancel. And then this error dialogue box:

Unable to mount location Failed to retrieve share list from server I have spent sometime trying to resolve this myself but have had little luck. As far as I know I have no firewalls in place; Ubuntu does not have one by default is that correct? At this time I don't have a Windows computer to try to connect too the server at this time, but plan to in the future that is why I want to use Samba.

I am connecting the two boxes with an D-Link DIR-825 router; both boxes are on the same subnet. Are there settings in the router that could be affecting this?

View 6 Replies View Related

Ubuntu Networking :: Can No Longer View Samba Shares

Mar 22, 2010

I use Ubuntu 9.10 on my laptop and Vista Premium on my two desktops. Until recently I was able to view and access my document files on my desktop from within Ubuntu. I can no longer do so.

View 2 Replies View Related

General :: Read A Local Man Page For Sync That Was Kept In The /usr/local/share/man?

Sep 27, 2010

What command would you use to read about the sync system call (not the sync command)? How would you read a local man page for sync that was kept in the /usr/local/share/man?

View 2 Replies View Related

Debian :: Can't View Available Samba Shares / But Can Access Them

Feb 24, 2011

I have had server running for over a year and have run into my first major issue. I am no longer able to browse to the server by hostname or IP and view all available Samba shares. I receive a windows popup informing me I do not have permissions However I am still able to browse to the shares themselves \hostnameshare.I am currently assuming this is an issue with the config of the samba share module/

View 2 Replies View Related

Fedora :: Win7 Can't View Samba Shares In F12?

Apr 26, 2010

I just installed a F12 server at home, replacing a FC9 server that ran samba to share media files. I had no problems connecting to samba on FC9 (the version escapes me, sorry) however Win7 seems to be fighting the F12 samba (v3.4.7) trying to do the same thing. I create a directory share, it shows up in windows explorer, but when I try and open it win7 tells me I dont have rights to it.

I created a printer share via samba, and successfully connected to it from win7 and use it as my default printer, and that works OK. I know win7 uses smb2 as its samba protocol, and that might be some of the problem (or all of it), but I'm not sure. I also have googled and saw that people have had had issues with samba as their domain controller while trying to join win7 into the domain, however I do not use win7 as a pdc at all. The solution for this seems to be registry hacks, but I am not sure they apply to me as I haven't seen anyone correlate it. Tailing the logs, this is what I see when I try and explore the file share from win7:

Code:
[2010/04/26 13:09:56, 1] smbd/notify_inotify.c:421(inotify_watch)
inotify_add_watch returned Permission denied

Now I have edited smb.conf manually in the past but to try anything I've even played with webmin to see all the options I might be missing, still my conf is fairly simple:

[Code]...

I see the movies share in win7, but it doesn't let me in. I tried disabling requiring 128bit encryption for NTLM as one suggestion but that didn't work. Also changing local security policies to send LM & NTLM responses, and that didn't work.

View 3 Replies View Related

OpenSUSE Network :: Can't View Samba Shares In Dolphin Although

May 31, 2011

Having a bit of a minor issue with samba on Opensuse 11.4 64 bit. My problem is that I can't view my samba shares in Dolphin although I know they are there. If I bring up dolphin using the Opensuse shortcuts to samba I get this

My computers / drives attached to my network should be viewable here yet they are not. However, if I type in the address directly I can view and access my shares.e.g.

Here is a copy of my smb.conf

Code:
[global]
workgroup = farcusnet
netbios name = ThinkPad
passdb backend = tdbsam
name resolve order = bcast host lmhosts wins
printing = cups

[Code]...

View 9 Replies View Related

Ubuntu :: Creating, Editing, And Removing Shares With The 'net Share' Command?

Mar 16, 2010

how-to use the 'net' command to add/remove and list net work shares on a ubuntu box, you'd think it would be slam dunk to get it working, but alas, this is linux we're talking about. I've attempted to create a new share using the following command:

net share add Music=/home/joeblow/Music -C testing -M 1 -S joeblow-desktop -Ujoeblow%joeblowpass

which results in this error:

NetShareAdd failed with: Access is denied

I've also tried deleting an existing share using the following command:

net rpc share delete documents -S joeblow-desktop -Ujoeblow%joeblowpass

which results in the error code (5) and no error message. Note, I'm logged in as joeblow the user and I'm attempting to create create/delete shares in joeblows HOME directory. Also, I can create and delete shares from joeblows desktop via "Places->Home Folder->..." method and I can access these shares remotely.

View 3 Replies View Related

Ubuntu Networking :: Shares-admin Is Not Letting Me Add A Samba Share?

Nov 10, 2010

In 10.10, after installing samba and nfs through shares-admin, when adding a shared folder, i only see share through NFS listed, not samba

View 1 Replies View Related

Ubuntu :: View Website From Local Cache?

Jul 14, 2010

I run a gaming clan forum on IPBFree. By all accounts the servers are Down, permanently.
Taking with them 2 years of my Clans Forum posts. I was wondering if maybe Firefox or Chrome keep some sort of local Cache on the HD that i can try and salvage as much data as possible from.

View 7 Replies View Related

Networking :: 3 Nics - Connect To Internet - Share To Local Net - And Connect To Local Net - Not Working

Sep 15, 2009

I have a Dell PowerEdge 1650 server with 3 NICs in it. I am trying to use one NIC (eth0) to connect to the internet, the second NIC (eth1) to share the internet connection to a LAN, and the third NIC (eth2) to connect to the LAN.

It is running Ubuntu server 8.10

The problem that I'm having is that NetworkManager (version 0.7.0) keeps setting eth2 as the default connection, and then I don't get any internet at all from the server.

My main goal is to be able to share files from the server to computers on the LAN. The secondary goal is to have a virtual machine hosting a Halo server, connected through eth2, so that it can host LAN games. But that is a secondary goal after I get the connections to work.

I've been looking around and finding other people who have done bits and pieces of this, but not the whole thing. I had been hoping to simply use the NetworkManger, but I don't mind editing config files.

Also I can't seem to find any good instructions on editing the /etc/network/interfaces file. The man file is incomplete, and everything seems to point back to the man file.

View 2 Replies View Related

Debian :: Setting Up Search And Mount Local Samba Shares?

Aug 1, 2010

I do know how to set up the traditional Window shares by modifying fstab and mkdir /mnt/share. What I was wondering in this day of laptops, if there was a script that could find and mount Window shares that were hooked into your local network, but only on a temporary bases. Something like what you would do mount a usb connection, such as a camera that you had the drivers for. I do know that networks are more complex, was just interested if something like that was developed yet. Just to let you know that my scripting skills are zero, and my ability to do so less.

View 1 Replies View Related

Ubuntu Networking :: Setup A Share Drive On New Server With Samba (v 3.4) - Shares Are Not Working?

Mar 15, 2010

I have the follow environment

PDC SAMBA + OPEN LDAP (ubuntu 9.04)
Linux (File Servers) + Windows machines all working well

I'm trying to set up a share drive on my new server using ubuntu 9.10 with samba (v 3.4) and ldapclient and the shares are not working when I defined Valid Users for share folders, that keep me ask me about my user and password, on the logs I have:

[2010/03/15 10:24:10, 1] smbd/service.c:676(make_connection_snum)
create_connection_server_info failed: NT_STATUS_ACCESS_DENIED

This is my smb.conf

[global]
workgroup = FLOWCONNECT
server string = OSLO SAMBA FILE SERVER [code].....

I have the same set up on my File Server (Ubuntu 9.04) which use samba 3.3 is working fine.Someone know if has some different setting between samba 3.3 (ubuntu 9.04) and samba 3.4 (ubuntu 9.10) that could cause this problem ?

View 1 Replies View Related

Ubuntu Networking :: Share Out Samba Shares - Multiple Netbios Showing From Server

Nov 30, 2010

I have a fileserver that I want to share out samba shares. However, i configured samba to have another netbios (SAN) and my windows box still sees whoopn-SAN which is the name I gave to my server when i installed it. Now I am using 9.10 and I know that i can create a share from the gnome gui in nautilus and that appears to be a windows like share. How can I turn OFF the windows like shares that ubuntu does out of the box and use ONLY samba? I ask because there appears to be a conflict of permissions b/w samba and this stuff.

View 7 Replies View Related

Networking :: View Local Webserver From Xp Clients By Not Using Ip?

Jul 25, 2010

Im a linux newbie and I'm some sort of creating an Internal webserver or Intranet for short locally. My local webserver ip address is 192.168.0.1 and when im trying to view this on my xp clients i will type it in the url 192.168.0.1. What im trying to do is view my webserver instead of typing ipaddress I'll type hmij.edu.ph for example and trying to resolve it locally through local dns resolution.. so every time i type for example. my webserver name hmij.edu.ph i want it to redirect it to my local webserver w/out going to the internet first.. I already setup dnsmasq for dhcp and dnsclient resolution. is there any better way on how i can achieved this??im a little bit of confused on how to make this work. tnx in advance!

View 13 Replies View Related

Ubuntu :: Gthumb Cannot View Images On Network Share?

Mar 12, 2011

i wondered if anyone could assist me with a problem with gthumb?gthumb works fine on local files - it can thumbnail preview, then i double click the file to view iton network share, it does not work - it does the thumbnail preview ok but the viewer is blank (has image) when i double click - the snow leopard-esque thumbnail ribbon at the bottom still worksi have not issued a mount command - i have used the network drive mapping in the ubuntu menus (places > connect to server) then bookmarked the server. i note that gthumb does not see the bookmark. it sees the share as "sharename on server" and not the bookmark i made for it

View 1 Replies View Related

Fedora Networking :: View Local Webserver From Xp Clients By Not Using Ip?

Jul 26, 2010

I'm some sort of creating an Internal webserver or Intranet for short locally. My local webserver ip address is 192.168.0.1 and when im trying to view this on my xp clients i will type it in the url 192.168.0.1. What im trying to do is view my webserver instead of typing ipaddress I'll type hmij.edu.ph for example and trying to resolve it locally through local dns resolution.. so every time i type for example. my webserver name hmij.edu.ph i want it to redirect it to my local webserver w/out going to the internet first.. I already setup dnsmasq for dhcp and dnsclient resolution. is there any better way on how i can achieved this?

View 5 Replies View Related

Server :: Opensuse Apache Connection - Unable To View Website From Outside The Local Network

Jan 29, 2011

I am running opensuse with LAMP, and this is my first time setting up this type of server (usually am a windows junkie) My problem i am having is that I am unable to view my website from outside the local network. I have setup my router for a dynamic dns and forwarded all the ports through the router and the local firewall. I ran the apache setup through YAST2 and everything seems fine locally but when i attempt to access it elsewhere its not connecting. computechsolutions.dyndns.biz is the dynamic dns address i have setup through my router.

View 2 Replies View Related

CentOS 5 :: Windows XP And Windows 7 Cannot Access SAMBA Shares?

Jan 27, 2011

I have setup CentOS 5.5 with SAMBA 3, configured all my Unix users, Samba users and shares. My server hostname is REL3

[root@REL3 ~]# smbclient -L REL3
Password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.33-3.29.el5_5.1]

[code]....

View 16 Replies View Related

Ubuntu :: Share Local Disk On Desktop?

Mar 5, 2011

I installed Ubuntu 10.10 (64 bit) on a Dell Precision 670 desktop that I share with another user. The OS is installed on a 160GB disk, which also has the /home folders. There is also a second internal disk (1TB) which has shared files (music, pictures, etc).

How can I configure Ubuntu such that either person can read or write to this shared disk? Right now, if someone is logged into the PC, the disk can be mounted, but then it is not available to the other person.

View 5 Replies View Related

Ubuntu :: Share Files Among Local Users?

Apr 12, 2011

I want to have a shared area for movies, music, etc. where files are available for all users. What is the best way to do this? I've tried a few different things, (ie. creating a folder and sharing it among a group, but for some reason it doesn't seem to work the way I want it to. I'm now thinking maybe have a partition like /share and set the permissions to all in fstab, but I'm not sure.

View 9 Replies View Related

Ubuntu Networking :: Share Local NTFS Drives Using 9.10?

Feb 28, 2010

I have a computer that's booting Ubuntu 9.10 from the first of 4 drives. The other 3 drives are formatted as NTFS. Is it possible for my 9.10 to share the NTFS drives to the network so my other network users can access my NTFS drives while I'm booted to 9.10?

View 2 Replies View Related

Ubuntu :: Share A Folder With R/w Access By Two Local Users?

May 15, 2010

This seems like somewhat of a n00b question, but I'm kind of stumped and working on a half a dozen other things at the moment, so I thought I'd go ahead and ask it.

Is there a "correct" way to set up a shared folder between two local users using only EXT4 that will allow both users read & write access to everything in the folder?

Here's my scenario: My wife and I use the same computer. I want two separate user accounts (mine and hers), but I want ~/Music to point to the same location for both users so that I don't have to duplicate all of the files.

Too protect the innocent, I'll use Jack and Jill.

So say Jack downloads or rips an album:

"/home/jack/Music/Radiohead/Ok Computer"

I want Jill to be able to able to create a folder:

"/home/jill/Music/Radiohead/Hail To The Theif"

I know the basics of symlinks so I can get /home/jack/Music and /home/jill/Music to point to the same place. I also have Jack & Jill in the same group.

The problem I'm having with my test setup is when Jack creates "/home/jack/Radiohead", it is set up to where Jill can read, but not write. So she can play songs from Ok Computer, but if she wants to download Kid A, she has to go in and manually change the permissions on Radiohead first.

Also, while I might set up multiple directories this way, what I DON'T want is for Jack to be able to modify /home/jill/otherdir where otherdir is just a regular directory set up with default permissions.

Oh, and as an added bonus, it would be nice to set up another account (i.e. a "guest") with limited permissions that can read, but not write/modify.

View 5 Replies View Related

Ubuntu Networking :: Share Files On The Local Network - From The GDM Screen Log Into Another PC ?

Mar 12, 2010

I would like to configure my system to do the following. Previous versions of ubuntu did some of this but now I cant seem to get this working.

1.Browse other Ubuntu systems on the local network by default. Avahi is install on my systems but they cant see each other.

2.From the GDM screen log into another PC. I had this set up in the past so from my laptop I could log into my server almost like terminal services. How do I set this up again?

3.Share files on the local network easily. How do share file with other pc on the network if I don�t want to use samba? What happen to NFS in Ubuntu?

View 1 Replies View Related

Ubuntu :: Storing Thunderbird Local Email Folders On Network Share

Sep 22, 2010

I've got Samba up and running with the correct workgroup information, and I can access files on my network share, but I can't figure out a way to point Thunderbird to a network folder to import my old local folders. Is there any way to do this? Do I need to some how map the location so Thunderbird thinks it is physically on the local machine? If so, how would one do that?

View 1 Replies View Related

Server :: Share Local Disk Storage Between Hosts ?

Jul 20, 2010

I have about 50 servers with at least 200 GB free on each host. I need close to 10 TB of continuous shared storage between almost half of the servers for a new app I building.

I was looking into buying a storage device but was wonder if I could get any use out of the free space on all the servers, grouping all of the free storage from the hosts into one reduduant storage array.

View 1 Replies View Related

Ubuntu Networking :: Windows Cannot See Shares ?

Aug 1, 2010

Simply share a printer in a small, secure home network spread over 5 or 6 machines running mostly windows (98 through Win7) but using the UBUNTU box as the host for the printer.

The network has basic connectivity. I have no problem pinging any box from any box. Or surfing from any box.

From UBUNTU box, can see and browse Windows Workgroup no problem.

Windows machines see the announcement of UBUNPRIN but cannot connect. Cannot seem to authenticate. I'm thinking that I have the share set up with NO security.

security = SHARE

And

map to guest = Bad User

Adding some terminal output and the smb.conf file...

Clip from log.nmbd:

View 9 Replies View Related







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