Questions tagged [smb]

Abbreviation for "Server Message Block"; an application-layer network protocol for sharing files and printers, popular in Windows environments

589 questions
111
votes
7 answers

Accessing a Windows share with a different username

Is it possible to manually specify the username, in which Windows uses it when connecting to a networked share? perhaps \\username@host\... PS: Both the server and clients run Windows 7.
Kieth Parker
  • 1,113
58
votes
5 answers

How to automount SMB shared network drives in Mac OS X Lion

In Mac OS X 10.7 (Lion) Apple has replaced good old SMB support. Now I can't auto connect to my shared (SMB) network drives. Workarounds? Or is this impossible? In OS X Snow Leopard, I could automatically connect my Ubuntu (SMB) shared network…
cyppher
  • 681
57
votes
4 answers

How to connect to an smb share?

I have a smb share set up (the link smb://a.b.c.d/sharename) that I am attempting to connect to from Windows. I'd like to either connect directly using a browser or mount the share to a virtual drive. The problem is I can't seem to get it to work…
ewok
  • 4,641
41
votes
8 answers

How to access C$ share in a network?

Considering I have admin access to a machine, how can I remotely access the default C$ share in Windows XP and Windows 7? Edit: This is not a domain, it's a single machine that I need to access
jyz
  • 521
32
votes
1 answer

Difference between NetBIOS and SMB

I'm also trying to discover the relationship between netbios-ssn typically running on Port 139 and microsoft-ds running on Port 445. I understand that previously Port 139 was more popular with older machines and NetBIOS using the SMB protocol is…
Peleus
  • 619
32
votes
5 answers

How to cd into smb://user@100.100.100.100 from terminal?

I am using ubuntu and gnome on my computer. When I open up File Browser, on the left hand rail, I see conveniently a folder called "Work Server". When I mouse over it, the following caption appears "smb://john@69.100.100.1". If I click on that…
learningtech
  • 1,311
26
votes
7 answers

On login, how do I get Windows to mount/connect a mapped network drive automatically?

How do you automount an SMB share in Windows 7? When I first login, the drive appears but is not "mounted". It is a mapped network drive, but iTunes will not find the music located on the server until I click the drive in Windows Explorer and mount…
agz
  • 8,438
21
votes
4 answers

What is the advantage of iSCSI over SMB?

At my house I'm running a Hyper-V server with a Windows Server 2008 R2 VM acting as a file server. Files are shared across my network using SMB. (Also, the machine is using a PERC 6/i RAID card but I don't think that's important) I'm thinking…
SofaKng
  • 1,285
17
votes
4 answers

How to mount a samba share on non-standard port?

The firewall on my network drops all packets on TCP port 139 and 445. So all samba shares don't work outside the LAN. I tried letting the samba daemon listen on a non-standard port. This method works well for linux, because both smbclient and…
hpsMouse
  • 341
16
votes
3 answers

Mac OS can't connect to SMB shares after sleep

I used to access my local Windows 2008 file server's SMB shares on my recent (3 weeks old) MacBook Pro without problems. However, for a few days now, it fails to (re-)connect to the server after it woke up from sleep mode. Finder just shows…
Andreas
  • 175
  • 1
  • 1
  • 7
15
votes
3 answers

How to display currently connected users/workstations to a Windows SMB Share?

I'am just looking for a way to view the currently connected peers to a Windows SMB share? For example: I want now to see who is connected to the Windows server and is he doing any file transfers?
Spirit
  • 326
15
votes
2 answers

Ubuntu: Creating a symlink with network shared folder

I'm trying to create a symlink with a network shared folder (located in a Windows system) from my Ubuntu system using the command. ln -s smb://sys-name/www www It creates a link but it says the link is broken. But the path exists and I can browse…
Pavan
14
votes
3 answers

How to mount SMB share that can be accessed by anyone on Mac OS X El Capitan

How can I mount a SMB network share that can be accessed by anyone? Here's what I tried: Using mount command me$ sudo mkdir /Multimedia me$ sudo chmod 777 /Multimedia me$ sudo mount -t smbfs -o nosuid,-d=777 //user:password@qnap/Multimedia…
Rytis I
  • 241
  • 1
  • 2
  • 8
14
votes
1 answer

How do I access a file share in the windows explorer using an IPv6 address?

entering the \ IPv6 address with the colons does not work, neither the typical approach of enclosing the address in [] brackets
kluka
  • 2,294
  • 6
  • 26
  • 38
14
votes
1 answer

Clear SMB network share credentials in OS X

I'm mounting a Windows network share on OS X 10.7 without being asked for the credentials. How can I make OS X forget any stored credential so it asks me? I've already searched all displayed items in the Keychain, but none looks like it belongs to…
Mike L.
  • 5,937
1
2 3
39 40