[SOLVED] VMWare folder shares override dir_colors

Hello all,
(Running as a Linux guest)
I've been setting up and using a dir_colors file to control the colors in ls output.
However, VMWare shared folders (and all folders inside, except for files) show with a green background. I have nothing in my dir_colors settings this up. Where is that color coming from and how can I change it?
Last edited by marfig (2010-08-12 13:16:28)

Meanwhile I've found the solution and forgot to flag this thread as solved. So here it is now.
The OTHER_WRITABLE setting in my .dir_colors file is what was defining that color.

Similar Messages

  • Saving to smb Folder Share

    With major help from Jacques Rioux, I created this script to map a Windows 2008 folder share for our students using our new MacBooks:
    display dialog "Please enter your school user name" default answer ""
    set the user_name to the text returned of the result
    display dialog "Please enter your school password" default answer "" with hidden answer
    set pass_word to the text returned of the result
    set server_name to "servername"
    mount volume "smb://" & user_name & ":" & pass_word & "@" & server_name & "/" & user_name
    The script works perfectly - each student's files are visible to them after they have executed the script; however, when a student tries to save to the smb folder share from an application (Word), the smb folder share created on the desktop is not visible.  (The students are logging into the Macs with a generic AD username and then authenticating to their folder share using the script).
    Curiously, if I create a alias to the smb folder share in the document folder, the user can browse from Save As and save fine to the shortcut.  I can also save a doc to the Documents folder and drag it to the smb folder share, and it will transfer with no problem.  I have also noticed that, occasionly, the smb folder share is the target of Save As from Word, but I cannot determine why that might be the case.  Ideally, that would happen every time the script is run.
    The downside of creating an alias of the smb folder share in the Documents folder is that it does not seem to be deleted when the smb folder share is ejected.
    Any ideas would be appreciated.
    Thanks
    CJ

    Still have not found a solution-
    Any thoughts??
    CJ

  • SAP CE Installation in Distributed Mode without SAPMNT Folder Share

    Hello
    We are installing NW CE 7.1 in Production Environment in Distributed Mode - App Server on one host and DB Server on another host.
    The App and DB server OS are Windows Server 2008 R2 and DB is Oracle 11g. We have successfully installed SCS on the app server and now installing DB Server Instance on the DB Host. While installing the same, the SAP Installtion asks for path of SAPMNT.
    Our Network Team has informed that due to security reasons, in production data center they will not be able to allow sharing of folder from App Server. They have asked us to check if there is any other way of completing our installation without actually creating folder share on App Server.
    We would like to know whether the sharing can be taken out of the server component and the same can be enabled on the different machine and this can be given the UNC path for accessing the same.
    Kindly confirm if this is possible and supported by SAP. Also let us know if there are some other supported options regarding the same.
    Regards,
    Shubham

    Hi Sunny,
    Thanks a lot for your response. So does it mean I can copy the usr/sap folder to the DB Server and give the path from the same DB server to complete the install? Does this path need to be provided in UNC format or can be using local drive path
    Also can I do the same for Additional App Server that we can install. Kindly confirm.
    Regards,
    Shubham

  • Should Clients be able to access Wsuscontent folder share?

    I was testing some MDT options for installing approved updates during the install task. One of the steps was to map to the WSUSContent folder on our wsus sever. Access was blocked by our firewall and the shares were not configured.
    That got me thinking. Do clients need to be able to access this folder share to download the updates from WSUS? Are my clients currently downloading from MS based upon the approvals?

    Do clients need to be able to access this folder share to download the updates from WSUS?
    Clients DO NOT download from the share directly; the download is done via an HTTP GET file transfer call to http://wsusServer/Content/pathNameToFile.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • [solved] virtual box share folder unable to mount

    I am having vista and using virtual box installed arch linux as the guest.
    I have installed the base system from archlinus iso
    I created a shared folder called prem
    When I tried to mount share folder through I get the following
    mount -t vboxsf prem /mnt/vbox
    mount: unknown filesystem type 'vboxsf'
    I found that I have to install guest additions
    I clicked on the devices - install guest additions
    I didnt found any file  at /media/cdrom/VBoxLinuxAdditions-x86.run
    How to install VBoxLinuxAdditions-x86.run where is the file located.
    Or in arch linus should I install something to make share folder work
    can any one help
    Last edited by sant527 (2009-08-09 15:51:23)

    howto use shared folders in Linux guests - http://forums.virtualbox.org/viewtopic.php?f=3&t=15868
    After installing the Guest Additions, you can use the Shared Folders Functionality. To access them, you have to define at least one in the VM settings. Open the VM Settings and go to Shared Folders. You can define them there. Click on the Add button and browse for a folder you want to share. Make sure that the name of the share doesn't contain any illegal characters like white spaces. Keep the name as simple as possible. In this howto, I will use the name share.
    Now that you have defined a SF, it's time to mount it. Boot the Guest and open a terminal. Create a folder where you will mount it on. E.g. in your home folder. I will use ~/host for the mount point.
    Now mount it with the following command:
    Code: Select all   Expand viewCollapse view
        sudo mount -t vboxsf share ~/host
    Note that with this, the default mount options are used and all files are owned by root. This can be changed by adding some mount options. Options are passed on with the -o parameter. You can use multiple options with one parameter, seperate the values with a comma. See the man page of mount for more info on which options you can use. The User Manual also notes the options compatible with the Shared Folders. To mount the SF so that you are the owner of the files, use this command:
    Code: Select all   Expand viewCollapse view
        sudo mount -t vboxsf -o uid=1000,gid=1000 share ~/host
    If you want to have it mount automatically upon each boot, put the mount command in /etc/rc.local (Debian based distro's), or whatever script is run at the end of the boot process. The Shared Folders service should mount them automatically, but that doesn't always happen.
    Using /etc/fstab has little effect, because that file is processed before the SF module is loaded and will fail to mount the share. Sometimes, the share does get mounted because the GA check for it when they are loaded upon boot, but it's very flaky, meaning it doesn't work most of the time. You're better of with the first option.

  • I can't access folder share in WIndows Server 2012 R2 from windows 8.1

    i have a strange case:
    I have a Windows Server 2012 R2 machine with a shared folder. Accessing this folder using a Win7, Win8,
    Win 2008 R2 machine using \\servername  works fine but form windows 8.1 or windows
    2012 r2 i can't so any one can help me. 

    Hi,
    Would you please let me know the complete error message that you can find, when can’t access to the share folder
    that host in the Windows Server 2012 R2?
    If you logon the Windows 8.1 (or server 2012 r2) with administrator account, will encounter the same issue?
    Meanwhile, please access the share folder via \\server’s IP address\share folder. Then please check if this issue still persists.
    In addition, there is a similar thread. Please refer to and check if can help you.
    Can't
    access UNC share on Windows Server 2012 R2
    Hope this helps.
    Best regards,
    Justin Gu

  • Question on folder share

    HI all!
    I have been fiddling around with Back to My Mac and while I cannot seem to be able to "see" my iMac from my MacBook, I can do the opposite: browse my MacBook with the iMac.
    (anybody knows why is this happening?)
    Anyway, I have set this the Documents, Music, Pictures and Public as shares and when I browse the MacBook there is another share as well: the Home folder (Emanuele)
    Is this normal? I did not have that folder shared, so my question is why is that showing?
    Thank you.
    Emanuele

    An update to this!!!!
    Back to my Mac now works both ways! At least on the same network!! Still I do not understand how I can remove my entire Home folder from being shared!
    Anyone?

  • Several folder shares on Windows Server 2003 R2

    I have serious problems at one of our clients. They just switched from PC's to iMac's and MacBook Pro's. The backup platform is a server running Microsoft Windows Server 2003 R2 and there are several shares on this server.
    Some of these shares should only be accessible by normal employees and others only to management etc.
    When connecting to the shares from OSX all folders are visible even when creating a different layout with user access lists for each folder.
    Is there any way of fixing this issue?
    Example
    Share Users - Access Everybody
    Share Admin - Access Network Administrator
    Share Administration - Access Management
    All this worked perfectly on the Windows setup!

    I have the same problem on our PC networ with PC servers. Several departments have converted to using Macs and they are able to mount to shared drives and see everything in it. My question now - is there a way to be able to access a windows shared folder for ALL USERS WITHOUT the share getting mounted on the Mac desktop?
    If I created an alias of a particular Mac app or file on the Mac desktop that is stored on a Windows shared folder for all users. How can that alias work for ALL USERS without having to prompt for a uname and password and/or mounting the whole volume to the desktop?
    I'm not happy with Macs running on our network but I don't have a choice on this.

  • [Solved]Vmware Player - Blocking File System not fails to load

    All the mods load fine, except Vmblock.
    this is what i get when i run vmplayer.
    make: *** /tmp/modconfig-NtGU4D/vmblock-only: No such file or directory. Stop.
    Starting VMware Services:
    Virtual machine monitor....
    (finishes loading without problems)
    i suspect this has to do with the fact that i couldn't patch it following the wiki's guide (vmnet patched fine).
    I have the latest vmware player and the current arch linux kernel  (3.10.7-1)
    The patch doesn't seem to find the file it's meant to patch.
    I'd also like to know if i can safely ignore this.
    Edit: I suspect i just made a failure during the installation, i reinstalled it and it loaded this time... i think.
    Last edited by rabcor (2013-08-23 09:10:09)

    andy_v wrote:Make sure you create a 'compiz.desktop' file under /usr/share/applications.
    And that fixed it! Don't know how I overlooked that.  Thanks!

  • [SOLVED] VMWare Player won't install

    Hello,
    I have a problem installing VMWare player on arch. (disclaimer: I have RTFM *and* searched and googled hehe)
    I'm trying to install  VMware-Player-2.5.1-126130.x86_64.bundle on the following machine:
    Linux 2.6.29-ARCH #1 SMP PREEMPT x86_64 AMD Phenom(tm) 9850 Quad-Core Processor AuthenticAMD GNU/Linux
    I was following the guide here: http://wiki.archlinux.org/index.php/Installing_VMware
    and somewhat here: http://forums.fedoraforum.org/showthread.php?p=1126993
    My problem is though when i run /usr/bin/vmplayer it complains that
    Unable to build kernel module
    See log file /tmp/vmware-root/setup-12218.log for details
    and wont do anything else. I've basicly followed the guide I listed above in its steps so I'm a little lost now.
    Any advice would be greatly appriciated as its for a university assigment im rapidly running out of time on heheh.
    Regards,
    Mike.
    Last edited by DrMikeDuke (2009-04-05 16:50:59)

    Thanks for your help so far, awesome!
    I got it to work but a little differently since it still wouldnt patch for me
    Anyhow Il post my solution here since i know I always hate visiting a
    SOLVED thread only to find noone said HOW
    So I move my file from binary to binary old
    (mv /usr/lib/vmware/modules/binary /usr/lib/vmware/modules/binary.old)
    then i go to my source directory
    (cd /usr/lib/vmware/modules/source)
    i untar everything in sight (:P)
    [root@TOMATO source]# ls
    vmblock-only vmci.tar vmnet-only vmppuser.tar
    vmblock.tar vmmon-only vmnet.tar vmware-workstation-2.6.29-v2.patch
    vmci-only vmmon.tar vmppuser-only vsock.tar
    then I used the scripts from here http://communities.vmware.com//thread/203231
    Finally I run step 6). vmware-modconfig --console --install-all
    And done!:D

  • Folder Share with Child Domain. Access Denied

    I have a  Primary domain controller and a Child domain controller, both running Server 2012 Standard.
    Let's call them:
    dns.com
    child.dns.com
    In File & Storage Services on Server 2k12, I have create my Share folder.
    On the share folder, I create Permissions for the Security Group on the Child Domain to access the folder.
    The primary domain and the child domain admin can access the folder.
    On the workstation connected to the Child domain, I get an access denied message.
    Any suggestions?

    Hi,
    Here are my suggestions:
    1. Make sure the account you logged on workstation below to the group you added onto the Shared folder, in both Shared tab and Security tab.
    2. Test to add the user specifically to the Shared tab and Security tab with Full Control permission and test again. 
    3. Logon a user below to Primary domain onto the same workstation and see if the account could access the folder.
    4. If not tested, try to logon both primary and child domain admin onto the workstation and let us know the result. 
    If you have any feedback on our support, please send to [email protected]

  • [SOLVED] vmware not working

    when i try to start a virtual machine i get the error:
    Failed to open device "/dev/vmci": No such file or directory
    Please make sure that the kernel module 'vmci' is loaded.
    Module DevicePowerOn power on failed.
    Failed to start the virtual machine.
    i did everything the archwiki told me to do
    i installed a patch and made a service for vmware that starts at startup
    i think something is wrong with the service this is the service status:
    [christian@revolution source]$ sudo systemctl status vmware -l
    ● vmware.service - VMware daemon
       Loaded: loaded (/etc/systemd/system/vmware.service; enabled)
       Active: active (exited) (Result: exit-code) since Fri 2014-04-04 15:51:15 CEST; 22h ago
      Process: 24759 ExecStart=/etc/init.d/vmware start (code=exited, status=1/FAILURE)
    Main PID: 24759 (code=exited, status=1/FAILURE)
       CGroup: /system.slice/vmware.service
    Apr 04 15:51:15 revolution systemd[1]: Started VMware daemon.
    Apr 04 15:51:15 revolution vmware[24759]: Starting VMware services:
    Apr 04 15:51:15 revolution vmware[24759]: [33B blob data]
    Apr 04 15:51:15 revolution vmware[24759]: [50B blob data]
    Apr 04 15:51:15 revolution vmware[24759]: [51B blob data]
    Apr 04 15:51:15 revolution vmware[24759]: [30B blob data]
    Apr 04 15:51:16 revolution vmware[24759]: [26B blob data]
    Apr 04 15:51:16 revolution vmware[24759]: [38B blob data]
    Apr 04 15:51:16 revolution systemd[1]: vmware.service: main process exited, code=exited, status=1/FAILURE
    Apr 05 13:42:39 revolution systemd[1]: Started VMware daemon.
    i had a lot of trouble gettinvmware to even start but after the patch vmware started normally but i cant run any virtual machines
    Last edited by Fearce (2014-04-05 13:51:07)

    Fearce wrote:i have no idea why but after a restart it worked again
    My guess would be that you had updated your kernel, but had not yet rebooted. 
    Glad it is solved.  Please edit your first post and add [SOLVED] to the beginning of the thread's title.
    (edit) Never mind --you had done that
    Last edited by ewaller (2014-04-05 16:28:04)

  • [SOLVED] home folder issue.

    Im having some strange issues with my home folder.
    I followed the "beginners guide" by adding a user with this command: "useradd -m -g users -G audio,lp,optical,storage,video,wheel,games,power -s /bin/bash archie", but with my username.
    But when i try to start transmission i get this error:Couldn't open "/home/steffa/.config/transmission/lock": No such file or directory. But im able to open transmission if i use the sudo command.
    The same problem occurs when i try to use menumaker. i get this output:
    [steffa@myhost ~]$ sudo mmaker -vf OpenBox3
    Password:
    * scanning
      desktop... 24 apps found
      legacy... 11 apps found
      debian... 71 apps found
    * merging... 38 coincidings detected
    * generating
      no terminal emulator specified; will use the default
      using Xterm as terminal emulator
    * writing to ~/.config/openbox/menu.xml
    * done
    But reconfigure openbox doesnt change the menu at all. it is still the default menu.xml
    I also get this error when trying to launch chromium:
    [2389:2389:154808490:FATAL:chrome/browser/browser_main.cc(771)] Check failed: PathService::Get(chrome::DIR_USER_DATA, &user_data_dir). Must be able to get user data directory!
    All other applications works just fine.
    Last edited by stiffy420 (2010-10-26 22:23:39)

    stiffy420 wrote:SOLVED!
    Great, please mark your topic solved by prepending it to the title.
    why did root own my home folder?
    I'm not sure, it happened to people before so maybe someone else can shed some light on this.
    i did "sudo chown -R steffa:users /home/steffa" i read somewhere that that is the correct way. am i wrong?
    Yes that's fine, the extra :users part also assigns it to the users group.

  • Setting shared VMware folder as default download location

    I have Arch set up in a VM and have my data folders shared from my host. I want to set the default download location of the Arch guest to the shared downloads folder from the host. I am unable to though, I have to create a folder within the shared folder to do so. I'm guessing it is because I am using a symbolic link to link the shared folders into my ~/.
    Holy bajesus, sorry for how many times I just said folder.
    But... any ideas on how I can do so...? Thus far ln -s has failed this quest

    If you are looking for an antivirus for your phone then you should read this
    http://3lib.ukonline.co.uk/viruses.htm
    Sorry I couldnt understand what was mentioned in that site fully as i dont understand that language ( what lang was that??) as i saw there was nothing mentioned about the phone models supported
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • [solved] vim folding for fortran

    Hello, I am doing some programming in Fortran(90) by vim now. One thing I cound not figure out is how to make the folding work. It works great for Latex(latexSuite). Anyone had the same problem?
    By the way, it does not work for Python neither
    Last edited by horsecool (2009-03-28 05:59:02)

    There is fortran folding implemented in the /usr/share/vim/syntax/fortran.vim syntax module.
    Just look at :help fortran -> Sntax folding of fortran files
    It requires that you explicitely enable fortran folding by
    :let fortran_fold=1
    Additionally you can force folding on conditionals and multiline comments trhough
    :let fortran_fold_conditionals=1
    :let fortran_fold_multilinecomments=1
    Folding will then work with the usual foldmethod=syntax setting.
    Last edited by bernarcher (2009-03-26 13:21:57)

Maybe you are looking for

  • Problem with login on(ERROR 10061)

    hie all i'm having a problem with logging on to the system,. everything else installed ok and is working fine. i think its my connection to the server, i used Ms loopback.. help on the configuration especially in the windows folder(system32/drivers/e

  • How do I delete files so I can recover memory on HD?

    I have Macbook Air 11-inch, Late 2010 Software  OS X 10.9.2 (13C64) Not suficient disk space to update OS. My HD is almost full I have backed up and deleted as many files as possible and removed them from trash can bit it still does not free up any s

  • Safari will open up, but will unexpecidly quit

    HI, To go onto the internet I will click on the Safari icon. Once I click on it my iBook G4 will start to make this strange noise. Sarfai will then open load the main page but then it will unexpecidly quit. ALso, my internet explorer will not open ei

  • Maintenance Optimizer = Unnecessary Overhead

    Who in the world came up with an idea to make it mandatory to use Maintenance Optimizer for SAP patches? There's no real value in this tool except additional bureaucracy. We still have to download support packages & import them manually. So where's t

  • SP2-0640

    I installed Oracle Database 11G express edition successfully. now, when I open the SQL command line & try to execute any SQL command, it gives me an error SP2-0640: NOT CONNECTED. Could you please let me know a solution for this??? Thank you.