Read-only XFS support for FreeBSD 6-CURRENT
Markus Trippelsdorf
markus at trippelsdorf.de
Tue Mar 22 06:00:26 PST 2005
On Tue, 2005-03-22 at 13:02 +0000, Alexander Kabaev wrote:
> On Tue, Mar 22, 2005 at 07:11:27AM +0100, Markus Trippelsdorf wrote:
> > On Mon, 2005-03-21 at 20:55 +0000, Alexander Kabaev wrote:
> > > The read-only XFS access was quite stable in my testing and managed to
> > > survive through multiple 'make -j12 buildworld' rounds with src/ stored
> > > on XFS partition, so I think it is a good time for a wider community to
> > > take it for a spin and start reporting bugs/panics that I overlooked.
> >
> > Unfortunately it does not build on my machine (AMD64):
> >
> <useless incomplete log skipped>
>
> Unfortunately you did not provide any information that can tell me
> what is going on on your machine. How are building XFS, as a kernel
> option or as a module, what is in your config file?
The log is not that useless; because there is no -DKLD_MODULE flag, it
tells you that I'm trying to link XFS directly into the kernel...
Config is attached.
-------------- next part --------------
machine amd64
cpu HAMMER
ident CUSTOM
options SCHED_ULE
options INET # InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options UDF
options XFS
options PROCFS # Process filesystem (requires PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
options COMPAT_IA32 # Compatible with i386 binaries
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.
options LINPROCFS
options COMPAT_43
options COMPAT_LINUX32
options NO_MIXED_MODE # Don't penalize working chipsets
device acpi
device isa
device pci
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
options ATA_STATIC_ID # Static device numbering
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device vga # VGA video card driver
device sc
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device miibus # MII bus support
device re # RealTek 8139C+/8169/8169S/8110S
device loop # Network loopback
device mem # Memory and kernel memory devices
device io # I/O device
device random # Entropy device
device ether # Ethernet support
device pty # Pseudo-ttys (telnet etc)
device bpf # Berkeley packet filter
device uhci # UHCI PCI->USB interface
device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
device ums # Mouse
device sound
device "snd_via8233"
device bktr
device iicbus
device iicbb
device smbus
device agp
device radeondrm
More information about the freebsd-current
mailing list