[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20131025192205.GA15583@sauron>
Date: Fri, 25 Oct 2013 20:22:05 +0100
From: Nick Warne <nick@...icks.net>
To: linux-kernel@...r.kernel.org
Subject: [RFC] Rollback FS
Hi,
> Recently, I just do some stupid stuffs as follows.
>
> # mv /lib/x86_64-linux-gnu/libc.so.6 /tmp
>
> After move "/lib/x86_64-linux-gnu/libc.so.6" away, you could not run lots
> of commands, which show you some errors like this.
>
> # ls
> ls: error while loading shared libraries: libc.so.6: cannot open
> shared object file: No such file or directory
> # mv
> mv: error while loading shared libraries: libc.so.6: cannot open
> shared object file: No such file or directory
Well we all do stupid things sometimes... I done similar to you once, but copied (and overwrote) a different version trying to fix something...
/sbin/sln is your friend (if you don't panic when it happens). No need for a large vfs to monitor user errors like this.
/sbin/sln is a statically built ln, so you can symlink back the file to get userspace going, then copy the file (fix it) back properly.
Nick
--
FSF Associate Member 5508
http://linicks.net/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists