How do I set access permissions SSD(Win7 Pro64) to HDD (XP SP3)


  1. Posts : 2
    Windows 7 Pro 64 (on C), Windows XP PRO SP3 (on E)
       #1

    How do I set access permissions SSD(Win7 Pro64) to HDD (XP SP3)


    I have just added a SSD with a clean install of Windows 7 Pro 64 to my Dell XPS 630i. I designated the SSD as my C drive and kept the original 500GB HDD as a slave under XP Pro SP3 (as drive E) for use as data storage. The issue I am having is accessing those data files. I have administrator access (sole user) but I get an incorrect permissions message when I attempt to access any of the HDD files. How should the permissions be designated?
      My Computer


  2. Posts : 7,730
    Windows 7 Ultimate SP1 64-Bit
       #2

    Have a look at this Microsoft article.

    Troubleshoot "access denied" when opening files or folders

    If you try and share files between two different operating systems, Windows has security measures in place to stop you using the files unless you set up sharing options in the first place.
      My Computer


  3. Posts : 2
    Windows 7 Pro 64 (on C), Windows XP PRO SP3 (on E)
    Thread Starter
       #3

    The article seems to be written toward Vista but I did try the solutions but I still am receiving the denied permission message. I can see the folders on my E (HDD) drive but if I attempt to access a file in them (eg view a picture) it says incorrect permissions. My apologies if I sound repetitive just am frustrated since the HDD has all of my media and document files.
      My Computer


  4. Posts : 7,730
    Windows 7 Ultimate SP1 64-Bit
       #4

    I'm out of ideas on this one, so I'll try and get you some more help.
      My Computer


  5. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #5

    Try this in an Elevated Command Prompt
    Code:
    icacls E: /grant username:(F)
    where username is the name of your user. For instance, I would use
    Code:
    icacls E: /grant Mike:(F)

    More secure is:
    Code:
    icacls E: /grant "Authenticated Users":(M)
    You need the quotes for the Authenticated Users. :)

    Authenticated Users is a group on your system. It consists of the users on your system who exist and have privileges to use programs on your system (which is usually all users). Users from other systems will be denied access.

    You should also have
    Code:
    icacls E: /grant Administrators:(F)
    icacls E: /grant System:(F)
    icacls E: /grant Users:(RX)
    F is full access
    M is modify and delete access (which is essentially full access without the read and execute)
    RX is read and execute so you can open files but not do anything with them like move or delete them.

    Authenticated users will inherit the Users permissions to read and execute and also have modify privileges, so essentially full permissions.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 11:48.
Find Us