|
I'm using a Mac at work and would like some network shares mounting when i start the computer. Can i use a bash script (or similar) to connect and mount these shares? The shares are from both Windows and Mac servers and we usually connect using IP addresses...
Started by Gary Willoughby on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Mount_smbfs [-N] [-o options] [-d mode] [-f mode] [-h] //[domain;][user[:password]@]server[/share] path
I'm if you are more familier with Bash, but mounting....
You could check out mount_smbfs , assuming that your network shares are smbfs/cifs.
|
|
Hi All,
Consider that i have connected to multiple shares of a remote machine( \\machineA\share1, \\machineA\share2....) along with shares on other remote machines.
Now my question is how to find only those shares which are connected to a particular machine...
Started by Raghu on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Iterating through all shares and only picking the ones you want, to me, looks as efficient.
|
|
I have two macs, running Leopard 10.5.8. One is the 13" MBP connected via WiFi, and the other is a 24" 2008 iMac, connected via ethernet.
There are at least another 6-10 machines (windows and mac) awake on the network (with shares) at any given time, ...
Started by EvilChookie on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Navigate tothe folder you created, Network Shares (if you are experiencing....
Open terminal.
shares, you can do this to any directory under the network share, but not the share itself, so if you that the share is mounted.
|
Ask your Facebook Friends
|
Hi,
With "net share" I can get a list of shares I'm connected to but how can I get a listing that shows the user info used to connect to a share, if the user is not the same as the logged in user in Windows?
Thanks, Chris
Started by Heckflosse_230 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Scans.
Detects your internal and external IP addresses.
On the network) and write accessible shares.
|
|
With bash on linux, how would I write a command to recursively traverse shares mounted, and run commands on each file, to get the file type and size, permissions etc, and then output all of this to a file?
Started by Bill Gray on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The command.
A CIFS share mount would look like a regular directory tree in the linux shell.
|
|
Is there a part of the .net framework that enumerates the file shares on a host? I've found some things that use the WMI, but I'd prefer not to go that route.
Thanks in advance for the help!
Started by WedTM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Or you can....
Http://www.codeproject.com/KB/IP/networkshares.aspx
You can check this one.
Http://www.pinvoke.net/default.aspx/netapi32/netshareenum.html
Or look at the following project which is .NET Wrapper over it .
You can use NetShareEnum win32 api.
|
|
I get the following error message while accessing Windows 7 shares from XP.
System error 58 has occurred. The specified server cannot perform the requested operation.
Both machines are in same domain. Windows XP machine can view and access all other shares...
Started by nysingh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
And last : are all machines fully patched?
ok guys here is the answer .
Permissions on the share.
|
|
Like all web companies, Internet Explorer 6 gives us a hard time.
Although Google Analytics statistics from our own websites give a good impression of local browser shares and the way they are developing, I am looking for something on a more global scale...
Started by Aron Rotteveel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Net Applications seems to be a common referent for this: http://marketshare.hitslink.com/browser-market... .
Eventually the ones from W3C : http://www.w3counter.com/globalstats.php
Edit : Though they are already mentionned on the wikipedia article you gave .
|
|
Since I run my stuff in a VM I like to save my data on shares on the host. But then running and debugging (web) applications and tests from within Visual Studio has problems. How can I configure everything to run with FullTrust when it's started in Visual...
Started by Lars Corneliussen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Of the framework are you using?
You can use "caspol.exe" to provide extra trust for shares that you specify, but with .NET 3.5 SP1 installed, network shares get the same trust anyway: see here :
Managed applications that are opened from....
|
|
I can list my own computer's shares no problem with:
gwmi Win32_Share
But when I try
gwmi Win32_Share -computer myserver
Where myserver is an HP MediaVault mv2120 running BusyBox. I get back the response: Get-WmiObject : The RPC server is unavailable....
Started by jasonh on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to view SAMBA shares from windows, use NET VIEW \\1.2.3.4 where 1.2.3.4 is the IP.
Unfortunately.
|