Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] partitioning on HPUX
@ 1999-06-11  6:19 Alex deVries
  1999-06-11 13:54 ` Steven Pritchard
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Alex deVries @ 1999-06-11  6:19 UTC (permalink / raw)
  To: parisc-linux


Can anyone here describe how HPUX does partitioning?  We're going to
have to look at this at some point for interoperability with HPUX
filesystems.

- Alex

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [parisc-linux] partitioning on HPUX
  1999-06-11  6:19 [parisc-linux] partitioning on HPUX Alex deVries
@ 1999-06-11 13:54 ` Steven Pritchard
  1999-06-11 14:54   ` Rich Rauenzahn
  1999-06-11 15:00   ` John David Anglin
  1999-06-11 14:48 ` Rich Rauenzahn
  1999-06-11 17:42 ` Grant Grundler
  2 siblings, 2 replies; 9+ messages in thread
From: Steven Pritchard @ 1999-06-11 13:54 UTC (permalink / raw)
  To: Alex deVries; +Cc: parisc-linux

Alex deVries said:
> Can anyone here describe how HPUX does partitioning?  We're going to
> have to look at this at some point for interoperability with HPUX
> filesystems.

As I understand it, HP-UX doesn't really do partitioning.  You have a
choice of either using a whole disk for a file system, or you can use
the logical volume manager.  From what I've seen, most of the people
who use LVM also use VxFS (or JFS, a journalling filesystem).  It
would probably be easiest then to just try to support HFS (HP's
version of UFS, I think) using a whole disk.

Steve
-- 
steve@silug.org           | Linux Users of Central Illinois
(217)698-1694             | Meetings the 4th Tuesday of every month
Steven Pritchard          | http://www.luci.org/ for more info

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [parisc-linux] partitioning on HPUX
  1999-06-11  6:19 [parisc-linux] partitioning on HPUX Alex deVries
  1999-06-11 13:54 ` Steven Pritchard
@ 1999-06-11 14:48 ` Rich Rauenzahn
  1999-06-11 17:42 ` Grant Grundler
  2 siblings, 0 replies; 9+ messages in thread
From: Rich Rauenzahn @ 1999-06-11 14:48 UTC (permalink / raw)
  To: Alex deVries, parisc-linux

Are you talking about the logical volume manager (LVM) (similar to
Veritas's)?  That's the disk allocation scheme used most these days.

Rich

----- Original Message -----
From: Alex deVries <adevries@thepuffingroup.com>
To: <parisc-linux@thepuffingroup.com>
Sent: Thursday, June 10, 1999 11:19 PM
Subject: [parisc-linux] partitioning on HPUX


>
> Can anyone here describe how HPUX does partitioning?  We're going to
> have to look at this at some point for interoperability with HPUX
> filesystems.
>
> - Alex
>
> --------------------------------------------------------------------------
-
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com
with
> `unsubscribe' as the subject.
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [parisc-linux] partitioning on HPUX
  1999-06-11 13:54 ` Steven Pritchard
@ 1999-06-11 14:54   ` Rich Rauenzahn
  1999-06-11 18:00     ` Stan Sieler
  1999-06-11 15:00   ` John David Anglin
  1 sibling, 1 reply; 9+ messages in thread
From: Rich Rauenzahn @ 1999-06-11 14:54 UTC (permalink / raw)
  To: Steven Pritchard, Alex deVries; +Cc: parisc-linux

Yes -- I agree.  Most who use LVM will be using VxFS, so just onlu
supporting whole disk HFS for now is probably the best.

> As I understand it, HP-UX doesn't really do partitioning.  You have a
> choice of either using a whole disk for a file system, or you can use
> the logical volume manager.  From what I've seen, most of the people
> who use LVM also use VxFS (or JFS, a journalling filesystem).  It
> would probably be easiest then to just try to support HFS (HP's
> version of UFS, I think) using a whole disk.
>
> Steve
> --
> steve@silug.org           | Linux Users of Central Illinois
> (217)698-1694             | Meetings the 4th Tuesday of every month
> Steven Pritchard          | http://www.luci.org/ for more info

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [parisc-linux] partitioning on HPUX
  1999-06-11 13:54 ` Steven Pritchard
  1999-06-11 14:54   ` Rich Rauenzahn
@ 1999-06-11 15:00   ` John David Anglin
  1 sibling, 0 replies; 9+ messages in thread
From: John David Anglin @ 1999-06-11 15:00 UTC (permalink / raw)
  To: Steven Pritchard; +Cc: adevries, parisc-linux

> Alex deVries said:
> > Can anyone here describe how HPUX does partitioning?  We're going to
> > have to look at this at some point for interoperability with HPUX
> > filesystems.
> 
> As I understand it, HP-UX doesn't really do partitioning.  You have a
> choice of either using a whole disk for a file system, or you can use
> the logical volume manager.  From what I've seen, most of the people
> who use LVM also use VxFS (or JFS, a journalling filesystem).  It
> would probably be easiest then to just try to support HFS (HP's
> version of UFS, I think) using a whole disk.

On hpux 9.x and later (?), partitioning was supported using Software
Disk Striping (SDS).  See sdsadmin(1M).

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [parisc-linux] partitioning on HPUX
  1999-06-11  6:19 [parisc-linux] partitioning on HPUX Alex deVries
  1999-06-11 13:54 ` Steven Pritchard
  1999-06-11 14:48 ` Rich Rauenzahn
@ 1999-06-11 17:42 ` Grant Grundler
  1999-06-11 18:07   ` Alex deVries
  2 siblings, 1 reply; 9+ messages in thread
From: Grant Grundler @ 1999-06-11 17:42 UTC (permalink / raw)
  To: Alex deVries; +Cc: parisc-linux

Alex deVries wrote:
> 
> Can anyone here describe how HPUX does partitioning?  We're going to
> have to look at this at some point for interoperability with HPUX
> filesystems.

Besides LVM (with JxFS), HP-UX also supports "Hard Partitioning".
The partition information is encoded in both the kernel and /etc/disktab.
As the note in /etc/disktab says, it's use is strongly discouraged.
The driver behavior is similar to "Soft Partitioning" used on PC's
except that the information is hard coded in an OS table instead
of reading it off reserved sectors on the disk.

Having once supported HP-UX SCSI disk drivers, I can only second the
reccomendation already made to only support "whole disk" file systems.
The whole hard partioning thing was a mess. Eventually, if someone
really needs to partition a disk, some support for LVM could be added
(and hopefully with a better user interface).

grant

ps. "man -k sds" on my 10.20 box reports "sds: nothing appropriate".
I tried it on several in-house timeshare machines and got the same result.
I think this was pre-LVM mirroring/striping support. LVM was pushed
heavily around the 10.X introduction 3 to 4 years ago to replace
the older mirroring/striping. 


> - Alex
> 
> ---------------------------------------------------------------------------
> To unsubscribe: send e-mail to parisc-linux-request@thepuffingroup.com with
> `unsubscribe' as the subject.
> 

Grant Grundler
Enterprise Systems Technology Lab
+1.408.447.7253

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [parisc-linux] partitioning on HPUX
  1999-06-11 14:54   ` Rich Rauenzahn
@ 1999-06-11 18:00     ` Stan Sieler
  0 siblings, 0 replies; 9+ messages in thread
From: Stan Sieler @ 1999-06-11 18:00 UTC (permalink / raw)
  To: Rich Rauenzahn; +Cc: steve, parisc-linux

Re:
 
> Yes -- I agree.  Most who use LVM will be using VxFS, so just onlu
> supporting whole disk HFS for now is probably the best.

Is that supported by surveys/counts?  
On HP-UX, we use LVM with HFS, but never VxFS,
because the partition changing tools are free with LVM but are  
separate charged products for VxFS.

Additionally, check the bug reports...VxFS is fraught with problems
compare to HFS.  So, at this point, with problems and cost, we're 
staying on HFS.   The majority of customers we deal with are also
on HFS, for the same reasons.
 
> > As I understand it, HP-UX doesn't really do partitioning.  You have a

It used to, but that was dropped (as of 11.0?).

> > would probably be easiest then to just try to support HFS (HP's
> > version of UFS, I think) using a whole disk.

-- 
Stan Sieler                                          sieler@allegro.com
                                     http://www.allegro.com/sieler.html

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [parisc-linux] partitioning on HPUX
  1999-06-11 17:42 ` Grant Grundler
@ 1999-06-11 18:07   ` Alex deVries
  1999-06-11 21:48     ` Alan Cox
  0 siblings, 1 reply; 9+ messages in thread
From: Alex deVries @ 1999-06-11 18:07 UTC (permalink / raw)
  To: Grant Grundler; +Cc: parisc-linux

Grant Grundler wrote:

> Having once supported HP-UX SCSI disk drivers, I can only second the
> reccomendation already made to only support "whole disk" file systems.
> The whole hard partioning thing was a mess. Eventually, if someone
> really needs to partition a disk, some support for LVM could be added
> (and hopefully with a better user interface).

Most Linux distributions really expect some sort of partitioning, so
it's easier to just inherit an existing one. 

Usually there's a native partitioning format to follow, but by not
having one we're forced to choose one.  The obvious one is DOS, because
it's been done many times over.  I'd be happier doing something a little
more sane like SGI though.

Oh, and at some point we'll do LVM, but that'll mean merging it in with
the existing Linux LVM tools.

- Alex

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [parisc-linux] partitioning on HPUX
  1999-06-11 18:07   ` Alex deVries
@ 1999-06-11 21:48     ` Alan Cox
  0 siblings, 0 replies; 9+ messages in thread
From: Alan Cox @ 1999-06-11 21:48 UTC (permalink / raw)
  To: Alex deVries; +Cc: grundler, parisc-linux

> Most Linux distributions really expect some sort of partitioning, so
> it's easier to just inherit an existing one. 

We get all the existing ones for free.

> Oh, and at some point we'll do LVM, but that'll mean merging it in with
> the existing Linux LVM tools.

It depends how smart the HP LVM is and if its documented enough. LVM is
just a variant on the raid striping problem so its not a lot of code to
support until you want to do clever stuff like live resizing

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~1999-06-11 21:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-06-11  6:19 [parisc-linux] partitioning on HPUX Alex deVries
1999-06-11 13:54 ` Steven Pritchard
1999-06-11 14:54   ` Rich Rauenzahn
1999-06-11 18:00     ` Stan Sieler
1999-06-11 15:00   ` John David Anglin
1999-06-11 14:48 ` Rich Rauenzahn
1999-06-11 17:42 ` Grant Grundler
1999-06-11 18:07   ` Alex deVries
1999-06-11 21:48     ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox