- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file recovery
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
01-03-2002 08:54 AM
01-03-2002 08:54 AM
I did already try to dd the info from one disk to another but got the same results.
Fun Fun...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 09:01 AM
01-03-2002 09:01 AM
Re: file recovery
http://www.samag.com/documents/s=1441/sam0111b/0111b.htm
If this works, great. If not, well, you tried.
Other than this possibility, I can't think of any other way to recover a file once you have executed rm. Unfortunately there is no unrm utility other than restore from a backup.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 09:10 AM
01-03-2002 09:10 AM
Re: file recovery
As far as I know, you won't be able to 'unrm' that file. You may need to retrieve it from the backup. You may set an alias 'rm -i' inorder to avoid accidental deletion of files.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 09:20 AM
01-03-2002 09:20 AM
Re: file recovery
This command must be run by root and can do anything you want to the filesystem.
WARNING: You can do anything you want to the filesystem!
Like adb and other lowlevel tools, a detailed knowledge of the filesystem design is necessary to use the tool. man fsdb is the 'wrapper' page so for details, you'll have to use man fsdb_vxfs or man fsdb_hfs.
Good luck (you'll need it).
Note that a few years ago, Norton provided an unremove utility--it was shortlived. Essentially, it worked exactly like the Recycle Bin...move the file rather than remove the file. Works fine until the file you want removed is 900 megs...
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 11:57 AM
01-03-2002 11:57 AM
Re: file recovery
Any comments or sources for fsdb would be appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 12:24 PM
01-03-2002 12:24 PM
Re: file recovery
Check this out for useful information about fsdb:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&con=/hpux/onlinedocs/B2355-90681/00/01/107-con.html&toc=/hpux/onlinedocs/B2355-90681/00/01/107-toc.html&searchterms=fsdb&queryid=20020103-122812
HTH,
Shiju