From: Joel Soete <soete.joel@tiscali.be>
To: Grant Grundler <grundler@parisc-linux.org>
Cc: John David Anglin <dave@hiauly1.hia.nrc.ca>,
parisc-linux@lists.parisc-linux.org,
"Michael S. Zick" <mszick@wolfbutter.com>
Subject: Re: [parisc-linux] HP model 612 hard disk not found
Date: Thu, 03 Mar 2005 13:50:19 +0000 [thread overview]
Message-ID: <4227161B.6040600@tiscali.be> (raw)
In-Reply-To: <20050226185626.GC16927@colo.lackof.org>
Grant Grundler wrote:
> On Sat, Feb 26, 2005 at 11:29:01AM -0500, John David Anglin wrote:
>
>>>>But nothing works.
>>>>How can i mount it. It has a filesystem of HP-UX.
>>>>fdisk command doesn't exist
>>
>>I don't believe that there is support to directly mount HP-UX file
>>systems (i.e., hfs or vxfs). One way might be using nfs.
>
>
> UFS works for HPUX disks the last time I tried it a few years ago.
>
> But, HPUX LVM is incompatible with linux LVM.
> Ie the HPUX "HFS" (aka UFS) must be "whole disk".
>
Just to add some fresh test info:
I build such full disk with a hpux-11.00 (bundle dated Dec 2000) on my c110 and tried:
# mount -t ufs /dev/sdc /mnt/UFS-tst
mount: wrong fs type, bad option, bad superblock on /dev/sdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
dmeg saying:
ufs was compiled with read-only support, can't be mounted as read-write
I changed:
# mount -t ufs -o ro /dev/sdc /mnt/UFS-tst
even thought it accepts to mount system still complaining:
You didn't specify the type of your ufs filesystem
mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|netxstep-cd|openstep ...
>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
ufs_read_super: can't grok fs_clean 0x17
So finaly it was:
# mount -t ufs -o ufstype=hp -o ro /dev/sdc /mnt/UFS-tst
(ufs_read_super: can't grok fs_clean 0x17 message persist; I assume just a warning)
then reading in such fs seems ok (find all file in kernel tree, tar -tvf of kernel src tar)
Thanks Grant,
Joel
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
prev parent reply other threads:[~2005-03-03 13:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-24 9:57 [parisc-linux] HP model 612 hard disk not found Marios K.
2005-02-24 14:10 ` Michael S. Zick
[not found] ` <1109322415.32547.5.camel@base-06.geo.auth.gr>
2005-02-25 18:14 ` Michael S. Zick
2005-02-26 16:29 ` John David Anglin
2005-02-26 18:56 ` Grant Grundler
2005-03-03 13:50 ` Joel Soete [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4227161B.6040600@tiscali.be \
--to=soete.joel@tiscali.be \
--cc=dave@hiauly1.hia.nrc.ca \
--cc=grundler@parisc-linux.org \
--cc=mszick@wolfbutter.com \
--cc=parisc-linux@lists.parisc-linux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.