Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
F. Kappen #1
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
-
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... -
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. ... -
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... -
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... -
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... -
John-Paul Stewart #2
Re: lost part of my "/usr/local"-filesystem - debian(woody)
"F. Kappen" wrote:
'mkdir lost+found' maybe?>
> 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?
On a Debian system, all .deb packages should normally put themselves in> 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.
/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
-
Nico Kadel-Garcia #3
Re: lost part of my "/usr/local"-filesystem - debian(woody)
F. Kappen wrote:
It's not usually vital. If /usr/local is a partition, that directory was> 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.
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.
"It depends". Many distributions do not use those at all, putting all> 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.
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
-
F. Kappen #4
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



Reply With Quote

