Re: Fedora 9 support for the XFS file system

2008-09-28 Thread Peter J. Stieber

PS = Pete Stieber
PS> To answer my own question...
PS>
PS> # yum install xfsprogs
PS>
PS> I found this by looking through
PS>
PS> http://mirrors.kernel.org/fedora/releases/9/Everything/i386/os/repoview/
PS>
PS> There has to be a better way to find what
PS> package a particular program is any.  I'm
PS> sure I'm missing something.  What is the
PS> preferred technique?

Thanks Björn, Todd, and Robert for the "yum whatprovides" & "yum search" 
hints.


Pete


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 9 support for the XFS file system

2008-09-28 Thread Mike Burger

> PS = Pete Stieber
> PS>> I was using a 1 TB LaCie Big Disk
> PS>> (http://www.lacie.com/products/product.htm?pid=10923)
> PS>> and the board in the drive died.  I took the two hard
> PS>> drives that were in the drive (SATA 500 GB each Raid 0
> PS>> using the XFS file system) and got them mounted in a
> PS>> Fedora 9 x86_64 box.  Now I'm having trouble with the
> PS>> drives.
> PS>>
> PS>> Are XFS utilities like
> PS>>
> PS>> xfs_check
> PS>> xfs_repair
> PS>> xfsdump
> PS>>
> PS>> available on Fedora 9?
> PS>>
> PS>> I tried looking on the Fedora website, but I couldn't
> PS>> figure out how to answer this question myself.  Any
> PS>> pointers?
>
> MB = Mike Burger
> MB> Yes...Fedora supports SGI's XFS filesystem.
>
> Thanks for the help Mike.  Yeah I know it supports it.  I got the drives
> working for a while, but now I need to run fsck on them because
> something is broken.
>
> Sorry I wasn't clear, but what package do I have to load to get fsck.xfs
> and/or xfs_check, xfs_repair, xfsdump?

Sorry...look for xfsprogs.

If you built the XFS filesystems at install time, or built them after, the
fileset should be installed (mkfs.xfs is part of that package), then
you've got the package.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org

To be notified of updates to the web site, visit:

https://www.bubbanfriends.org/mailman/listinfo/site-update

or send a blank email message to:

[EMAIL PROTECTED]

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 9 support for the XFS file system

2008-09-27 Thread John Thompson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Peter J. Stieber wrote:

| I was using a 1 TB LaCie Big Disk
| (http://www.lacie.com/products/product.htm?pid=10923) and the board in
| the drive died.  I took the two hard drives that were in the drive (SATA
| 500 GB each Raid 0 using the XFS file system) and got them mounted in a
| Fedora 9 x86_64 box.  Now I'm having trouble with the drives.
|
| Are XFS utilities like
|
| xfs_check
| xfs_repair
| xfsdump
|
| available on Fedora 9?

You just need to install the xfsprogs and xfsdump packages. Make sure
you have the mdadm package installed so your raid device can be used.


- --

- -John ([EMAIL PROTECTED])
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFI3uvnjXa7jixmuZsRAh/sAKDE2PdVPsLGax0RzzVcpn6h31qzSACgzitd
uosmz6OLPB43VB1HOlmpgII=
=XMuf
-END PGP SIGNATURE-

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 9 support for the XFS file system

2008-09-27 Thread Robert Locke

On Sat, 2008-09-27 at 15:41 -0700, Peter J. Stieber wrote:
> PS = Pete Stieber
> PS> Sorry I wasn't clear, but what package do I have to
> PS> load to get fsck.xfs and/or xfs_check, xfs_repair,
> PS> xfsdump?
> 
> To answer my own question...
> 
> # yum install xfsprogs
> 
> I found this by looking through
> 
> http://mirrors.kernel.org/fedora/releases/9/Everything/i386/os/repoview/
> 
> There has to be a better way to find what package a particular program 
> is any.  I'm sure I'm missing something.  What is the preferred technique?
> 

Try:

yum whatprovides "*bin/fsck.xfs"

or

yum search xfs

HTH,

--Rob

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 9 support for the XFS file system

2008-09-27 Thread Todd Zullinger
Peter J. Stieber wrote:
> I found this by looking through
>
> http://mirrors.kernel.org/fedora/releases/9/Everything/i386/os/repoview/
>
> There has to be a better way to find what package a particular program  
> is any.  I'm sure I'm missing something.  What is the preferred 
> technique?

I'd suggest repoquery or "yum whatprovides" e.g.:

$ repoquery --whatprovides '*/fsck.xfs'
xfsprogs-0:2.9.7-1.fc9.i386

or

$ yum whatprovides '*/fsck.xfs'
...
xfsprogs-2.9.7-1.fc9.i386 : Utilities for managing the XFS filesystem
Matched from:
Filename: /sbin/fsck.xfs

The presence of the '/' in the query string lets yum and repoquery
know to look in file lists for packages that provide a match.

-- 
ToddOpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~
There is no end to the laws, and no beginning to the execution of
them. 
-- Mark Twain



pgpObgI7foPnm.pgp
Description: PGP signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Fedora 9 support for the XFS file system

2008-09-27 Thread Björn Persson
Peter J. Stieber wrote:
> # yum install xfsprogs
>
> I found this by looking through
>
> http://mirrors.kernel.org/fedora/releases/9/Everything/i386/os/repoview/
>
> There has to be a better way to find what package a particular program
> is any.  I'm sure I'm missing something.  What is the preferred technique?

"yum search XFS" returns xfsdump and xfsprogs (and also some less relevant 
packages).

Björn Persson


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Fedora 9 support for the XFS file system

2008-09-27 Thread Peter J. Stieber

PS = Pete Stieber
PS> Sorry I wasn't clear, but what package do I have to
PS> load to get fsck.xfs and/or xfs_check, xfs_repair,
PS> xfsdump?

To answer my own question...

# yum install xfsprogs

I found this by looking through

http://mirrors.kernel.org/fedora/releases/9/Everything/i386/os/repoview/

There has to be a better way to find what package a particular program 
is any.  I'm sure I'm missing something.  What is the preferred technique?


TIA,
Pete

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 9 support for the XFS file system

2008-09-27 Thread Peter J. Stieber

PS = Pete Stieber
PS>> I was using a 1 TB LaCie Big Disk
PS>> (http://www.lacie.com/products/product.htm?pid=10923)
PS>> and the board in the drive died.  I took the two hard
PS>> drives that were in the drive (SATA 500 GB each Raid 0
PS>> using the XFS file system) and got them mounted in a
PS>> Fedora 9 x86_64 box.  Now I'm having trouble with the
PS>> drives.
PS>>
PS>> Are XFS utilities like
PS>>
PS>> xfs_check
PS>> xfs_repair
PS>> xfsdump
PS>>
PS>> available on Fedora 9?
PS>>
PS>> I tried looking on the Fedora website, but I couldn't
PS>> figure out how to answer this question myself.  Any
PS>> pointers?

MB = Mike Burger
MB> Yes...Fedora supports SGI's XFS filesystem.

Thanks for the help Mike.  Yeah I know it supports it.  I got the drives 
working for a while, but now I need to run fsck on them because 
something is broken.


Sorry I wasn't clear, but what package do I have to load to get fsck.xfs 
and/or xfs_check, xfs_repair, xfsdump?


Pete

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Fedora 9 support for the XFS file system

2008-09-27 Thread Mike Burger
Yes...Fedora supports SGI's XFS filesystem.

> I was using a 1 TB LaCie Big Disk
> (http://www.lacie.com/products/product.htm?pid=10923) and the board in
> the drive died.  I took the two hard drives that were in the drive (SATA
> 500 GB each Raid 0 using the XFS file system) and got them mounted in a
> Fedora 9 x86_64 box.  Now I'm having trouble with the drives.
>
> Are XFS utilities like
>
> xfs_check
> xfs_repair
> xfsdump
>
> available on Fedora 9?
>
> I tried looking on the Fedora website, but I couldn't figure out how to
> answer this question myself.  Any pointers?
>
> TIA,
> Pete
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>


-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org

To be notified of updates to the web site, visit:

https://www.bubbanfriends.org/mailman/listinfo/site-update

or send a blank email message to:

[EMAIL PROTECTED]

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Fedora 9 support for the XFS file system

2008-09-27 Thread Peter J. Stieber
I was using a 1 TB LaCie Big Disk 
(http://www.lacie.com/products/product.htm?pid=10923) and the board in 
the drive died.  I took the two hard drives that were in the drive (SATA 
500 GB each Raid 0 using the XFS file system) and got them mounted in a 
Fedora 9 x86_64 box.  Now I'm having trouble with the drives.


Are XFS utilities like

xfs_check
xfs_repair
xfsdump

available on Fedora 9?

I tried looking on the Fedora website, but I couldn't figure out how to 
answer this question myself.  Any pointers?


TIA,
Pete

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines