- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Back up failed in /lost+found
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2010 06:41 PM
07-06-2010 06:41 PM
We have an back-up issue with one of our server, saying back from /lost +found is failed.We check the root file system and no error's found.
=============================================
We are unable to backup the /lost+found file located in the root FS. Please check the status of this file and if it needs to be recraeated:
*
*
*
*
==============================================
root@yrgert234:/root > cd /lost+found
root@yrgert234:/lost+found > ls -l
total 23996
-rw-r--r-- 1 root sys 1305 Sep 21 2007 #0046576
-rw-r--r-- 1 root sys 1459 Oct 23 2007 #0046577
-r-xr-xr-x 1 root bin 88744 Oct 3 2008 #0054143
-r-xr-xr-x 1 root bin 88648 Aug 16 2007 #0055260
-r-xr-xr-x 1 root bin 80476 Jun 27 2007 #0060021
-r-xr-xr-x 1 root bin 88744 Mar 27 2009 #0061090
-rw-r--r-- 1 root sys 328 Sep 19 2007 #0090507
-rw-r--r-- 1 root sys 302 Jun 18 2007 #0090553
-rw-r--r-- 1 root sys 646 Jun 18 2007 #0090554
-rw-r--r-- 1 root sys 340 Oct 23 2007 #0090587
-rw-r--r-- 1 root sys 23512 Feb 18 2009 #0090805
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2010 07:38 PM
07-06-2010 07:38 PM
Re: Back up failed in /lost+found
You can get the files using dd command.
or read them with
more \#number
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 08:07 AM
07-07-2010 08:07 AM
Re: Back up failed in /lost+found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 05:35 PM
07-07-2010 05:35 PM
Solutionrm "/lost+found/#0090553"
rm /lost+found/\#0090554
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 05:58 PM
07-07-2010 05:58 PM
Re: Back up failed in /lost+found
Thanks for all your quick reply....
We closed the issue.We run the fsck on root filesystem.Now we received confirmation from back-up team saying that they can successfully run the back-up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 06:00 PM
07-07-2010 06:00 PM
Re: Back up failed in /lost+found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 09:26 PM
07-07-2010 09:26 PM
Re: Back up failed in /lost+found
rm "/lost+found/#0090553"
rm /lost+found/\#0090554
None of these cases need escaping since there is no whitespace before the "#".