Map linux shared folders to Z drive in Windows Client. Unable to login through Samba Server

Hi,
I am trying to map my linux machine to a network drive Z in Windows 7 . I added user guid in smbusers and created a password for this user through smbpasswd . Started Samba server on linuc, but when trying to create a network drive, it is asking for the login. I used credentials as GUID/<CREATEDPWD> . Not able to login with these credentials. Am I missing something. My Domain is ORADEV. I attached related files smb.conf,lmhosts,smbusers  files. Please let me know if i am not configuring samba server correctly.
Here is the sm.conf file Details :
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
# NOTE: Whenever you modify this file you should run the command "testparm"
# to check that you have not made any basic syntactic errors.
#======================= Global Settings =====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = ORADEV
# server string is the equivalent of the NT Description field
   server string = %L (ST Samba Host), RedHat AS %v
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;   hosts allow = 192.168.1. 192.168.2. 127.
# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
#   printcap name = /etc/printcap
#   load printers = yes
# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
#   printing = lprng
# Uncomment this if you want a guest account, you must add this to /etc/passwd
# otherwise the user "nobody" is used
  guest account = adoddi
# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/%m.log
# Put a capping on the size of the log files (in Kb).
   max log size = 0
# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = server
# Use password server option only with security = server
# The argument list may include:
#   password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]
# or to auto-locate the domain controller/s
   password server = *
   password server =Samba Server
# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
;  password level = 8
;  username level = 8
# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
   encrypt passwords = yes
   smb passwd file = /etc/samba/smbpasswd
# The following is needed to keep smbclient from spouting spurious errors
# when Samba is built with support for SSL.
;   ssl CA certFile = /usr/share/ssl/certs/ca-bundle.crt
# The following are needed to allow password changing from Windows to
# update the Linux sytsem password also.
# NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
# NOTE2: You do NOT need these to allow workstations to change only
#        the encrypted SMB passwords. They allow the Unix password
#        to be kept in sync with the SMB password.
;  unix password sync = Yes
;  passwd program = /usr/bin/passwd %u
;  passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
# Unix users can map to different SMB User names
;  username map = /etc/samba/smbusers
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /etc/samba/smb.conf.%m
# This parameter will control whether or not Samba should obey PAM's
# account and session management directives. The default behavior is
# to use PAM for clear text authentication only and to ignore any
# account or session management. Note that Samba always ignores PAM
# for authentication in the case of encrypt passwords = yes
;  obey pam restrictions = yes
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24
# Configure remote browse list synchronisation here
#  request announcement to, or browse list sync from:
# a specific host or from / to a whole subnet (see below)
;   remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
;   remote announce = 192.168.1.255 192.168.2.44
# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
   local master = no
# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33
# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
   domain master = no
# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
   preferred master = no
# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
;   domain logons = yes
# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat
# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
;   logon path = \\%L\Profiles\%U
# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
;   wins support = yes
# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both
   wins server = 130.35.62.34
# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
;   wins proxy = yes
# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names
# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
   dns proxy = no
# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
;  preserve case = no
;  short preserve case = no
# Default case is normally upper case for all DOS files
;  default case = lower
# Be very careful with case sensitivity - it can break things!
;  case sensitive = no
#============================ Share Definitions ==============================
# a service which has a different directory for each machine that connects
# this allows you to tailor configurations to incoming machines. You could
# also use the %U option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
[ade]
  comment = ADE Directory
  path = /ade_global/
  public = no
  writable = yes
[homes]
   comment = Home Directories (UNIX Home Dirs auto_home)
   browseable = no
   writable = yes
   valid users = %S
   create mode = 0664
   directory mode = 0775
# If you want users samba doesn't recognize to be mapped to a guest user
map to guest = bad user
security = user
# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
;   comment = Network Logon Service
;   path = /usr/local/samba/lib/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no
# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
;    path = /usr/local/samba/profiles
;    browseable = no
;    guest ok = yes
# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
#[printers]
#   comment = All Printers
#   path = /var/spool/samba
#   browseable = no
# Set public = yes to allow user 'guest account' to print
#   guest ok = no
#   writable = no
#   printable = yes
# This one is useful for people to share files
[tmp]
   comment = Temporary file space on %L
   path = /tmp
   read only = no
   public = yes
# This is for the /private dir
[private]
   comment = /private file space on %L
   path = /private
   read only = no
   public = yes
# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
;   comment = Public Stuff
;   path = /home/samba
;   public = yes
;   writable = yes
;   printable = no
;   write list = @staff
# Other examples.
# A private printer, usable only by fred. Spool data will be placed in fred's
# home directory. Note that fred must have write access to the spool directory,
# wherever it is.
;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /home/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes
# A private directory, usable only by fred. Note that fred requires write
# access to the directory.
;[fredsdir]
;   comment = Fred's Service
;   path = /usr/somewhere/private
;   valid users = fred
;   public = no
;   writable = yes
;   printable = no
# A publicly accessible directory, read/write to all users. Note that all files
# created in the directory by users will be owned by the default user, so
# any user with access can delete any other user's files. Obviously this
# directory must be writable by the default user. Another user could of course
# be specified, in which case all files would be owned by that user instead.
[public]
   path =: /usr/somewhere/else/public
   public = yes
   only guest = yes
   writable = yes
   printable = no
# The following two entries demonstrate how to share a directory so that two
# users can place files there that will be owned by the specific users. In this
# setup, the directory should be writable by both users and should have the
# sticky bit set on it to prevent abuse. Obviously this could be extended to
# as many users as required.
;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765
Here  is the smbusers file : adoddi is my GUID
# Unix_name = SMB_name1 SMB_name2 ...
root = administrator admin
nobody = guest pcguest smbguest
adoddi = adoddi
lcmHosts File :
127.0.0.1 localhost

Hi,
To clarify a couple of things:
1- "reverse-route" does not have anything to do with this issue, the problem relies on the Windows 7 machine.
2- Do you connect with an Admin account (Windows admin)?
3- Do you run the VPN client as an administrator?
4- Have you tried to disable any AV or software protection on the machine (just for testing).?
Let me know.
Portu.
Please rate any helpul posts
Message was edited by: Javier Portuguez

Similar Messages

  • Server 2008R2 mapping to shared folders fails users of Windows 8.1 but seems OK on Windos 8.0 and no problems for Windows 7

    Having read what I could from the related questions, the answers still elude me.  This issue apparently is specific to Windows 8.1.
    First, a little background.
    1:  The server is not on a domain,  The system runs Server 2008-R2 standard with all folders shared across a standard "Workgroup" type network.  They would prefer to
    leave this layout intact. 
    2:  The shared folders are nothing but Data files.  There are no active system folders or anything used in an "active" environment.  They are mostly Word doc, excel
    files, pdf, txt, etc.  However, due to the requirements of the software that needs to access these files, they Must
     reside on a mapped network drive letter. Nothing else works due to the way the SQL database program stores the reference points back to the data.
    I have had some success using what amounts to a “simulated” mapping using  WebDAV to access the server.  But access speed is a lot slower ad file size is limited.
    3:  The system has been configured as-is for the past 3 years with Users all on Windows 7 x64 (mixed OS, some Home Premium, some Professional) and the only problems that come up are when
    access is through an ISP that blocks port 445.  This was the original reason for finding a WebDAV/Cloud method just for those Users since they were unable to Map drives to anything on the Office Servers from their Home Internet even when using a VPN.
    When Windows 8.0 became the only version available, I added a few users whose new laptops came with 8.0 from the vendors.  While there were a very few minor problems, for all practical
    purposes, I was still able to provide access to the mapped folders.
    As the Windows 8.1 roll-out progressed, some users were successfully upgraded while others  are still stuck in Windows 8.0.  The issues with this seem to be hardware related and vary
    depending on the Make and model of the laptop.  I have been assured that eventually all of these will be able to advance to 8.1.  But this delay has given me an excellent mixed OS environment for testing.
    On the users who have not yet purchased new equipment and who are still using Windows 7.  There has been no change.  Their drive mapping is stable and they can always connect as usual. 
    Those blocked from lack of port 445 or still blocked.  Systems inside the Office and those with ISP's who allow port 445 can use all mapped drives as normal.
    Users who had Windows 8.0 and who have not yet been able to upgrade to 8.1 also have been unaffected.  Same results as Windows 7. 
    Users who got the Windows 8.1 upgrade as well as those that came factory loaded with Windows 8.1 seem to be a never-ending list of problems.  The ones that came native with 8.1 are worst
    of all.  The list of error codes runs through everything that has to do with “communication with the server”.  As far as I have seen, this appears to be the issue.
    Whether they are in the office on a wired network connection or at home on a Wi-Fi connection, the issues have the same results but the actual error codes may vary slightly.  All of
    them refer back to an inability to communicate with the server.
    Nothing on the server has changed in any way.  Users with Windows 7 continue to have zero problems,  Users with Windows 8.0 seem to be doing fine as well.  Only those with Windows
    8.1 are affected and their problems are dramatic with everything from a total loss of drive mapping to misdirected data when the maps are active.
    I have tried to make the drives automatically remap on reboot. I have tried registry modifications.  I have done everything I can think of to make a difference but the results are the same
    for every system using 8.1.  The mapped drive letters invariably disappear.  Sometimes while the system is in use ( I think I have been able to trace this to times when the system enters Sleep or Hibernate) but always when the system reboots. 
    One detail that might point to somewhere is that the "time to connect" when mapping the drive is so long that I believe some of the original failures were due to not waiting for a
    minimum of 3 or 4 minutes to give time for the Shares to show-up in order to map them.  Once the mapping is successful, the file access speed seems normal.  But invariably, the drive becomes "unmapped" repeatedly each day.
    I know this was a long question but I have tried to provide every possible detail for anyone who has experienced events like this who may already have a solution.  I would even be glad
    to purchase a 3rd party application if that is what it takes to get this to work.  My next planned effort is to try using Server 2013 but I am afraid that might open another can of worms for those who still use Windows 7.
    I have also been told that this is in some way related to the push to "Cloud" support in Windows 8.1 OS but I do not see where this would come in.  I can say that this was the
    one place where things continued to work as before.  People who had Windows 8.1 and who had to use the CLOUD copies of our data are still able to connect to it with no problems.
    Any suggestions appreciated.  Preferably those that would not need extensive changes to the basic network structure.  This "workgroup" consists of less than 25 users and any
    extreme measures would be hard to justify

    Hi,
    I sugget you try to ping server so that we can verify the connectivity.
    Can windows 8.1 access Windows Server 2008R2?
    Also,please check the event viewer to see if some error log appeared when the issue occurred.
    Regards,
    Kelvin Xu
    TechNet Community Support

  • Windows 2008 R2 SP1 (64bit) shared folders no longer work with Windows 7 Pro but do work with WindowsXP & Windows 2003

    As of last week, our Windows 7 Pro workstations can not map or browse the Windows 2008 Server shares. They can ping the Windows 2008 server. The Windows 7 Pro machines can still access the Windows 2003 Server Shares. The older workstations running Windows
    XP can still map to the both the Windows 2003 & Windows 2008 Servers. All the servers can browse to each others shared folders (2 windows 2003 server & 1 windows 2008 server). 

    Ok, now you're down to network or permissions issues. An unedited ipconfig /all
    of server and problem workstation may help. You could also try setting up some auditing.
    https://technet.microsoft.com/en-us/library/dn311489.aspx
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Problem accessing shared folders with SMB from a Windows machine

    When I reboot my Macmini, I cant access the shared folders from any Windows machine. On the Windows machine, I'm being prompted for my password, but event re-entering my password does help to get access.
    The workaround I found is to go to the MacOSX System Preferences, Sharing, File Sharing, Options, and to uncheck and re-check the checkbox Share file and folders using SMB (Windows). Then I can access again the shared forders from a Windows machine and I'm not re-prompted for my password.
    This is quite trooblesome to do that everytime I reboot my Mac. Is anybody experiencing the same pb? Any idea to fix it?
    Also, since Lion, I'm experiencing some connection interruption, especially when copying big files from my Mac to a Windows machine.

    Yes that is basically the only workaround for this problem. By chance do you have a SSD installed in the Mini?
    I had this problem on my MBP when I had a SSD installed. Problem goes away with the original drive or a Seagate XT series drive.
    If you don't have a SSD installed the only other option is to Wipe the drive and reinstall and test (Make a TM backup first so you can restore if the problem continues with the clean Re-Install).
    JosoSG wrote:
    When I reboot my Macmini, I cant access the shared folders from any Windows machine. On the Windows machine, I'm being prompted for my password, but event re-entering my password does help to get access.
    The workaround I found is to go to the MacOSX System Preferences, Sharing, File Sharing, Options, and to uncheck and re-check the checkbox Share file and folders using SMB (Windows). Then I can access again the shared forders from a Windows machine and I'm not re-prompted for my password.
    This is quite trooblesome to do that everytime I reboot my Mac. Is anybody experiencing the same pb? Any idea to fix it?
    Also, since Lion, I'm experiencing some connection interruption, especially when copying big files from my Mac to a Windows machine.

  • H: drive on Windows client not mounted

    In WGM I defined network accounts for about 10 windows clients.
    Our Xserve is used as a PDC and I can connect the clients to the domain and login using the accounts.
    However, I tested the login procedure before creating a Home folder for each accounts and now the H: drive doesn't get mounted.
    Next I removed the Windows-profiles hoping to start with a clean profile but they don't get recreated.
    Can I force OS X server to recreate the profile info?

    I've got a better understanding now of how to make folders and profiles by hand and setting the right privileges.

  • Windows clients unable to access File Sharing since upgrading to Mavericks Server

    This summer, I have been tasked to upgrade all the Macs on campus to Mavericks.  Including upgrading to Server 3.1.2.  Previously, we had an Xserve that ran 10.6.8 Server and two Mac mini servers that ran 10.8 Servers.  We have a new Mac mini to replace the Xserve and, initially, everything was pretty smooth.  I built the server from scratch, with the intention of using the 10.6.8 server as reference, only adapting to Profile Manager, instead of using Workgroup Manager. 
    The only problem I had when I started was that I couldn't get Active Directory to create home folders on my Mac Server "NetUsers" volume when adding a Home Folder path.  After playing around with it, I completely hosed the Server and decided to start over.  Now, after a clean install, I can't get any Windows users to connect to the share on the Mac Server.  It declares: "\\MacServer is not accessible.  You might not have permission to use this network resource.  Contact the administrator of this server to find out if you have access permissions.  Account restrictions are preventing this user from signing in.  For example: blank passwords aren't allowed, sign-in times are limited, or a policy restriction has been enforced."  What's more (that I may not have noticed two weeks ago or it just started, I don't know), the 10.8 server that I upgraded to 10.9 also is not accessible and gives the same error.  However, I can access all these file shares from Macs using either smb or afp.
    I'm suspicious that this issue is related to SMB1 vs. SMB2 that was implemented differently in Mavericks.
    Please, any help on this would be a life-saver.  School starts too soon and I need this running on day one!!!

    Had the same issue and spent 4 solid days tracking it down (looking in all the wrong places.)
    For us, it turned out to be a problem in DHCP services configuration.
    For the subnet under the WINS tab, the NetBIOS Scope had a '1' inserted into the field. Apple's tag when hovering the mouse over the field indicated a domain be insterted.
    This prevented the Windows XP machines from successfully registering with SAMBA. Once the field was blanked out and saved, the (one machine) needing to be joined found the PDC and successfully bound to the directory.
    Blank out the NetBIOS Scope field in DHCP (assuming a simple LAN environment) and you may be in good shape.

  • Sharing an xfs filesystem to a windows client [solved]

    Hey there,
    So I have been looking around for quite some time. I was wondering if anyone knew about any software that would allo my windows machines to read a XFS partition over my network. I do not want to use virtual software. I also saw some tools such as lstools and ext2fsd, but they did not look promising. The reason I am using XFS is because I have a large amount of music and photos.
    Last edited by mich04 (2012-03-01 03:36:41)

    So I solved this is was an error in my smb.conf  here is my smb.conf setup for anyone else having problems
    #======================= Global Settings =====================================
    [global]
    workgroup = A
    server string = Samba Server
    # values are share, user, server, domain and ads.
    security = share
    guest account = nobody
    log file = /var/log/samba/%m.log
    max log size = 50
    dns proxy = no
    #============================ Share Definitions ==============================
    [homes]
    comment = Home Directories
    browseable = no
    writable = yes
    [public]
    path = /place/to/my/stuff
    public = yes
    only guest = yes
    writable = yes
    printable = no

  • Urgent-Renamed Folder in Shared Folders and now Error for all Users?

    Hello,
    Well I was asked to shorten a name in Shared Folders and so I changed it. Now I get an error if I click on Dashboards or Shared Folders (which is empty now btw ???) or Manage Catalog, its displaying:
    Target Path Not Found (/Shared/Customer Operations) Error Code: GZ8VXQ96.
    Are we not supposed to create a folder in Shared Folders and then Change the Name?
    Please Help. The BI Server Administrator is telling me that everyone else's reports are not available now.
    Neally

    Kishore, Thank you for your response! I have forwarded it off.
    Thing is, there was nothing inside the folder yet...I hadn't moved any reports over so there was nothing referencing it yet.
    How can a name of a folder that is for our dept. affect HR, Finance..when they login? Their dashboard preferences were not set to mine. Confused. And to add to this, when I click on Manage Catalog is when I receive the error. So I imagine this is something admin will have to do in Oracle on bi server?
    Edited by: Neally on Oct 4, 2010 1:17 PM

  • Re:Can't able to access shared folders from different VLANs in SG300 series switches

    Hi All,
    I supplied 3 numbers of SG300 series switches for the sole reason to have inter-vlan routing. I created 4 VLANs in the switches and made one switch as Layer 3 switch and other 2 as Layer 2 switch. Inter-Vlan routing is working fine. I am able to ping PCs from different VLANs. But I am not to access shared folders. Customer has installed Window 2003 server installed and it is in VLAN 1. There are some folders created in this server and it is very important for users to have access to the folders.Also, I am not able to access shared folders in other VLANs. I have created a case with Cisco small business and I got a reply saying that the switches will not support shared folder feature, which I think is not real. I am getting a very time to implement this solution in the network. I have a Sonicwall firewall after Core switch which is connected to ISP.
    ISP<----->Sonicwall FW<----->Core Switch<------>Layer 2 switch<------>Layer 2 switch
    Kindly help me out to resolve this issue.
    Regards,
    Prashant K

    Hi Prashant,
    I think you're running into a Windows firewall issue. SMB file sharing, by default I believe, is only allowed on your local subnet. Please try disabling windows firewall on the computer hosting the shared folder, then see if you can access the shared file.
    Best,
    David
    PS: It looks like this post got published twice. You can delete the other one using the task bar on the right.
    Please remember to rate helpful resonses and identify correct answers.

  • How to use multiple tape drive from single client when I want to backup single filesystem?

    Hello All.
    I want to backup 1 filesystem using 4 tape drives for reducing backup time.
    In case of symantec veritas netbackup, they can user "NEW_STREAM" for multi-streaming backup.
    Please anybody let me know that how to do use multiple tape drive for single client.
    1. Backup Source server : Linux (1 client)
    2. Backup Soucre :      /data1  (500GB)
        -> Current directory structure doesn't have sub directory under /data1, just files present under /data1
    If direcotry struceture has a sub-direcotry like( /data1/aaa, /data1/bbb ), Is it availble to use multiple tape drives?
    3. Tape Drive with OSB : LTO6 * 4 drives
    Thank you.

    You would have to create a different dataset for each sub-folder. If you only have files at the top level folder then even the NEW_STREAM option couldn't be used to split the job.
    Organise it into folders and then create datasets in a client folder such as :
    /usr/local/oracle/backup/admin/config/dataset/Linux/data1_aaa
    /usr/local/oracle/backup/admin/config/dataset/Linux/data1_bbb
    Then in the schedule you just specify the Linux folder. In each dataset you list the hostname and the folder name, such as :
    include host Linux
    include path /data1/aaa
    Now it will create a new job for each dataset and therefore each folder.
    Thanks
    Rich

  • Map a drive to the Remote Web Access - Shared Folders

    All companies love Remote Web Access. No need for VPN for access to remote desktop and the "private skydrive" Shared Folders.
    Is there anyway to map a drive to these "private skydrive" Shared Folders? you can map a drive to the real skydrive and to Sharepoint so surely it is possible?

    The trick that I found was to upgrade my file server to server 2012 R2 and configure iSCSI Target for the resource I wanted to access by RWA. On my RWA Server I then used the iSCSI initiator to connect to that Target. This makes the shared drive appear
    as if it is a native drive on the RWA server. Once this was done I configured that drive, or a folder within that drive for access with RWA. It has worked perfectly ever since.
    Trust but verify!

  • So slow listing network shared folders and drives.

    Hi!!
    I'm reporting a very slow connection between my MacBook Pro 13" (snow leopard) and my MacPro 8 core (leopard). When I try to reach the macpro in finder (shared) passed 1 or 2 minutes until the system ask me user/pass, then show me the list of my shared folders and drives. Navigating through them is ok, ut when I return to the main list, SnowLeopard again waits 1 minutes or 2 to show. Before, the main list always remain there.
    Any help??

    Same sort of problem here. Screen Sharing also doesn't work.
    Pretty sure it's DNS, as if I temporarily remove my router from the equation (by, say, using a manual IP address instead of DHCP on the machines and leaving DNS blank) everything works and is instant - except of course for the internet. Put it back to DHCP (which uses the router for DNS) and it's slow again (and screen sharing doesn't work at all).
    However, OpenDNS hasn't helped (probably because it's a private address range?)
    The network is 192.168.0.0/24 with gateway and DNS server 192.168.0.1, which is a Draytek Vigor 2600G ADSL router.
    This has only happened recently, I guess Snow Leopard or one of its updates has forced reverse DNS lookups for everything.
    As I understand it, AFP is supposed to use Bonjour for hostnames ending in .local and bypass DNS altogether, but despite checking that they end in .local (an automatic thing) in System Preferences it doesn't seem to do this any more.
    Any way to turn off these reverse DNS lookups?

  • Issue with shared folders in oracle linux 6.4

    Hi.
    After installing oracle linux 6.4 in vmware (9 and 10) shared folders still not visible in guest os.
    i see such issue first time. before this i have installed red hat 6.3 and centOS 6.5. via vmware and everything was ok with shared folders.
    but in Linux Oracle i can not see them neither in mnt nor media.
    so is there an issue in oracle 6.4. release? was it fixed in 6.5?
    p.s. i have instlalled vmware tools but problem with shared folders still persists.
    screenshots from my laptop
    RGhost — файлообменник
    RGhost — файлообменник
    RGhost — файлообменник
    RGhost — файлообменник

    e9af1f61-cf4a-46b2-880b-989b0761844e wrote:
    i have moved this messages by mistake https://forums.oracle.com/thread/2613503 to another branch.
    could you return it back, please?
    Moderator reply:
    Nope.
    That is not one of the capabilities of moderator or site administrator functions in the software the runs the site.
    You are stuck with two pieces in this discussion.
    All I'\m able to do is lock that branched piece (which I've done).
    You need to be a bit more careful on what you might choose to click upon.

  • How do the User and Shared Folders relate to the main drive? Can we delete?

    I'm curious how the User and Shared folders relate to the main hard drive and if there is duplicate files in these folders and the main hard drive. Some software programs I have seemed to have loaded content/info into these folders and I'm wondering why they put files in there instead of just the regular main hard drive pathing. These 2 folders are more confusing than anything. I can see that might be of use to a family and each family member wants to keep files in a personal file, but when I'm the only one using my computer, it seems like I should have the option to remove these folders completely, but I don't because I feel like I would be deleting some important files that I wasn't aware were in these folders.
    Another thing is, when I click on User folders (at least I think it's the User and not Shared folder), it brings up my name and 'Shared' in 2 seperate subfolders. Is anything in these folders duplicates of what's on my main hard drive? Is there anything significant about these folders if I'm the only user on my computer?
    I would nice to get rid of clutter and to eliminate options for software to install things by deleting these folders and not have home/user/shared folders. Is that possible?

    stikygum wrote:
    Yeah, I'm really low on space, so I'm going about a bunch of different consolidating options. But I mainly posted my main question to help me understand what 'stuff' is in the User and Shared folders and whether or not they act like an Alias, in order to help me make an informed decision what is best for my needs.
    They are not aliases; it is a hierarchy, and there is intentional duplication at different levels. This is a feature.
    First thing is that Users and Shared are at different levels. Users is at the top level, but Shared is one level inside Users, at the same level as any other user account you have created.
    Therefore, if you delete the Users folder, you delete all user accounts, which means you delete all personal data. OS X probably won't even let you delete the Users folder unless you start up from a different hard drive, because you can't delete your user account while you are running in it.
    Now, more about the hierarchy. The intentional duplication is so that documents and software can exist for individual users or all users. For example, there are multiple Applications folders:
    Hard Drive\Applications - applications any user can see, installed at the system level
    Hard Drive\Users\username1\Applications = applications only that user can see
    Hard Drive\Users\username2\Applications = applications only that user can see
    In the same way, there are multiple Preferences, Cookies, Application Support, etc. folders at different levels, for the same reasons.
    If you do not know what you are doing and you delete one of these folders that "looks like a duplicate" you could cripple some essential part of your system or your account. That is why people are telling you not to do this.
    The Shared folder is there because if you are in one user account you are prevented from seeing the files inside other user accounts. (Because you don't want other accounts to be able to see your personal data.) If you want to share files with others in your house using the same Mac, that's a problem. But the Shared folder solves this. if you want some files to be accessible to all users, like some photos or music, just put them in the Shared folder and now anyone with an account on that computer can see those shared files.
    The reason shared files are not simply stored at the top level is because everything above the Users folder is supposed to be reserved for the system. User-specific are supposed to stay in the Users folder. That is why they put the Shared folder in there.
    If you are not using the Shared folder and are just eyeing it because you want to free up some disk space, well, it probably won't help to delete it. Because if you are not using the Shared folder, it is probably not taking up much space, even though you see stuff in there. And if there is stuff in there taking up space, first figure out if someone put it there for a reason before you delete it.

  • Virtual Mapping of shared drive

    Hi All,
    We are using Oracle Application Server 10g in Windows environment. We need to do virtual mapping of shared (network) drive in OAS.
    Any suggestions.
    Regards,
    Vinit

    We want to access files located on the network drive though application developed in Oracle Forms 10g using web.show_document built-in.

Maybe you are looking for

  • I can't find my migrated iTunes on my new macbook air.

         I recently bought a new Macbook Air. I tried to migrate my information (using Migration Assistant) from my old pc right away when I was first setting up the computer, but it wouldn't let me. We found out later that, for some reason, my Macbook d

  • Trouble attaching files to e-mail

    This just started happening and I'm not sure what I installed or did to cause it. In any browser - Safari, Firefox, Explorer - I can't attach a document. I'm using SBC Yahoo and their tech support said it was a problem with my computer. When I choose

  • How to display an image of BLOB type from a Table in an OAF page?

    Hi, My requirement is that in the database table images gets saved of type BLOB and i have to display these images in my OAF page .I looked in OA developers guide and followed the instruction but unable to achieve my requirement .As per the developer

  • Jsr 88: Exception while getting instance of DeploymentManager

    Guys, I am trying to get an instance of DeploymentManager using jsr 88. The following two lines are the codes but I am getting the exception below. I have checked many times that the URL is okay and the credentials are absolutely okay. I have never g

  • Number Ranges for Service Order

    Hi All, I want to create no. range for service order. Generated no. should contain plant code as well. eg VSC00AA001 here V is hardcoded    SC00 is plant code &   AA001 is no. generated from no. range. Pls. tel me how to proceed... bye, Pranjali