[SOLVED] Old home locked up


Results 1 to 8 of 8

Thread: [SOLVED] Old home locked up

  1. #1
    Join Date
    Mar 2004
    Location
    South Eastern Wisconsin
    Posts
    43

    [SOLVED] Old home locked up

    Hey guys, been awhile,

    I blew up an older debian system, and I'm going to upgrade it to ubuntu. Now, I REALLY need the mail (from mozilla suite) out of this system. I currently have ubuntu on it now, with the old /home partition mounted as /backup. I belive that the old mail should be hold up in some ./mozillawhatever, but the home folder is locked, even from root. By "locked", I mean I can't open or view it.

    What can I do? The old system is gone, so am I screwed?
    "We are not without accomplishment. We have managed to distribute poverty equally."
    -Nguyen Co Thatch, Vietnamese foreign minister

  2. #2
    Join Date
    Oct 2003
    Location
    Texas
    Posts
    136
    did you try using chmod? root should, in theory, be able to access/change the perms
    -----------------------
    "I wouldn't say there are no stable character attributes in a person
    that contribute to moral or immoral behavior, but they are far
    outweighed by where the person is, at what time, and with whom."
    -Lee Ross, coauthor of "The Person and the Situation: Perspectives
    of Social Psychology"

    Registered Linux user number 332965

  3. #3
    Join Date
    Jan 2003
    Location
    Zurich, Switzerland
    Posts
    2,657
    Did you remember that Ubuntu has no root when attempting to read the folder? Ubuntu doesn't have a root by default, system administration tasks are being done with your user account and the sudo command. I suggest you try

    Code:
    sudo ls /backup

    "What can be said at all can be said clearly, and what we cannot talk about we must pass over in silence."

    Tractatus Logico-Philosophicus by Ludwig Wittgenstein (1889-1951)

  4. #4
    Join Date
    Oct 2003
    Location
    Texas
    Posts
    136
    Code:
    sudo ls /backup
    Password: *enter user password here*
    you mean, right parcival?
    -----------------------
    "I wouldn't say there are no stable character attributes in a person
    that contribute to moral or immoral behavior, but they are far
    outweighed by where the person is, at what time, and with whom."
    -Lee Ross, coauthor of "The Person and the Situation: Perspectives
    of Social Psychology"

    Registered Linux user number 332965

  5. #5
    Join Date
    Jan 2003
    Location
    Zurich, Switzerland
    Posts
    2,657
    Yes, when the sudo command is entered, the shell prompts you next for your user password.

    "What can be said at all can be said clearly, and what we cannot talk about we must pass over in silence."

    Tractatus Logico-Philosophicus by Ludwig Wittgenstein (1889-1951)

  6. #6
    Join Date
    Oct 2003
    Location
    Texas
    Posts
    136
    I was just clarifying :/
    -----------------------
    "I wouldn't say there are no stable character attributes in a person
    that contribute to moral or immoral behavior, but they are far
    outweighed by where the person is, at what time, and with whom."
    -Lee Ross, coauthor of "The Person and the Situation: Perspectives
    of Social Psychology"

    Registered Linux user number 332965

  7. #7
    Join Date
    Jan 2003
    Location
    Zurich, Switzerland
    Posts
    2,657
    No problem.

    "What can be said at all can be said clearly, and what we cannot talk about we must pass over in silence."

    Tractatus Logico-Philosophicus by Ludwig Wittgenstein (1889-1951)

  8. #8
    Join Date
    Mar 2004
    Location
    South Eastern Wisconsin
    Posts
    43
    YES! I have it! Thanks guys!
    "We are not without accomplishment. We have managed to distribute poverty equally."
    -Nguyen Co Thatch, Vietnamese foreign minister

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •