Re: Linux patch for reading ufs2

2004-02-16 Thread Niraj Kumar
Hi , Okay ,I was able to reproduce the problem at my machine. I have a feeling that the this error can be avoided if you use CONFIG_LBD in your kernel configuration. ( Device Drivers -> Block Devices - > Support for large block devices ) Please use this option and see whether the problem is stil

Re: Linux patch for reading ufs2

2004-02-16 Thread Vladimir Kushnir
Hi, This is /usr/ports/distfiles/emovix-0.8.0.tar.gz - regular file, "ls -li": 1842130 -rw-r--r-- 1 vkushnir wheel 8636010 Jan 5 23:43 /usr/ports/distfiles/emovix-0.8.0.tar.gz I don't know precisely what's relevant but after (lengthy indeed) debugging information Linux gives: .. Feb 15 1

Re: Linux patch for reading ufs2

2004-02-15 Thread Niraj Kumar
Hi, Thanks for testing this stuff. Vladimir Kushnir wrote: First off - thanks a bunch, now I don't need to reboot every time I forgot to copy some files to Linux. Tested and works here: ad0: 57241MB ; ad0s2 - current -CURRENT (everything in UFS2); ad0s5 - Mandrake 9.2 + kernel 2.6.2 + p{1,2}.t

Re: Linux patch for reading ufs2

2004-02-15 Thread Vladimir Kushnir
Hi On Friday 13 February 2004 06:42, Niraj Kumar wrote: > Hi, > > I am trying to create some Linux patches to be able to read ufs2. > Interested (those who are having both Linux and FreeBSD on same box) may > try them . > > The work-in-progress patches are available from > > http://ufs-linux.sourc

Re: Linux patch for reading ufs2

2004-02-13 Thread scalopus
Hi! very interesting patch, it would be very useful :) Its a pity that i havent any linux to test it. I hope more people help you and having it soon in the linux tools/kernel :) Regards, scalopus On Fri, 13 Feb 2004 10:12:49 +0530 Niraj Kumar <[EMAIL PROTECTED]> wrote: > Hi, > > I am tryin