- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can I mount a corrupt File System?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-26-1999 01:29 AM
тАО11-26-1999 01:29 AM
How can I mount a corrupt File System?
the mount command, then i can perform backups or retrive some important
information.
How can i mount this file systems without LVM inside in HP-UX 10.20? In HP-UX
10.20 there are not -f option.
If not possible, How can I retrieve information from this file system without
mounting it?
Thanks in advance.
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-1999 10:53 PM
тАО11-28-1999 10:53 PM
Re: How can I mount a corrupt File System?
or later, and for good reason: You can cause further filesystem damage.
Is there a specific reason you don't want to fsck the filesystem and remount
it? There is, of course, a chance that you'll lose some files to the lost+found
directory, especially if the filesystem is really corrupted, but it's by far
your safest bet.
I can't think of any useful way to recover files from a corrupt filesystem,
other than using dd. But dd dumps in raw mode, and I'm not sure how you could
handle the data on the receiving end (of=).
MrNeil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-28-1999 11:44 PM
тАО11-28-1999 11:44 PM
Re: How can I mount a corrupt File System?
the file system and i need some information in it.
I was try fsck with -y and -b16 but no success.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-1999 02:07 AM
тАО12-02-1999 02:07 AM
Re: How can I mount a corrupt File System?
Look at the -f option in: man mount_hfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-02-1999 08:51 PM
тАО12-02-1999 08:51 PM
Re: How can I mount a corrupt File System?
I found it in /sbin/fs/hfs/mount, this mount command has the -f option and I
was able to recover the information I needed
Once more time, many thanks!!!
Frank.