* [parisc-linux] UreStoreOptical 20xt
@ 2001-09-03 10:28 Arnaud.ATOCH
2001-09-04 1:34 ` Grant Grundler
0 siblings, 1 reply; 5+ messages in thread
From: Arnaud.ATOCH @ 2001-09-03 10:28 UTC (permalink / raw)
To: parisc-linux
First thank you for the port. I'm running a 712/100 with no special trouble
(iso image 0.9.2).
I've got 1 question on the HP Surestore Optical 20xt.
I was using this robot on HP-UX. It is now connected to the 712/100. It is
seen by the SCSI driver and using mtx, I can load, unload, eject opticals
disks.
Using fdisk, I can partition, format (mkfs),and then use blank optical
drives.
I'd like to read all ones created with HP-UX.
I know that sector size of 1024 is no more an issue since 2.2.16 or
something but neither mount or fdsik recognize what's on the drive for HP-UX
written disks.
I've loaded hfs, hpfs, udf, ufs because it was not clear which module
provide HP-UX filesystem support.
Btw does the HP-UX fs support patch made it to Linus tree ?
thanks for any feedback.
Arnaud Atoch
OECD
Paris - France
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] UreStoreOptical 20xt
2001-09-03 10:28 [parisc-linux] UreStoreOptical 20xt Arnaud.ATOCH
@ 2001-09-04 1:34 ` Grant Grundler
2001-09-04 2:01 ` Matthew Wilcox
0 siblings, 1 reply; 5+ messages in thread
From: Grant Grundler @ 2001-09-04 1:34 UTC (permalink / raw)
To: Arnaud.ATOCH; +Cc: parisc-linux
Arnaud.ATOCH@oecd.org wrote:
> I've loaded hfs, hpfs, udf, ufs because it was not clear which module
> provide HP-UX filesystem support.
IIRC, should only need hpfs (which also depends on ufs?..dunno anymore)
hfs == Apple's Hiearchial File System.
> Btw does the HP-UX fs support patch made it to Linus tree ?
dunno. But didn't that patch come from the parisc-linux tree?
Anyway...you might check if those disks are under LVM control.
If so, you'll have to convert those to non-LVM storage using HPUX.
The archives for parisc-linux mailing list have a discussion on HP's
LVM issues.
BTW, You might also try to explicitly specify the hpfs type.
grant
Grant Grundler
parisc-linux {PCI|IOMMU|SMP} hacker
+1.408.447.7253
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [parisc-linux] UreStoreOptical 20xt
2001-09-04 1:34 ` Grant Grundler
@ 2001-09-04 2:01 ` Matthew Wilcox
2001-09-05 3:57 ` Grant Grundler
0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2001-09-04 2:01 UTC (permalink / raw)
To: Grant Grundler; +Cc: Arnaud.ATOCH, parisc-linux
On Mon, Sep 03, 2001 at 07:34:20PM -0600, Grant Grundler wrote:
> IIRC, should only need hpfs (which also depends on ufs?..dunno anymore)
> hfs == Apple's Hiearchial File System.
hpfs is IBM's High Performance FileSystem for OS/2 :-)
You need ufs and mount with -ohp, iirc.
> > Btw does the HP-UX fs support patch made it to Linus tree ?
>
> dunno. But didn't that patch come from the parisc-linux tree?
Yes, it's in Linus' tree. We merged that in a loooong time ago.
> Anyway...you might check if those disks are under LVM control.
> If so, you'll have to convert those to non-LVM storage using HPUX.
> The archives for parisc-linux mailing list have a discussion on HP's
> LVM issues.
That's what I assume. There is now vxfs support in the tree, but nobody's
tried getting it working on HP vxfs volumes. Volunteers...?
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [parisc-linux] UreStoreOptical 20xt
2001-09-04 2:01 ` Matthew Wilcox
@ 2001-09-05 3:57 ` Grant Grundler
0 siblings, 0 replies; 5+ messages in thread
From: Grant Grundler @ 2001-09-05 3:57 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: Arnaud.ATOCH, parisc-linux
Matthew Wilcox wrote:
> On Mon, Sep 03, 2001 at 07:34:20PM -0600, Grant Grundler wrote:
> > IIRC, should only need hpfs (which also depends on ufs?..dunno anymore)
> > hfs == Apple's Hiearchial File System.
>
> hpfs is IBM's High Performance FileSystem for OS/2 :-)
> You need ufs and mount with -ohp, iirc.
oops...thanks for the correction and -ohp is right:
grundler <520>fgrep -i hp fs/ufs/*
fgrep: fs/ufs/CVS: Is a directory
fs/ufs/super.c: * HP/UX hfs filesystem support added by
fs/ufs/super.c: else if (!strcmp (value, "hp"))
fs/ufs/super.c: ufs_set_opt (*mount_options, UFSTYPE_HP);
...
fs/ufs/super.c: printk(KERN_INFO "ufstype=hp is supported read-only\n");
BUG: Documentation/filesystems/ufs.txt doesn't mention -ohp
> There is now vxfs support in the tree, but nobody's
> tried getting it working on HP vxfs volumes. Volunteers...?
Ooh..it's possible those optical disks ended up using vxfs too...
and CONFIG option says that's RO support too.
grant
Grant Grundler
parisc-linux {PCI|IOMMU|SMP} hacker
+1.408.447.7253
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [parisc-linux] UreStoreOptical 20xt
@ 2001-09-04 8:17 Arnaud.ATOCH
0 siblings, 0 replies; 5+ messages in thread
From: Arnaud.ATOCH @ 2001-09-04 8:17 UTC (permalink / raw)
To: grundler; +Cc: parisc-linux
Ok, thanks for coming back .
I've learn a lot and here are my conclusions :
- hpfs is OS/2 specific.
- The HP-UX fs patch came from parisc tree and did it into Linus tree
(2.4.8).
- HP-UX fs support in in the ufs module.
- Correct syntaxe for mount an HP-UX fs under Linux is : mount -t ufs -o
ufstype=hp /dev/sda /mnt/opti
- LVM fs are not so easy to handle and for now no success.
So the HP Surestore Optical 20xt is fully functionnal under Linux parisc or
x86.
Again thanks for you excellent work.
Arnaud Atoch
OECD
Paris - France
-----Original Message-----
From: Grant Grundler [mailto:grundler@puffin.external.hp.com]
Sent: Tuesday, September 04, 2001 3:34 AM
To: Arnaud.ATOCH@oecd.org
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] UreStoreOptical 20xt
Arnaud.ATOCH@oecd.org wrote:
> I've loaded hfs, hpfs, udf, ufs because it was not clear which module
> provide HP-UX filesystem support.
IIRC, should only need hpfs (which also depends on ufs?..dunno anymore)
hfs == Apple's Hiearchial File System.
> Btw does the HP-UX fs support patch made it to Linus tree ?
dunno. But didn't that patch come from the parisc-linux tree?
Anyway...you might check if those disks are under LVM control.
If so, you'll have to convert those to non-LVM storage using HPUX.
The archives for parisc-linux mailing list have a discussion on HP's
LVM issues.
BTW, You might also try to explicitly specify the hpfs type.
grant
Grant Grundler
parisc-linux {PCI|IOMMU|SMP} hacker
+1.408.447.7253
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-09-05 4:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-03 10:28 [parisc-linux] UreStoreOptical 20xt Arnaud.ATOCH
2001-09-04 1:34 ` Grant Grundler
2001-09-04 2:01 ` Matthew Wilcox
2001-09-05 3:57 ` Grant Grundler
-- strict thread matches above, loose matches on Subject: below --
2001-09-04 8:17 Arnaud.ATOCH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox