lost part of my "/usr/local"-filesystem - debian(woody)

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default lost part of my "/usr/local"-filesystem - debian(woody)

    Hi all,

    I inadvertently deleted part of my "/usr/local"-filesystem doing a "rm
    -r /usr/local". Although I stopped the command immediately when I
    noticed my fault, I lost about 90 Mb of the filesystem. Among others
    were the directoies:

    bin, games, include, lib, lost+found, man, sbin, share

    My system is running, but I worry about the loss of the
    "lost+found"-directory. Is this critical? And if so, is there a way to
    repair it? Unfortunately I haven't made a backup yet, so I cannot
    restore things from a backup-medium.

    Considering the other lost directories, I think that is not so harmful
    and I can refill them occasionally whenever an application is missing
    a needed file. But perhaps somebodey can tell me which applcations put
    their files by default in one of the above mentioned directories.

    Thank you in advance
    Friedhelm

    F. Kappen Guest

  2. Similar Questions and Discussions

    1. Why is "Act as part of the operating system" dangerous?
      Hello everybody: I have a question: Why is "Act as part of the operating system" dangerous? I have an application that will go live on Windows...
    2. Windows Server 2003/IIS 6.0/ASP.NET "Could not find a part of the path"
      I have an ASP.NET web application running on a load-balanced Windows Server 2003 web farm running IIS 6.0, using Active Directory authentication. ...
    3. Exception - Could not find a part of the path "D:\"
      I've just deployed my .Net Web app at an ISP on a shared server. Whenever I try to create a new directory, an exception is raised - Could not...
    4. Bind9 on Woody - "Bad dotted quad"
      I've installed the bind9 package and tried to configure it to work with my little internal network. When I start it up I get an error message...
    5. Sony DSC-F1 Video Connector?? "Battery adapter attaching part"???
      Sony DSC-F1 Video Connector? What's the connector for the DSC-F1 Video Out? If I stuff in a 1/8" phone plug, I get video out. Problem is that...
  3. #2

    Default Re: lost part of my "/usr/local"-filesystem - debian(woody)

    "F. Kappen" wrote:
    >
    > Hi all,
    >
    > I inadvertently deleted part of my "/usr/local"-filesystem doing a "rm
    > -r /usr/local". Although I stopped the command immediately when I
    > noticed my fault, I lost about 90 Mb of the filesystem. Among others
    > were the directoies:
    >
    > bin, games, include, lib, lost+found, man, sbin, share
    >
    > My system is running, but I worry about the loss of the
    > "lost+found"-directory. Is this critical? And if so, is there a way to
    > repair it?
    'mkdir lost+found' maybe?
    > Unfortunately I haven't made a backup yet, so I cannot
    > restore things from a backup-medium.
    >
    > Considering the other lost directories, I think that is not so harmful
    > and I can refill them occasionally whenever an application is missing
    > a needed file. But perhaps somebodey can tell me which applcations put
    > their files by default in one of the above mentioned directories.
    On a Debian system, all .deb packages should normally put themselves in
    /usr/bin, /usr/lib, etc. The only thing that you're likely to find in
    /usr/local/bin are programs from other sources (e.g., programs you've
    tarballs). Unfortunately, this makes it harder to recover without a
    backup, unless you know what you've downloaded and installed there.
    John-Paul Stewart Guest

  4. #3

    Default Re: lost part of my "/usr/local"-filesystem - debian(woody)

    F. Kappen wrote:
    > Hi all,
    >
    > I inadvertently deleted part of my "/usr/local"-filesystem doing a "rm
    > -r /usr/local". Although I stopped the command immediately when I
    > noticed my fault, I lost about 90 Mb of the filesystem. Among others
    > were the directoies:
    >
    > bin, games, include, lib, lost+found, man, sbin, share
    >
    > My system is running, but I worry about the loss of the
    > "lost+found"-directory. Is this critical? And if so, is there a way to
    > repair it? Unfortunately I haven't made a backup yet, so I cannot
    > restore things from a backup-medium.
    It's not usually vital. If /usr/local is a partition, that directory was
    created when you built a filesystem on it, to store debris discovered
    when you run "fsck" to check on or repair that filesystem.

    Don't worry about it, I believe that most fsck-like programs will
    automatically generate it on the fly.
    > Considering the other lost directories, I think that is not so harmful
    > and I can refill them occasionally whenever an application is missing
    > a needed file. But perhaps somebodey can tell me which applcations put
    > their files by default in one of the above mentioned directories.
    "It depends". Many distributions do not use those at all, putting all
    system files in /usr instead. /usr/local is very useful for packages
    that are fresh built from new tarballs, hot off the griddle, before
    anyone competent has had a chance to update the published packages, or
    for putting a second version in place for comparison testing.

    Nico Kadel-Garcia Guest

  5. #4

    Default Re: lost part of my "/usr/local"-filesystem - debian(woody)

    Thank you John-Paul and Nico,

    for your reply. Now I can sleep a little better - without worrying about
    my disturbed filesystem.

    Cheers
    Friedhelm

    F. Kappen Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139