1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Accessing System Volume Information Folder

Discussion in 'Windows XP' started by jorjab, 2006/04/21.

  1. 2006/04/21
    jorjab Lifetime Subscription

    jorjab Well-Known Member Thread Starter

    Joined:
    2004/07/25
    Messages:
    366
    Likes Received:
    8
    I have been unsuccessful accessing the System Volume Information Folder.

    PC has Win XP Sp2 Media Center edition, NTFS file format.

    Folder options have been set to show all hidden files as well as cleared the Hide Protected system files box.

    Have accessed the following web page for information.
    http://support.microsoft.com/?kbid=309531

    Then tried the following from above link.

    C:\I386 Cacls "C:\System Volume Information" /E /G username:F
    When I do this I get the following error
    "invalid arguments. Displays or modifies Access control lists (Acls) of files."

    I tried this for both my user id as well as the all users id. (My id does have admin privileges).
    Because I do not have XP Pro, I do not have the security tab available in properties for system volume info folder.
    The properties, for this folder, say to set it for file sharing by dragging to shared documents folder, but am unable to get that to work.

    I looked up the format of the Cacls command but frankly I do not understand most of it nor what I am doing wrong.

    Thanks, Jorjab
     
  2. 2006/04/21
    Arie

    Arie Administrator Administrator Staff

    Joined:
    2001/12/27
    Messages:
    15,174
    Likes Received:
    412
    I've just tried it... works fine.

    My username on XP Home = Arie

    This is the full command you'll need to give:
    C:\>cacls "c:\System Volume Information" /E /G Arie:F

    It will return:
    processed dir: c:\System Volume Information

    Your problem lies here: \I386 should be in the root of the C\: drive when you give the command.
     
    Arie,
    #2

  3. to hide this advert.

  4. 2006/04/21
    jorjab Lifetime Subscription

    jorjab Well-Known Member Thread Starter

    Joined:
    2004/07/25
    Messages:
    366
    Likes Received:
    8
    Arie,
    Thanks but when I do it your way, I still get the same "invalid arguments" error as before.
    When I choose run cmd, I end up in c:\documents and settings\user id>
    Changed to the C:> prompt using cd \
    now have C:\>
    Then type in after the > (no space)
    Cacls "C:\System Volume Information" /E /G user id:F

    what I see on screen before transmit is

    C:\>Cacls "C:\System Volume Information" /E /G user id:F

    My user id is 2 words consisting of my first and Last name. with space between the two names.

    I also tried as follows and again got the same "invalid arguments" error
    C:\> Cacls "C:\System Volume Information" /E /G All Users:F

    I386 is a sub folder under C Drive .

    Does it have anything to do with being Media center edition?
     
  5. 2006/04/21
    surferdude2

    surferdude2 Inactive

    Joined:
    2004/07/04
    Messages:
    4,009
    Likes Received:
    23
    jorjab

    Given that your User Name has an embedded space, you will need to enclose it in quotes:

    Cacls "C:\System Volume Information" /E /G "john doe ":F
     
  6. 2006/04/21
    jorjab Lifetime Subscription

    jorjab Well-Known Member Thread Starter

    Joined:
    2004/07/25
    Messages:
    366
    Likes Received:
    8
    Thank You surfer dude2- that did the trick!

    I guess one just has to make sure that every tiny piece of info gets passed on. As usual the answer is often a very simple one.

    Jorjab

    :D
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.