Koozali.org: home of the SME Server

SGI's XFS filesystem support for SME-Server 7.x

kyardz

SGI's XFS filesystem support for SME-Server 7.x
« on: September 04, 2006, 08:56:02 AM »
Hi,

Is it possible to use XFS journaling filesystem in SME Server?
If so, is there a "howto" type document  on how to do it?
If not, please enable it because i believe it's an important and nice feature.

Many thanks and more power to all!

Live long and Prosper!

ergozd

SGI's XFS filesystem support for SME-Server 7.x
« Reply #1 on: September 17, 2006, 11:00:49 AM »
I've installed it on a Centos 4.3 a few months ago and got the RPMS from

http://dev.centos.org/centos/4/testing/i386/RPMS/
I think you also have to install dmapi, xfsprogs, xfsdump...

Good luck

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SGI's XFS filesystem support for SME-Server 7.x
« Reply #2 on: October 18, 2006, 04:08:37 PM »
Quote from: "kyardz"

If not, please enable it because i believe it's an important and nice feature.


I'm curious as to why you think it is an important feature. Why do you think that? What problems have you had with the ext3 file system?

wires

mount: fs type xfs not supported by kernel
« Reply #3 on: July 20, 2007, 12:53:13 AM »
I need to be able to mount files on a MagnetoOptical drive that are on a xfs file system.  These are medical images (DICOM) that were created on a SUN IRIX type system.

I have looked at the above link and could not find any RPMs that seemed related.

Here is some output:

Code: [Select]

[root@qpak ~]# fdisk -l /dev/sdc

Disk /dev/sdc (SGI disk label): 255 heads, 63 sectors, 247 cylinders
Units = cylinders of 16065 * 512 bytes

----- partitions -----
Pt#    Device  Info     Start       End   Sectors  Id  System
 8: /dev/sdc1               1       247   3969856   a  SGI xfs
 9: /dev/sdc2               0         0      4096   0  SGI volhdr
11: /dev/sdc3               0       247   3973952   6  SGI volume
----- Bootinfo -----
Bootfile: /unix
----- Directory Entries -----


[root@qpak ~]# mount -t xfs /dev/sdc1 /mnt/rescue
mount: fs type xfs not supported by kernel


Am I doing something wrong or what can be done?