Chmouel Boudjnah wrote:
>svetljo <[EMAIL PROTECTED]> writes:
>
>>and what about xfs.o
>>
what do you mean by that, can we access a xfs root without xfs modules
in the initrd or without compileing it in the kernel
how can i build bootdisk for a xfs system ?
>
>this is another story :
>
>(chmou@kernel)[~]-% lsmod|grep xfs
>xfs 518752 1 (autoclean)
>xfs_support 9536 0 (autoclean) [xfs]
>pagebuf 27008 1 (autoclean) [xfs xfs_support]
>
it's probably my trouble but
[root@svetljo xfs]# pwd
/lib/modules/2.4.9-ac7-devfs/kernel/fs/xfs
[root@svetljo xfs]# ls -l
total 4144
-rw-r--r-- 1 root root 4241177 Sep 17 09:09 xfs.o
[root@svetljo xfs_support]# pwd
/lib/modules/2.4.9-ac7-devfs/kernel/fs/xfs_support
[root@svetljo xfs_support]# ls -l
total 20
-rw-r--r-- 1 root root 16642 Sep 17 09:09 xfs_support.o
[root@svetljo pagebuf]# pwd
/lib/modules/2.4.9-ac7-devfs/kernel/fs/pagebuf
[root@svetljo pagebuf]# ls -l
total 40
-rw-r--r-- 1 root root 40905 Sep 17 09:09 pagebuf.o
it's a 2.4.9-ac7 with your patch for xfs from 2.4.8-22mdk
>
>>>
>